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 » 14 Apr 2013, 11:36
How could I forget about the implications on abilities withsumomole wrote:I think Instill Energy just make creature can attack as though it had haste.


Then forget what I said: the approximation is not legitimate.

< 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 tenshirockdu69 » 14 Apr 2013, 13:16
for liliana's caress it work but only when it's me who discard a card or it have to work only when the oposant discard a card. i use the oPlayer:LoseLife(2). on the .xml
- tenshirockdu69
- Posts: 6
- Joined: 16 Mar 2013, 08:24
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card Creation Request Thread
by damienx45 » 16 Apr 2013, 02:23
hey guys i know this thread is probably for alredy exsisting mtg cards but i have several cards that i found online that were created by a bunch of mtg fans that rave over sliver cards and found some interesting created cards from their site and just wanted to know if the can be created for dotp 2013 . heres the folder with pics of the created cards.
www35-zippyshare-com/v/46987027/file-html
www35-zippyshare-com/v/46987027/file-html
Re: Card Creation Request Thread
by thefiremind » 16 Apr 2013, 20:51
Not too different from Burn at the Stake, I copied a lot from that. 

- Attachments
-
MARTYR_OF_SANDS_121263.zip
- (103.35 KiB) Downloaded 276 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 damienx45 » 16 Apr 2013, 21:32
hey firemind can you take a look at the file i posted and see if thoe cards can be coded to work on dotp 2013?
Re: Card Creation Request Thread
by thefiremind » 16 Apr 2013, 22:38
I gave a quick look and I think they can, but I'm not interested in coding invented cards, sorry. If you are really crazy about them, you can try to start from already coded slivers and adapt them to your needs. Slivers are the "race" from which I started my modding experience in DotP2012 because they all do the same thing (more or less). For example, if you want to code the custom sliver that gives wither, start from an existing sliver that gives a static ability (Battering Sliver for example) and substitute his characteristic with CHARACTERISTIC_WITHER. You'll need to give it a different ID, adjust name, cost, etc., but the code part will be done.damienx45 wrote:hey firemind can you take a look at the file i posted and see if thoe cards can be coded to work on dotp 2013?
< 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 damienx45 » 17 Apr 2013, 00:57
what about the dredge 2 and bloodthirst 1 custom slivers should do the same for them or do they require more coding then the wither? and what about the sliver armor do i just find a enchantment card that has already been coded or will that card have to be coded by hand?
Re: Card Creation Request Thread
by thefiremind » 17 Apr 2013, 09:38
The dredge mechanic is extremely difficult: I made it for DotP2012 and I would probably need to recode it from scratch if I wanted to make it for DotP2013. It can also interfere with other simpler abilities that override the player's draw. I'd suggest you to ignore that custom sliver.damienx45 wrote:what about the dredge 2 and bloodthirst 1 custom slivers should do the same for them or do they require more coding then the wither? and what about the sliver armor do i just find a enchantment card that has already been coded or will that card have to be coded by hand?

Bloodthirst is quite "standard", and you can start from Bloodlord of Vasgoth which is similar (rather than granting bloodthirst to vampires, you'll grant it to slivers).
About Sliver Armor, I don't know if "protection from non-Slivers" can be properly coded: I remember having problems trying to code a protection that required a "negation" of something else.
< 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 Blue Ghost » 17 Apr 2013, 21:13
Can I request Trade Secrets? I've been trying to program it, to no success. Something about how the numerical choice function works, I think...
- Blue Ghost
- Posts: 52
- Joined: 07 Apr 2013, 20:41
- Has thanked: 6 times
- Been thanked: 0 time
Re: Card Creation Request Thread
by damienx45 » 18 Apr 2013, 05:15
hey firemind you said on another forum thread that the more challengeing the card is the better you like it right? then here's a challenge for ya skeletal vampire, butcher of malikar, bloodline keeper / Lord of lineage.
Re: Card Creation Request Thread
by thefiremind » 18 Apr 2013, 08:50
Well, unless it's something that makes me headbutt my monitor.damienx45 wrote:hey firemind you said on another forum thread that the more challengeing the card is the better you like it right?

Butcher of Malakir can be found inside RiiakShiNal's mod.damienx45 wrote:then here's a challenge for ya skeletal vampire, butcher of malikar, bloodline keeper / Lord of lineage.
Bloodline Keeper can be found inside Nivmizzet1's mod... not guaranteed to be bug-free, but transform mechanic is really hard to make right on DotP2013 and I gave up with it long time ago.
Skeletal Vampire was in DotP2012 so I'm surprised that kevlahnota's mod doesn't have it yet... anyway it's easy, I'll update it from DotP2012 soon.
EDIT: Here it is.
- Attachments
-
SKELETAL_VAMPIRE_246996 + token.zip
- (160.52 KiB) Downloaded 254 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 becauseafrica » 18 Apr 2013, 09:18
Is it possible to make chalice of life/death?
and who can help me with xml of soul's attendant? the same as warden, but...=)
and who can help me with xml of soul's attendant? the same as warden, but...=)
- becauseafrica
- Posts: 13
- Joined: 24 Jan 2012, 07:34
- Has thanked: 9 times
- Been thanked: 0 time
Re: Card Creation Request Thread
by Scion of Darkness » 18 Apr 2013, 09:41
I need some help with cauldron of souls =S tricky card
-
Scion of Darkness - Posts: 235
- Joined: 27 Aug 2012, 13:14
- Has thanked: 17 times
- Been thanked: 23 times
Re: Card Creation Request Thread
by thefiremind » 18 Apr 2013, 10:10
becauseafrica wrote:Is it possible to make chalice of life/death?
thefiremind wrote:transform mechanic is really hard to make right on DotP2013 and I gave up with it long time ago.


I don't know about your level of modding knowledge and about your problems with XMLs, but did you try this? You can insert the code from Soul Warden once the XML is ready.becauseafrica wrote:and who can help me with xml of soul's attendant? the same as warden, but...=)
I'm not sure if "any number of target creatures" includes 0, anyway my implementation includes 0 (if for some reason you just want to tap the artifact) mainly because it was easier to code.Scion of Darkness wrote:I need some help with cauldron of souls =S tricky card

I used the query text for regeneration because it's the closest thing I could think of, but you can make an appropriate "Choose a creature that gains persist" text if you want.
- Attachments
-
CAULDRON_OF_SOULS_152065.zip
- (104.81 KiB) Downloaded 201 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
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 2 guests