Page 4 of 6

Re: Duels 2013 decks into 2014 *All 22 decks complete*

PostPosted: 31 Jan 2014, 22:48
by Meneldil
Hello

First of all, thanks for your work on those decks and the previous ones.

As I've never modded any of my DotPs, I'm wondering if I could download your 2013, 2012 and 2010 decks at the same time?

Do your files erase anything from the 2014 vanilla game? I noticed you have a main menu music in the music rar. Since I like the 2014 menu music, I'd rather not have it removed or replaced.

Lastly, can I play online with those? Not that I want to increase my rank by spamming beknighted, but I wouldn't mind playing them against my buddies (and tell them to download the old decks as well). THanks.

Re: Duels 2013 decks into 2014 *All 22 decks complete*

PostPosted: 01 Feb 2014, 01:02
by GrovyleXShinyCelebi
Answering all your questions:

Yes all three are compatible with each other.

My decks do not erase anything in the main game. The music files do not override the main menu music or any soundtrack in the game (however I did throw in the KAMIGAWA mixes in from the expansion, in case if you didn't have them).

You can play online with modded files ONLY if EVERY player in the match has the EXACT same WADs, all updated to the same version. Otherwise, the game will crash.

Re: Duels 2013 decks into 2014 *All 22 decks complete*

PostPosted: 05 Mar 2014, 11:02
by bill007
Thank you for this great addition.

I noticed Loyal Sentry does not destroy attacking creature when blocking.(I understand the basics, i.e the other creature was not indestructible or being regenerated :P). I have tried this card several times and same problem occurs. Can you please tell me how to fix this bug?

Many thanks

Re: Duels 2013 decks into 2014 *All 22 decks complete*

PostPosted: 08 Mar 2014, 16:35
by GrovyleXShinyCelebi
Yeah, try downloading this:

Replace it with your Data_Decks_2013_GXSC_MAIN file.

http://www2.zippyshare.com/v/42298060/file.html

Re: Duels 2013 decks into 2014 *All 22 decks complete*

PostPosted: 09 Mar 2014, 23:38
by MasterXploder7
when i have cast through time on the field and i play rites of replication (kicking) it doesnt resolve, im unsure if it keeps anything from resolving or just that card but i just spent 30 minutes fighting the elf deck as tarland and it was the easiest way to test it... seriously man its way too hard :shock:

Re: Duels 2013 decks into 2014 *All 22 decks complete*

PostPosted: 11 Mar 2014, 22:17
by GrovyleXShinyCelebi
Found your problem, fixed it, tested it, here's the patched file:

http://www40.zippyshare.com/v/80698239/file.html

Re: Duels 2013 decks into 2014 *All 22 decks complete*

PostPosted: 31 Mar 2014, 03:58
by Real
The bird token created from Fable of Wolf and Owl needs some fix. The box labeled "flying" is transparent.

The active ability of Lyzolda, the Blood Witch did not trigger the "2 damage" when I sacrificed a Slavering Nulls.

Re: Duels 2013 decks into 2014 *All 22 decks complete*

PostPosted: 31 Mar 2014, 07:02
by korson
Hi. playing again so found a bug. Can you change description on ring of thule? it's says that ring puts counters on red creatures. allmost wrote bug report about it, but found that it's just description error.

Re: Duels 2013 decks into 2014 *All 22 decks complete*

PostPosted: 03 Apr 2014, 16:17
by Ferrix
Rally the Righteous and Boros Guildmage don't work correctly in 2HG. I tried to target a friend's Blightsteel Colossus with both. Result:
Rally the Righteous does not do anything. Boros Guildmage can target only own creatures.

Expected behavior: Boros Guildmage should be able to target all creatures. Rally the Righteous should give +2/+0 and untap the Blightsteel Colossus (but not other colorless permanents of course).


Also (from the other thread):
In 2012 and 2013 decks, abilities that resolve when a card is put into a graveyard from the battlefield don't work for me and a friend in 2HG. Example cards: Dread, Deathgreeter

Thanks still for the great work!

EDIT: After a bit more testing, it also doesn't work when Darksteel Colossus is put into the graveyard from the hand. I think the XML for changing zones is broken (saw a different one for 2014 than for 2012 and 2013 that asks for the end zone instead begin zone so maybe that causes the issue).
Update: I fixed some cards:
Blightsteel Colossus, Boros Guildmage, Brightflame, Darksteel Colossus, Deathgreeter, Dread, Legacy Weapon, Progenitus, Rally the Righteous, Serra Avatar

For most cards the shuffle from the graveyard did not work correctly (it wouldn't trigger if discarded). Deathgreeter now grants life again almost correctly ("may" must still be implemented, I fixed it at my PC but it isn't in the upload). Boros Guildmage now can target all players' creatures instead of only own creatures. The both Radiance cards should be able to use their ability on colorless cards again.

I can not attach a WAD file here, so I uploaded it:
http://www62.zippyshare.com/v/71856547/file.html
Please feel free to use the fixes (after checking them), if you like.

Update 2: The following fixes will be additionally in the next version of the WAD:

Swell of Courage: Reinforce ability now costs XWW instead X
Deathgreeter: "May" gain 1 life now implemented (you are only asked if the option in the menu is turned off to automatically use beneficial untargeted may triggers)
Well of Lost Dreams: Autoskip if mana can't be paid

Re: Duels 2013 decks into 2014 *All 22 decks complete*

PostPosted: 05 Apr 2014, 13:53
by GrovyleXShinyCelebi
Thanks for the reports/fixes. I took the liberty of fixing the bugs in the other three as well.

Re: Duels 2013 decks into 2014 *All 22 decks complete*

PostPosted: 05 Apr 2014, 19:11
by NEMESiS
Selkie Hedge-Mage abilities are "may" not mandatory, realized it until I was forced to bounce my own creature. :lol:

Re: Duels 2013 decks into 2014 *All 22 decks complete*

PostPosted: 05 Apr 2014, 21:56
by Ferrix
GrovyleXShinyCelebi wrote:Thanks for the reports/fixes. I took the liberty of fixing the bugs in the other three as well.
Your fix for Well of Lost Dreams works the wrong way.

Well of Lost Dreams | Open
Code: Select all
    <AUTO_SKIP>
    local controller = EffectController()
    if controller ~= nil then
       local total_mana = controller:GetTotalMana()
       if total_mana &gt; 0 then
          return true
       end
    end
    return false
    </AUTO_SKIP>
It shouldn't check for greater than (although it does that correctly but there you should be able to respond, I think?) but for equal.

So you should replace
Code: Select all
       if total_mana &gt; 0 then
by
Code: Select all
       if total_mana == 0 then

Other cards that work but have text issues (either 2012 or 2013 file):
Fume Spitter has a non-working pointer when you sacrifice it to use its ability (it doesn't show the correct text).
Ring of Thune gives the +1/+1 counters correctly, but has a wrong description (says "red" instead "white")

Broken cards:
Narcolepsy taps the creature it goes on immediately but not on the upkeep.

Re: Duels 2013 decks into 2014 *All 22 decks complete*

PostPosted: 06 Apr 2014, 15:23
by GrovyleXShinyCelebi
Alright, fixed those bugs. Thanks for the help, I can be a bit careless sometimes :oops:

Re: Duels 2013 decks into 2014 *All 22 decks complete*

PostPosted: 06 Apr 2014, 18:19
by Real
Still having problem with the bird token generated from Fable of Wolf and Owl.

As for the Lyzolda, the Blood Witch

replace
Code: Select all
    if sacrifice ~= nil and sacrifice:GetColour():Test( COLOUR_BLACK ) then
with
Code: Select all
    if sacrifice ~= nil and sacrifice:GetColour():Test( COLOUR_RED ) then

Re: Duels 2013 decks into 2014 *All 22 decks complete*

PostPosted: 06 Apr 2014, 19:37
by GrovyleXShinyCelebi
Alright, both should be fixed now.