Board index
Programs with AI or Rules Enforcement
Magic: The Gathering - Duels of the Planeswalkers
New MTG Cards and Decks (2010, 2012, 2013, 2014, 2015, Magic Duels)
2014




land bug
Moderator: CCGHQ Admins
9 posts
• Page 1 of 1
land bug
by nivmizzet1 » 21 Feb 2015, 07:59
I have a G/B/W deck, but the deck is mostly white. There is only a single green card, with a G/W split cost (rhys the redeemed), and there are no black cards, but there are a few copies of a card with black in the flashback cost (lingering souls).
Unfortunately, Riiak's deck builder doesn't recognise the flashback cost when assigning deck colours, so it assigns the deck as G/W only. That has the undesired effect of removing any swamps I've included by using ignoreCmcOver="0". If I open the deck WAD and manually change the deck to is_black="TRUE", the swamps show up in the deck manager, but the game will crash when I try to start a game with the deck.
Does anybody know how I can prevent the game from crashing and still have the swamps in the deck (without adding a black card to the deck)?
Unfortunately, Riiak's deck builder doesn't recognise the flashback cost when assigning deck colours, so it assigns the deck as G/W only. That has the undesired effect of removing any swamps I've included by using ignoreCmcOver="0". If I open the deck WAD and manually change the deck to is_black="TRUE", the swamps show up in the deck manager, but the game will crash when I try to start a game with the deck.
Does anybody know how I can prevent the game from crashing and still have the swamps in the deck (without adding a black card to the deck)?
______________________________________
my DOTP 2014 Main mod page - my DOTP 2014 OP Decks mod page - Community WAD
my DOTP 2014 Main mod page - my DOTP 2014 OP Decks mod page - Community WAD
- nivmizzet1
- Posts: 617
- Joined: 21 Mar 2013, 10:10
- Has thanked: 100 times
- Been thanked: 25 times
Re: land bug
by MasterXploder7 » 21 Feb 2015, 08:27
I would suggest using a dual land that manually taps or adding a legendary land that adds black mana or something like City of Brass. Orzhov Keyrune or almost any mana producing artifact could be possible.
I'm slightly interested however if you would make is_green="FALSE" how that would affect the outcome because I know the fae deck uses black and blue but has black set to false. If this doesn't help request for the Community Wad section to post it's singular version of Urborg, Tomb of Yawgmoth I know for a fact it works in it's proper manner and it also allows all of your lands to become swamps which will remove any problem you face.
I'm slightly interested however if you would make is_green="FALSE" how that would affect the outcome because I know the fae deck uses black and blue but has black set to false. If this doesn't help request for the Community Wad section to post it's singular version of Urborg, Tomb of Yawgmoth I know for a fact it works in it's proper manner and it also allows all of your lands to become swamps which will remove any problem you face.
"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
Re: land bug
by Kithkin » 21 Feb 2015, 12:13
I was very much surprised to hear that Urborg, Tomb of Yawgmoth should be working. So I had to test the CW version. Guess what? It does NOT work properly. As you can see, there are only 2 Lands on the battlefield, but Hero's Downfall is eligible. What is this "singular version"?MasterXploder7 wrote:.... If this doesn't help request for the Community Wad section to post it's singular version of Urborg, Tomb of Yawgmoth I know for a fact it works in it's proper manner and it also allows all of your lands to become swamps which will remove any problem you face.

-
Kithkin - Posts: 456
- Joined: 21 Feb 2014, 07:12
- Location: Cologne, GERMANY
- Has thanked: 11 times
- Been thanked: 56 times
Re: land bug
by RiiakShiNal » 21 Feb 2015, 15:32
Bug report for failing to recognize flashback costs noted and I will address it in the next version of the Deck Builder.
As for why the deck crashes when you add swamps by setting the is_black attribute is because you have not also added basic swamps to the land pool XML. The need to generate the land pool XML is the main reason why the Deck Builder calculates the colors of the deck in the first place (to make sure that created decks don't crash the game). If you add at least one valid basic Swamp to the land pool XML it should stop the crashing issue.
Urborg, Tomb of Yawgmoth will never work properly in DotP 2014 as there are too many related engine bugs that can't be worked around.
As for why the deck crashes when you add swamps by setting the is_black attribute is because you have not also added basic swamps to the land pool XML. The need to generate the land pool XML is the main reason why the Deck Builder calculates the colors of the deck in the first place (to make sure that created decks don't crash the game). If you add at least one valid basic Swamp to the land pool XML it should stop the crashing issue.
Urborg, Tomb of Yawgmoth will never work properly in DotP 2014 as there are too many related engine bugs that can't be worked around.
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2188
- Joined: 16 May 2011, 21:37
- Has thanked: 75 times
- Been thanked: 497 times
Re: land bug
by Xander9009 » 22 Feb 2015, 07:06
Urborg, Tomb of Yawgmoth should be fixed to prevent free mana like that. To be clear, it should NOT be making them swamps. It appears it should actually be giving each one the ability to manually tap for one black mana. It's about as close as it can get. It was incorrectly always granting the backup mana ability. Because of the issues with it, the backup ability has been removed completely, leaving only the manual tap ability. Effects that count swamps will NOT count all lands. It will only count natural swamps. But the mana ability should work.
_______________________________
Community Wad - Community Wad Website - How to Help and Report Bugs
Discord: discord.gg/4AXvHzW
Community Wad - Community Wad Website - How to Help and Report Bugs
Discord: discord.gg/4AXvHzW
-
Xander9009 - Programmer
- Posts: 2905
- Joined: 29 Jun 2013, 07:44
- Location: Indiana, United States
- Has thanked: 121 times
- Been thanked: 445 times
Re: land bug
by nivmizzet1 » 22 Feb 2015, 07:32
Of course! ThanksRiiakShiNal wrote:As for why the deck crashes when you add swamps by setting the is_black attribute is because you have not also added basic swamps to the land pool XML. The need to generate the land pool XML is the main reason why the Deck Builder calculates the colors of the deck in the first place (to make sure that created decks don't crash the game). If you add at least one valid basic Swamp to the land pool XML it should stop the crashing issue.

______________________________________
my DOTP 2014 Main mod page - my DOTP 2014 OP Decks mod page - Community WAD
my DOTP 2014 Main mod page - my DOTP 2014 OP Decks mod page - Community WAD
- nivmizzet1
- Posts: 617
- Joined: 21 Mar 2013, 10:10
- Has thanked: 100 times
- Been thanked: 25 times
Re: land bug
by Kithkin » 22 Feb 2015, 14:21
I am sorry to disappoint you. The card grants free mana and basic lands don't even tap when used. The AI opponent had 2 basic lands and played a 3cc and a 4cc spell on the same turn without tapping the basic lands.Xander9009 wrote:Urborg, Tomb of Yawgmoth should be fixed to prevent free mana like that. To be clear, it should NOT be making them swamps. It appears it should actually be giving each one the ability to manually tap for one black mana. It's about as close as it can get. It was incorrectly always granting the backup mana ability. Because of the issues with it, the backup ability has been removed completely, leaving only the manual tap ability. Effects that count swamps will NOT count all lands. It will only count natural swamps. But the mana ability should work.
-
Kithkin - Posts: 456
- Joined: 21 Feb 2014, 07:12
- Location: Cologne, GERMANY
- Has thanked: 11 times
- Been thanked: 56 times
Re: land bug
by RiiakShiNal » 22 Feb 2015, 15:16
It still wouldn't work right take for example you have a Black/Green/Red deck with Urborg, Tomb of Yawgmoth, along with Nightmare and several other cards like multi-colour non-basic lands and Green/Red cards. With Urborg, Tomb of Yawgmoth in play the Nightmare should get 1/1 for each land in play because they are all supposed to be swamps. If you don't make lands swamps it won't work right.Xander9009 wrote:Urborg, Tomb of Yawgmoth should be fixed to prevent free mana like that. To be clear, it should NOT be making them swamps. It appears it should actually be giving each one the ability to manually tap for one black mana. It's about as close as it can get. It was incorrectly always granting the backup mana ability. Because of the issues with it, the backup ability has been removed completely, leaving only the manual tap ability. Effects that count swamps will NOT count all lands. It will only count natural swamps. But the mana ability should work.
Also take into account creatures with Swampwalk if lands aren't swamps their ability doesn't work right.
Other cards that may not work right with that configuration of Urborg:
Bubbling Muck
Cabal Coffers
Cho-Arrim Legate
Choking Sands
Coffin Puppets
Corrupt
Crimson Muckwader
Crusading Knight
Crypt Ghast
Dakmor Sorceress
Dragonskull Summit
Dross Golem
Drowned Catacomb
Everglades
Fendeep Summoner
Filth
Gwyllion Hedge-Mage
Hecatomb
Isolated Chapel
Jorubai Muck Lurker
Karma
Korlash, Heir to Blackblade
Kormus Bell
Lashwrithe
Liliana of the Dark Realms
Magus of the Coffers
Mind Sludge
Mire Kavu
Mire's Toll
Mutilate
Nature's Wrath
Nightmare Incursion
Nightmare Lash
Nirkana Revenant
Quag Sickness
Return of the Nightstalkers
Roots of Life
Royal Decree
Sedge Troll
Sima Yi, Wei Field Marshal
Sink into Takenuma
Slavering Nulls
Squelching Leeches
Staff of the Death Magus
Stern Judge
Tainted Wood
Tek
Tendrils of Corruption
Thelon's Chant
Veilborn Ghoul
Woodland Cemetery
Just to name a few.
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2188
- Joined: 16 May 2011, 21:37
- Has thanked: 75 times
- Been thanked: 497 times
Re: land bug
by Xander9009 » 22 Feb 2015, 18:33
Sorry about that. I didn't catch the bit that added the subtype swamp, which was the reason for the free mana (in conjunction with the other bit which I already removed). Fixed, and this time tested.Kithkin wrote:I am sorry to disappoint you. The card grants free mana and basic lands don't even tap when used. The AI opponent had 2 basic lands and played a 3cc and a 4cc spell on the same turn without tapping the basic lands.
@Riiak: You're absolutely right. And that's why I specifically said it wouldn't make it count as a swamp for anything which relies on lands having the Swamp subtype. In-game it shows that the granted ability is actually "{T}: Add

_______________________________
Community Wad - Community Wad Website - How to Help and Report Bugs
Discord: discord.gg/4AXvHzW
Community Wad - Community Wad Website - How to Help and Report Bugs
Discord: discord.gg/4AXvHzW
-
Xander9009 - Programmer
- Posts: 2905
- Joined: 29 Jun 2013, 07:44
- Location: Indiana, United States
- Has thanked: 121 times
- Been thanked: 445 times
9 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 10 guests