Board index
Programs with AI or Rules Enforcement
Magic: The Gathering - Duels of the Planeswalkers
New MTG Cards and Decks
2013
Programs with AI or Rules Enforcement
Magic: The Gathering - Duels of the Planeswalkers
New MTG Cards and Decks
2013
Problem with the number of basic lands (solved)
Moderators: Xander9009, CCGHQ Admins
Problem with the number of basic lands (solved)
by --Dream-- » 10 Aug 2012, 17:56
So I have 8 non-basic lands on my deck and here's what my deck xml looks like (first 8 cards are the non-basic lands):
Hope someone can help me!
- Code: Select all
<DECK personality="D13_KNIGHT_EXEMPLAR.XML" deck_box_image="D13_EXALTED_DREAM" deck_box_image_locked="locked" always_available="true" content_pack="0" uid="99" preview_card="exalted_darkness" is_green="true" is_white="true" >
<DECKSTATISTICS Size="2" Speed="10" Flex="6" Syn="10" />
<CARD name="SUNPETAL_GROVE_249736" deckOrderId="0" />
<CARD name="SUNPETAL_GROVE_249736" deckOrderId="1" />
<CARD name="SUNPETAL_GROVE_249736" deckOrderId="2" />
<CARD name="SUNPETAL_GROVE_249736" deckOrderId="3" />
<CARD name="RAZORVERGE_THICKET_209407" deckOrderId="4" />
<CARD name="RAZORVERGE_THICKET_209407" deckOrderId="5" />
<CARD name="RAZORVERGE_THICKET_209407" deckOrderId="6" />
<CARD name="RAZORVERGE_THICKET_209407" deckOrderId="7" />
(...)
<CARD name="FRACTURING_GUST_146759" deckOrderId="38" />
<CARD name="FRACTURING_GUST_146759" deckOrderId="39" />
<CARD name="AVEN_SQUIRE_276763" deckOrderId="40" />
<CARD name="AVEN_SQUIRE_276763" deckOrderId="41" />
<CARD name="AVEN_SQUIRE_276763" deckOrderId="42" />
<CARD name="AVEN_SQUIRE_276763" deckOrderId="43" />
<CARD name="SPIRIT_MANTLE_277120" deckOrderId="44" />
<CARD name="ORNITHOPTER_888206331" deckOrderId="45" />
<CARD name="SPIRIT_MANTLE_277120" deckOrderId="46" />
<CARD name="SPIRIT_MANTLE_277120" deckOrderId="47" />
Hope someone can help me!
Last edited by --Dream-- on 11 Aug 2012, 10:13, edited 1 time in total.
Re: Problem with the number of basic lands
by thefiremind » 10 Aug 2012, 18:00
Maybe it's a stupid thing, but did you try to put the lands as the last cards instead of the first?
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
Currently busy with life...
-

thefiremind - Programmer
- Posts: 3515
- Joined: 07 Nov 2011, 10:55
- Has thanked: 118 times
- Been thanked: 719 times
Re: Problem with the number of basic lands
by --Dream-- » 10 Aug 2012, 19:42
Tried listing the cards in alphabetical order, by mana cost, lands at the top, lands at the bottom... always the same problem: the last 8 cards are ignored.
Re: Problem with the number of basic lands
by RiiakShiNal » 10 Aug 2012, 21:02
Did you try deleting your profile? If that deck was saved before you added the 8 additional non-basic lands then it would only recognize the first 40 cards in the deck (those were the only ones that were saved to the profile). You could also work around the issue by changing the deck id to a new number (this would prevent you from having to delete your profile).
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: 2160
- Joined: 16 May 2011, 21:37
- Has thanked: 74 times
- Been thanked: 483 times
Re: Problem with the number of basic lands
by pcastellazzi » 10 Aug 2012, 21:33
To change the minimum number of lands of certain type you need to add the following code to your deck xml.
- Code: Select all
<LANDCONFIG minMountain="8" minSwamp="8" />
The lights then came up and the crowd erupted in applause, because that's what the crowd does after it watches destruction on a large screen.
— Ben Kuchera, Mordern Warfare 3 review.
— Ben Kuchera, Mordern Warfare 3 review.
-

pcastellazzi - Posts: 184
- Joined: 25 Apr 2012, 00:40
- Location: Montevideo, Uruguay
- Has thanked: 11 times
- Been thanked: 30 times
Re: Problem with the number of basic lands (solved)
by --Dream-- » 11 Aug 2012, 10:13
Yep, I had to change the deck id and that did the trick. Thanks guys!
7 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests
