It is currently 19 Apr 2024, 04:30
   
Text Size

Community Wad

Moderator: CCGHQ Admins

Re: Community Wad

Postby Xander9009 » 24 May 2017, 19:43

I probably won't be super active for another week or so. I've recently stopped babysitting, so that's a lot more freetime to work on this, but I'm also helping my parents get my uncle settled in (he's in a wheelchair, so their house needs a bit of work done to make it easier for him to get around). Since these reports have been sitting around for up to 6 days now, though, I went ahead and dealt with all of them.

Note that I didn't actually test the BEFORE fixing them, so it's possible I wouldn't have experienced the issue to begin with.

Defy Death - Protected the card pointer. Seems to work now.
Jace, Unraveler of Secrets - Wasn't actually an issue with Jace, but rather an issue with the function that all emblem creation uses. So, this would likely have happened for all planeswalkers that make emblems. Fixed now. (And unlike the others, I tested this both before and after, so it was definitely a bug.)
Selvala, Heart of the Wilds - Reordered.
Arcbond - Corrected TriggerObjectLKI to EffectSourceLKI (which should have been identical, but one wasn't working, so...). Seems to be working now.
Rattlechains - Didn't do anything to this one, but it seemed to work fine. Can you retest this, or do you remember more specifically what was going on at the time?

EDIT:
Incite War - Hopefully fixed. Added an extra pseudo nil check.

Nest of Scarabs & Necroskitter, Shefet Monitor, and Gift of Estates still need tested, but for the latter two, I looked at the code and don't see any obvious reason the reported issues would happen, so they'll need a more in-depth look later.
_______________________________
Community Wad - Community Wad Website - How to Help and Report Bugs
Discord: discord.gg/4AXvHzW
User avatar
Xander9009
Programmer
 
Posts: 2905
Joined: 29 Jun 2013, 07:44
Location: Indiana, United States
Has thanked: 121 times
Been thanked: 445 times

Re: Community Wad

Postby nivmizzet1 » 25 May 2017, 11:44

Xander9009 wrote:Rattlechains - Didn't do anything to this one, but it seemed to work fine. Can you retest this, or do you remember more specifically what was going on at the time?
Tried again after updating CW again, still not working. There was nothing on the battlefield either time that should've stopped the target selection.

EDIT: something must be wrong with my sync'ing too (not sure if this is effecting Rattlechains); Selvala's options are still the other way around.

EDIT: I thouhgt I solved my sync'ing problem (I was using a .ini that hadn't been configured), but Selvala's options are still the other way around, and Rattlechains still doesn't activate. I'll test arcbond.

EDIT: Arcbond is still not working properly either. After exiting I got some error logs:

[lua] [string "SELVALA_HEART_OF_THE_WILDS_CW_416827_TITLE (RESOLUTION_TIME_ACTION)~0x000004a7"]:4: attempt to index local 'Card' (a nil value)
[lua] [string "ARCBOND_CW_391793_TITLE (RESOLUTION_TIME_ACTION)~0x00001059"]:3: attempt to compare nil with number
Last edited by nivmizzet1 on 26 May 2017, 16:23, edited 2 times in total.
nivmizzet1
 
Posts: 613
Joined: 21 Mar 2013, 10:10
Has thanked: 100 times
Been thanked: 25 times

Re: Community Wad

Postby Finnical » 26 May 2017, 02:36

Harsh Mentor triggering on MY abilities. It's supposed to just hit opponent.
Finnical
 
Posts: 108
Joined: 03 Aug 2015, 08:13
Has thanked: 2 times
Been thanked: 5 times

Re: Community Wad

Postby Splinterverse » 27 May 2017, 11:13

Finnical wrote:Harsh Mentor triggering on MY abilities. It's supposed to just hit opponent.
This has been fixed, but not tested. It should appear in the next CW update.

Thanks for reporting!
---------------------------------------------
The DOTP2014 CW is updated nightly between 11 PM and 12 AM EST.
Known Issues/Bugs |
Impossible Cards List | Update Your Land Pools
Splinterverse
 
Posts: 918
Joined: 04 Sep 2016, 13:32
Has thanked: 150 times
Been thanked: 75 times

Re: Community Wad

Postby Splinterverse » 27 May 2017, 11:19

nivmizzet1 wrote:
Xander9009 wrote:Rattlechains - Didn't do anything to this one, but it seemed to work fine. Can you retest this, or do you remember more specifically what was going on at the time?
Tried again after updating CW again, still not working. There was nothing on the battlefield either time that should've stopped the target selection.

EDIT: something must be wrong with my sync'ing too (not sure if this is effecting Rattlechains); Selvala's options are still the other way around.

EDIT: I thouhgt I solved my sync'ing problem (I was using a .ini that hadn't been configured), but Selvala's options are still the other way around, and Rattlechains still doesn't activate. I'll test arcbond.

EDIT: Arcbond is still not working properly either. After exiting I got some error logs:

[lua] [string "SELVALA_HEART_OF_THE_WILDS_CW_416827_TITLE (RESOLUTION_TIME_ACTION)~0x000004a7"]:4: attempt to index local 'Card' (a nil value)
[lua] [string "ARCBOND_CW_391793_TITLE (RESOLUTION_TIME_ACTION)~0x00001059"]:3: attempt to compare nil with number
It sounds like you are using a syncing tool to update the CW. I don't use any tool (I download it directly from the Google Drive), so I can't speak to the syncing issues.

But, I was thinking, you might want to open your modded game folder and take a look at the date on the file called DATA_DLC_COMMUNITY_CORE.wad. When I download this directly, the date on it is the date I downloaded it. I'm guessing the syncing tool should do the same thing. If the date does not match what you expect, perhaps you don't have the latest version.

Just a thought.
---------------------------------------------
The DOTP2014 CW is updated nightly between 11 PM and 12 AM EST.
Known Issues/Bugs |
Impossible Cards List | Update Your Land Pools
Splinterverse
 
Posts: 918
Joined: 04 Sep 2016, 13:32
Has thanked: 150 times
Been thanked: 75 times

Re: Community Wad

Postby erjerjerj » 28 May 2017, 06:03

Two more bug reports:

Crush of Tentacles effects emblem (cause it to vanish) although emblems aren't permanents

Baral's Expertise let me choose a basic land as its free spell (I have never tried to actually choose a basic land with this card through)

Thank you for your hard work and fast response time.

Eran
erjerjerj
 
Posts: 32
Joined: 23 Oct 2016, 11:58
Has thanked: 20 times
Been thanked: 3 times

Re: Community Wad

Postby nivmizzet1 » 28 May 2017, 06:52

Splinterverse wrote:It sounds like you are using a syncing tool to update the CW. I don't use any tool (I download it directly from the Google Drive), so I can't speak to the syncing issues.

But, I was thinking, you might want to open your modded game folder and take a look at the date on the file called DATA_DLC_COMMUNITY_CORE.wad. When I download this directly, the date on it is the date I downloaded it. I'm guessing the syncing tool should do the same thing. If the date does not match what you expect, perhaps you don't have the latest version.

Just a thought.
I am using a syncing tool. Thanks for recommending to look at the date of the file -- for some reason that didn't even occur to me (actually, I think I did before I thought I fixed the syncing problem but not after). As suspected, it wasn't updating. For some reason the tool was configured to only update the art. I noticed this at the time that I thought I fixed the configuration issues (mentioned in my post), and I thought I changed it then, but I mustn't have saved. I changed it again now and made sure to save; after syncing I checked the date on the file and it's updated. Before that I was still using a CW from almost a year ago! :oops:

EDIT: Sorry for any false reports Xander and anyone else that may have been adressing them!
nivmizzet1
 
Posts: 613
Joined: 21 Mar 2013, 10:10
Has thanked: 100 times
Been thanked: 25 times

Re: Community Wad

Postby nivmizzet1 » 28 May 2017, 07:47

Now Selvala draws whenever any creature enters the battlefield (not just when it has the highest power), and she doesn't ask.

EDIT: Actually, she does ask, but only when the creature has the highest power, lol.
EDIT: She might've been doing this already though, but I had an older version -- not sure if the version I had was Splinterverse's original or after the first edit by Xander.

EDIT: Arcbond and Rattlechains are both working, but you knew that 8-[
nivmizzet1
 
Posts: 613
Joined: 21 Mar 2013, 10:10
Has thanked: 100 times
Been thanked: 25 times

Re: Community Wad

Postby Finnical » 30 May 2017, 05:37

When attacking with Wings of the Guard, Melee triggered properly only when attacking alone, as if it had exalted.
Finnical
 
Posts: 108
Joined: 03 Aug 2015, 08:13
Has thanked: 2 times
Been thanked: 5 times

Re: Community Wad

Postby Finnical » 30 May 2017, 07:25

Opponent cast Genesis Hydra for x=10, then put out Primordial Hydra with x=10 using the ability, without tapping any mana. Then he cast Courser of Kruphix for 3 mana which tapped as normal.

The subsequent turn, after I cast Descend Upon the Sinful to get rid of those monsters, my opponent cast Primordial Hydra X=10 w/o tapping lands.
Finnical
 
Posts: 108
Joined: 03 Aug 2015, 08:13
Has thanked: 2 times
Been thanked: 5 times

Re: Community Wad

Postby Finnical » 01 Jun 2017, 14:41

I had monarch token. Opponent hit my planeswalker, Ajani Vengeant, but not me. Opponent received monarch token.
Finnical
 
Posts: 108
Joined: 03 Aug 2015, 08:13
Has thanked: 2 times
Been thanked: 5 times

Re: Community Wad

Postby Finnical » 02 Jun 2017, 06:58

Melee keyword is working correctly on Adriana, Captain of the Guard, but not on the creatures she gifts Melee to.

CORRECTION: Melee is working correctly on nontoken creatures Adriana gifts melee to. Needle Spires triggered Melee correctly.
Finnical
 
Posts: 108
Joined: 03 Aug 2015, 08:13
Has thanked: 2 times
Been thanked: 5 times

Re: Community Wad

Postby krishkrush » 02 Jun 2017, 13:28

The transformation of cards like for example werewolfes is not working properly. The cards don't flip when triggered and the abilities, power and toughness don't change. However the abilities that normally trigger while transforming still trigger, like for example Ulrich of the Krallenhorde's +4/+4 buff.
Also got those errors in the log:

| Open
[lua] [string "ARLINN_KORD_CW_410007_TITLE (RESOLUTION_TIME_ACTION)~0x0000036c"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "DAYBREAK_RANGER_CW_222118_TITLE (RESOLUTION_TIME_ACTION)~0x0000038f"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "GEIER_REACH_BANDIT_CW_409912_TITLE (RESOLUTION_TIME_ACTION)~0x000003a7"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "GEIER_REACH_BANDIT_CW_409912_TITLE (RESOLUTION_TIME_ACTION)~0x000003a7"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "GEIER_REACH_BANDIT_CW_409912_TITLE (RESOLUTION_TIME_ACTION)~0x000003a7"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "GEIER_REACH_BANDIT_CW_409912_TITLE (RESOLUTION_TIME_ACTION)~0x000003a7"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "HUNTMASTER_OF_THE_FELLS_CW_262875_TITLE (RESOLUTION_TIME_ACTION)~0x000003ad"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "HUNTMASTER_OF_THE_FELLS_CW_262875_TITLE (RESOLUTION_TIME_ACTION)~0x000003ad"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "INSTIGATOR_GANG_CW_227415_TITLE (RESOLUTION_TIME_ACTION)~0x000003c0"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "INSTIGATOR_GANG_CW_227415_TITLE (RESOLUTION_TIME_ACTION)~0x000003c0"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "KESSIG_FORGEMASTER_CW_409923_TITLE (RESOLUTION_TIME_ACTION)~0x000003d3"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "KESSIG_FORGEMASTER_CW_409923_TITLE (RESOLUTION_TIME_ACTION)~0x000003d3"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "KESSIG_FORGEMASTER_CW_409923_TITLE (RESOLUTION_TIME_ACTION)~0x000003d3"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "KESSIG_FORGEMASTER_CW_409923_TITLE (RESOLUTION_TIME_ACTION)~0x000003d3"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "KRUIN_OUTLAW_CW_227084_TITLE (RESOLUTION_TIME_ACTION)~0x000003df"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "KRUIN_OUTLAW_CW_227084_TITLE (RESOLUTION_TIME_ACTION)~0x000003df"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "MAYOR_OF_AVABRUCK_CW_222189_TITLE (RESOLUTION_TIME_ACTION)~0x000003ea"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "MAYOR_OF_AVABRUCK_CW_222189_TITLE (RESOLUTION_TIME_ACTION)~0x000003ea"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "MAYOR_OF_AVABRUCK_CW_222189_TITLE (RESOLUTION_TIME_ACTION)~0x000003ea"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "RECKLESS_WAIF_CW_222111_TITLE (RESOLUTION_TIME_ACTION)~0x000003fe"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "RECKLESS_WAIF_CW_222111_TITLE (RESOLUTION_TIME_ACTION)~0x000003fe"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "RECKLESS_WAIF_CW_222111_TITLE (RESOLUTION_TIME_ACTION)~0x000003fe"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "RECKLESS_WAIF_CW_222111_TITLE (RESOLUTION_TIME_ACTION)~0x000003fe"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "SAGE_OF_ANCIENT_LORE_CW_409987_TITLE (RESOLUTION_TIME_ACTION)~0x0000041f"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "ULRICH_OF_THE_KRALLENHORDE_CW_414496_TITLE (RESOLUTION_TIME_ACTION)~0x00000448"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "VILLAGE_MESSENGER_CW_409946_TITLE (RESOLUTION_TIME_ACTION)~0x00000457"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "VILLAGE_MESSENGER_CW_409946_TITLE (RESOLUTION_TIME_ACTION)~0x00000457"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "VILLAGE_MESSENGER_CW_409946_TITLE (RESOLUTION_TIME_ACTION)~0x00000457"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "VILLAGE_MESSENGER_CW_409946_TITLE (RESOLUTION_TIME_ACTION)~0x00000457"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "HUNTMASTER_OF_THE_FELLS_CW_262875_TITLE (RESOLUTION_TIME_ACTION)~0x000003ad"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "MAYOR_OF_AVABRUCK_CW_222189_TITLE (RESOLUTION_TIME_ACTION)~0x000003ea"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "DAYBREAK_RANGER_CW_222118_TITLE (RESOLUTION_TIME_ACTION)~0x0000093a"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "GEIER_REACH_BANDIT_CW_409912_TITLE (RESOLUTION_TIME_ACTION)~0x00000952"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "GEIER_REACH_BANDIT_CW_409912_TITLE (RESOLUTION_TIME_ACTION)~0x00000952"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "GEIER_REACH_BANDIT_CW_409912_TITLE (RESOLUTION_TIME_ACTION)~0x00000952"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "GEIER_REACH_BANDIT_CW_409912_TITLE (RESOLUTION_TIME_ACTION)~0x00000952"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "HUNTMASTER_OF_THE_FELLS_CW_262875_TITLE (RESOLUTION_TIME_ACTION)~0x00000958"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "HUNTMASTER_OF_THE_FELLS_CW_262875_TITLE (RESOLUTION_TIME_ACTION)~0x00000958"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "INSTIGATOR_GANG_CW_227415_TITLE (RESOLUTION_TIME_ACTION)~0x0000096b"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "INSTIGATOR_GANG_CW_227415_TITLE (RESOLUTION_TIME_ACTION)~0x0000096b"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "KESSIG_FORGEMASTER_CW_409923_TITLE (RESOLUTION_TIME_ACTION)~0x0000097e"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "KESSIG_FORGEMASTER_CW_409923_TITLE (RESOLUTION_TIME_ACTION)~0x0000097e"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "KESSIG_FORGEMASTER_CW_409923_TITLE (RESOLUTION_TIME_ACTION)~0x0000097e"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "KESSIG_FORGEMASTER_CW_409923_TITLE (RESOLUTION_TIME_ACTION)~0x0000097e"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "KRUIN_OUTLAW_CW_227084_TITLE (RESOLUTION_TIME_ACTION)~0x0000098a"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "KRUIN_OUTLAW_CW_227084_TITLE (RESOLUTION_TIME_ACTION)~0x0000098a"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "MAYOR_OF_AVABRUCK_CW_222189_TITLE (RESOLUTION_TIME_ACTION)~0x00000995"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "MAYOR_OF_AVABRUCK_CW_222189_TITLE (RESOLUTION_TIME_ACTION)~0x00000995"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "MAYOR_OF_AVABRUCK_CW_222189_TITLE (RESOLUTION_TIME_ACTION)~0x00000995"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "MAYOR_OF_AVABRUCK_CW_222189_TITLE (RESOLUTION_TIME_ACTION)~0x00000995"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "RECKLESS_WAIF_CW_222111_TITLE (RESOLUTION_TIME_ACTION)~0x000009a9"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "RECKLESS_WAIF_CW_222111_TITLE (RESOLUTION_TIME_ACTION)~0x000009a9"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "RECKLESS_WAIF_CW_222111_TITLE (RESOLUTION_TIME_ACTION)~0x000009a9"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "SAGE_OF_ANCIENT_LORE_CW_409987_TITLE (RESOLUTION_TIME_ACTION)~0x000009ca"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "VILLAGE_MESSENGER_CW_409946_TITLE (RESOLUTION_TIME_ACTION)~0x00000a02"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "VILLAGE_MESSENGER_CW_409946_TITLE (RESOLUTION_TIME_ACTION)~0x00000a02"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "VILLAGE_MESSENGER_CW_409946_TITLE (RESOLUTION_TIME_ACTION)~0x00000a02"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "VILLAGE_MESSENGER_CW_409946_TITLE (RESOLUTION_TIME_ACTION)~0x00000a02"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "ARLINN_KORD_CW_410007_TITLE (RESOLUTION_TIME_ACTION)~0x00000917"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "ULRICH_OF_THE_KRALLENHORDE_CW_414496_TITLE (RESOLUTION_TIME_ACTION)~0x000009f3"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "HUNTMASTER_OF_THE_FELLS_CW_262875_TITLE (RESOLUTION_TIME_ACTION)~0x00000958"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
[lua] [string "RECKLESS_WAIF_CW_222111_TITLE (RESOLUTION_TIME_ACTION)~0x000009a9"]:2: attempt to call field 'DoCardRegistration_Resolution' (a nil value)
krishkrush
 
Posts: 89
Joined: 13 Oct 2012, 14:18
Has thanked: 30 times
Been thanked: 2 times

Re: Community Wad

Postby Parabolic » 12 Jun 2017, 15:49

It would be nice if abilities that don't have any associated cost had some sort of limit for the AI on using them. Stuff like Morph's ability to view the other side of the card, as an example. I've had games sit for a while while the AI decides to use the ability over and over. In a few cases, with some other cards, they simply never stop (after sitting for 20+ minutes) and the game has to be restarted.

Waxmane Baku takes the mana, removes the counters, and then does nothing. No prompt to tap anything.

I can't figure out what Mayael's Aria is doing. In 2HG, it seems like sometimes it will trigger the win condition if your partner has a creature of 20 power or more.

The AI has the ability to Ninjutsu out Higure, the Still Wind for 1U. This has happened on multiple occasions, but I've never been able to pull it off.
Parabolic
 
Posts: 74
Joined: 12 Jul 2013, 19:22
Has thanked: 10 times
Been thanked: 10 times

Re: Community Wad

Postby MasterXploder7 » 12 Jun 2017, 21:00

Malignus provided this error:

[lua] [string "MALIGNUS_CW_240062_TITLE (CONTINUOUS_ACTION)~0x0000049d"]:5: attempt to perform arithmetic on global 'PlayerCout' (a nil value)

As it came into play it went straight to the graveyard.
"Hate is an everlasting wellspring from which it is eternally sustained." - Nirkana Revenant
MasterXploder7
 
Posts: 293
Joined: 18 Jan 2014, 10:55
Has thanked: 28 times
Been thanked: 11 times

PreviousNext

Return to 2014

Who is online

Users browsing this forum: No registered users and 33 guests


Who is online

In total there are 33 users online :: 0 registered, 0 hidden and 33 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 33 guests

Login Form