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)



Card Creation Request Thread
User-made mods in DLC (Downloadable Content) form.
Get MTG cards here for your DotP that aren't available anywhere else!
Get MTG cards here for your DotP that aren't available anywhere else!
Moderator: CCGHQ Admins
Re: Card Creation Request Thread
by thefiremind » 18 Mar 2013, 16:23
When you can't see the card in the deck, it means you wrote something wrong in the XML structure, and finding this kind of errors is really easy if you have Firefox browser: drag and drop your XML onto Firefox and it will point you to the error. In this specific case, the file ends with </CRD_V2> instead of </CARD_V2>.Honeybear wrote:Eesha does not appear in the games deckmanager, although I added it into the wads card folder and deck.xml.
If the static ability is fine, then I´m out of ideas...
< 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: 722 times
Re: Card Creation Request Thread
by TrueBeliever2 » 19 Mar 2013, 20:20
I have a request to make Obzedat, Ghost Council. It would be great in a deck like Slow death.
- TrueBeliever2
- Posts: 6
- Joined: 14 Mar 2013, 20:40
- Has thanked: 2 times
- Been thanked: 0 time
Re: Card Creation Request Thread
by AriesKiki » 19 Mar 2013, 21:14
Obzedat is already in a mod (I can't remember exactly the mod), but here it is.
- Attachments
-
OBZEDAT_GHOST_COUNCIL_624691.zip
- (1.82 KiB) Downloaded 927 times
Re: Card Creation Request Thread
by TrueBeliever2 » 20 Mar 2013, 00:26
- TrueBeliever2
- Posts: 6
- Joined: 14 Mar 2013, 20:40
- Has thanked: 2 times
- Been thanked: 0 time
Re: Card Creation Request Thread
by AriesKiki » 20 Mar 2013, 00:59
Here it is.
- Attachments
-
STOIC_ANGEL_38175396.zip
- (2.97 KiB) Downloaded 292 times
Re: Card Creation Request Thread
by thefiremind » 20 Mar 2013, 09:48
That's how I would have made it first, but then I thought that this method isn't totally right: if a creature cannot untap by itself (for example Deep-Slumber Titan), you shouldn't be able to untap it with Stoic Angel as well... but if you give the same characteristic to all creatures, how can you figure out which creatures had it from before?AriesKiki wrote:Here it is.
I made a lot of tests but couldn't find a 100% rule-compliant way to code it.
< 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: 722 times
Re: Card Creation Request Thread
by sumomole » 20 Mar 2013, 10:39
Don‘t use CHARACTERISTIC_DOESNT_UNTAP and target_card:Untap(), use FilteredCard():Hold() to hold all taped creature at the previous STEP_CLEANUP before your turn except one that you want to untap. But there has a big bug, AI always choose the highest score creature to untap rather than suitable creature.thefiremind wrote:That's how I would have made it first, but then I thought that this method isn't totally right: if a creature cannot untap by itself (for example Deep-Slumber Titan), you shouldn't be able to untap it with Stoic Angel as well... but if you give the same characteristic to all creatures, how can you figure out which creatures had it from before?AriesKiki wrote:Here it is.
I made a lot of tests but couldn't find a 100% rule-compliant way to code it.
-
sumomole - Programmer
- Posts: 611
- Joined: 07 Jun 2011, 08:34
- Has thanked: 51 times
- Been thanked: 234 times
Re: Card Creation Request Thread
by thefiremind » 20 Mar 2013, 10:47
Can you exactly identify the turn before your turn, even in a Planechase match when the turn order is inverted, or when someone takes an extra turn?sumomole wrote:at the previous STEP_CLEANUP before your turn
< 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: 722 times
Re: Card Creation Request Thread
by sumomole » 20 Mar 2013, 11:52
You are right, there is no way to count the extra-turn effect.thefiremind wrote:Can you exactly identify the turn before your turn, even in a Planechase match when the turn order is inverted, or when someone takes an extra turn?sumomole wrote:at the previous STEP_CLEANUP before your turn
-
sumomole - Programmer
- Posts: 611
- Joined: 07 Jun 2011, 08:34
- Has thanked: 51 times
- Been thanked: 234 times
Re: Card Creation Request Thread
by RiiakShiNal » 22 Mar 2013, 02:45
Yes, Wasteland can be made quite easily. Though if you want to try and circumvent the colourless mana priority issue then the code becomes much longer and more complex, but that is optional.
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: Card Creation Request Thread
by nivmizzet1 » 23 Mar 2013, 10:51
I would like to request avacyn's collar.
______________________________________
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: Card Creation Request Thread
by thefiremind » 23 Mar 2013, 13:22
No problem, that's easy.nivmizzet1 wrote:I would like to request avacyn's collar.

- Attachments
-
AVACYNS_COLLAR_262863.zip
- (82.17 KiB) Downloaded 252 times
< 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: 722 times
Re: Card Creation Request Thread
by nivmizzet1 » 23 Mar 2013, 14:30
.
Last edited by nivmizzet1 on 23 Mar 2013, 14:34, edited 1 time in total.
______________________________________
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: Card Creation Request Thread
by nivmizzet1 » 23 Mar 2013, 14:33
crap. I actually just finished coding it myself. I totally thought it would be too hard for me to code, but I tried anyway and somehow I managed to get it to work.thefiremind wrote:No problem, that's easy.nivmizzet1 wrote:I would like to request avacyn's collar.
Thanks though. I feel bad for wasting your time now!
PS how do you add an attachment?
EDIT: Actually, I just realised that my version of avacyn's collar triggered whenever the equipped creature died, regardless of it's subtype, because I used doomed traveler as the template for that ability and forgot to modify it accordingly. So I think I'll just take your version anyway, so it wasn't a waste your time after all, just mine, lol

Last edited by nivmizzet1 on 23 Mar 2013, 15:38, edited 3 times in total.
______________________________________
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
Return to New MTG Cards and Decks (2010, 2012, 2013, 2014, 2015, Magic Duels)
Who is online
Users browsing this forum: No registered users and 0 guests