Page 190 of 253

Re: Community Wad

PostPosted: 24 May 2017, 19:43
by Xander9009
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.

Re: Community Wad

PostPosted: 25 May 2017, 11:44
by nivmizzet1
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

Re: Community Wad

PostPosted: 26 May 2017, 02:36
by Finnical
Harsh Mentor triggering on MY abilities. It's supposed to just hit opponent.

Re: Community Wad

PostPosted: 27 May 2017, 11:13
by Splinterverse
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!

Re: Community Wad

PostPosted: 27 May 2017, 11:19
by Splinterverse
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.

Re: Community Wad

PostPosted: 28 May 2017, 06:03
by erjerjerj
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

Re: Community Wad

PostPosted: 28 May 2017, 06:52
by nivmizzet1
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!

Re: Community Wad

PostPosted: 28 May 2017, 07:47
by nivmizzet1
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-[

Re: Community Wad

PostPosted: 30 May 2017, 05:37
by Finnical
When attacking with Wings of the Guard, Melee triggered properly only when attacking alone, as if it had exalted.

Re: Community Wad

PostPosted: 30 May 2017, 07:25
by Finnical
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.

Re: Community Wad

PostPosted: 01 Jun 2017, 14:41
by Finnical
I had monarch token. Opponent hit my planeswalker, Ajani Vengeant, but not me. Opponent received monarch token.

Re: Community Wad

PostPosted: 02 Jun 2017, 06:58
by Finnical
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.

Re: Community Wad

PostPosted: 02 Jun 2017, 13:28
by krishkrush
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)

Re: Community Wad

PostPosted: 12 Jun 2017, 15:49
by Parabolic
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.

Re: Community Wad

PostPosted: 12 Jun 2017, 21:00
by MasterXploder7
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.