It is currently 20 Apr 2024, 01:08
   
Text Size

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!

Moderator: CCGHQ Admins

Re: Card Creation Request Thread

Postby volrathxp » 24 Jul 2014, 23:03

triskelion wrote:I can imagine that everyone must be incredibly busy with trying to figure out Magic 2015 and those ZED files, but would anyone by chance be able to make me a Kalonian Twingrove card from the new core set?
I can look at it, I'm making up M15 stuff. It shouldn't be too difficult.
volrathxp
User avatar
volrathxp
 
Posts: 362
Joined: 23 Jul 2014, 17:34
Has thanked: 9 times
Been thanked: 17 times

Re: Card Creation Request Thread

Postby volrathxp » 25 Jul 2014, 00:29

triskelion wrote:I can imagine that everyone must be incredibly busy with trying to figure out Magic 2015 and those ZED files, but would anyone by chance be able to make me a Kalonian Twingrove card from the new core set?
Here's the XML/TDX. I haven't fully tested it, but it's a relatively simple card. Show up fine with no errors in Riiak's deckbuilder.
Attachments
Kalonian_Twingrove.zip
Kalonian Twingrove XML/TDX
(233.06 KiB) Downloaded 320 times
volrathxp
User avatar
volrathxp
 
Posts: 362
Joined: 23 Jul 2014, 17:34
Has thanked: 9 times
Been thanked: 17 times

Re: Card Creation Request Thread

Postby triskelion » 25 Jul 2014, 00:46

Excellent, thank you very much, I will give it a test when I get home
triskelion
 
Posts: 44
Joined: 24 Jul 2014, 05:35
Has thanked: 3 times
Been thanked: 0 time

Re: Card Creation Request Thread

Postby mr friendly guy » 25 Jul 2014, 01:12

I am thinking of doing a Jester's cap based deck using phrexian metamorph and Academy ruins to recycle. I however plan to use Ghostly Prison, copy enchantment (of the prison), Blazing Archon or silent arbiter to slow things down until I exile his cards. I like to play this on either DoTP 2013 or DoTP 2014. I have checked the deck builders and it seems like I need either

1. Jester's cap for DotP 2014 (my WADS from 2013 have it) or
2. Copy Enchantment for DoTP 2013 (my WADS from 2014 has it)
mr friendly guy
 
Posts: 85
Joined: 23 Aug 2013, 12:03
Has thanked: 2 times
Been thanked: 1 time

Re: Card Creation Request Thread

Postby triskelion » 26 Jul 2014, 02:13

volrathxp wrote:
triskelion wrote:I can imagine that everyone must be incredibly busy with trying to figure out Magic 2015 and those ZED files, but would anyone by chance be able to make me a Kalonian Twingrove card from the new core set?
Here's the XML/TDX. I haven't fully tested it, but it's a relatively simple card. Show up fine with no errors in Riiak's deckbuilder.
It's almost perfect, but the token doesn't have any creature subtypes, which affects my treefolk deck a lot :(

Can you quickly add that small part in? I tried to myself but had absolutely no idea where I'd put what lol
triskelion
 
Posts: 44
Joined: 24 Jul 2014, 05:35
Has thanked: 3 times
Been thanked: 0 time

Re: Card Creation Request Thread

Postby volrathxp » 26 Jul 2014, 02:18

triskelion wrote:
volrathxp wrote:
triskelion wrote:I can imagine that everyone must be incredibly busy with trying to figure out Magic 2015 and those ZED files, but would anyone by chance be able to make me a Kalonian Twingrove card from the new core set?
Here's the XML/TDX. I haven't fully tested it, but it's a relatively simple card. Show up fine with no errors in Riiak's deckbuilder.
It's almost perfect, but the token doesn't have any creature subtypes, which affects my treefolk deck a lot :(

Can you quickly add that small part in? I tried to myself but had absolutely no idea where I'd put what lol
Code: Select all
  <TYPE metaname="Creature" />
  <SUB_TYPE metaname="Treefolk Warrior" />
From the token's XML. It looks fine to me...
volrathxp
User avatar
volrathxp
 
Posts: 362
Joined: 23 Jul 2014, 17:34
Has thanked: 9 times
Been thanked: 17 times

Re: Card Creation Request Thread

Postby sweetLu » 26 Jul 2014, 03:18

It's been awhile but I believe you need to add those separately if this is for 2014. That is:
Code: Select all
<SUB_TYPE metaname="Treefolk" />
<SUB_TYPE metaname="Warrior" />
sweetLu
 
Posts: 181
Joined: 16 Jul 2014, 01:24
Has thanked: 21 times
Been thanked: 22 times

Re: Card Creation Request Thread

Postby mr friendly guy » 26 Jul 2014, 10:21

mr friendly guy wrote:I am thinking of doing a Jester's cap based deck using phrexian metamorph and Academy ruins to recycle. I however plan to use Ghostly Prison, copy enchantment (of the prison), Blazing Archon or silent arbiter to slow things down until I exile his cards. I like to play this on either DoTP 2013 or DoTP 2014. I have checked the deck builders and it seems like I need either

1. Jester's cap for DotP 2014 (my WADS from 2013 have it) or
2. Copy Enchantment for DoTP 2013 (my WADS from 2014 has it)
Also realised I need Ghostly Prison, Sanctum Gargoyle for DoTP 2014.
mr friendly guy
 
Posts: 85
Joined: 23 Aug 2013, 12:03
Has thanked: 2 times
Been thanked: 1 time

Re: Card Creation Request Thread

Postby volrathxp » 26 Jul 2014, 12:03

sweetLu wrote:It's been awhile but I believe you need to add those separately if this is for 2014. That is:
Code: Select all
<SUB_TYPE metaname="Treefolk" />
<SUB_TYPE metaname="Warrior" />
Ah. Right on. I will look into that then. Thanks. :mrgreen:
volrathxp
User avatar
volrathxp
 
Posts: 362
Joined: 23 Jul 2014, 17:34
Has thanked: 9 times
Been thanked: 17 times

Re: Card Creation Request Thread

Postby volrathxp » 26 Jul 2014, 13:23

triskelion wrote:
volrathxp wrote:
triskelion wrote:I can imagine that everyone must be incredibly busy with trying to figure out Magic 2015 and those ZED files, but would anyone by chance be able to make me a Kalonian Twingrove card from the new core set?
Here's the XML/TDX. I haven't fully tested it, but it's a relatively simple card. Show up fine with no errors in Riiak's deckbuilder.
It's almost perfect, but the token doesn't have any creature subtypes, which affects my treefolk deck a lot :(

Can you quickly add that small part in? I tried to myself but had absolutely no idea where I'd put what lol
Here's the updated XML for the token.
Attachments
TOKEN_TREEFOLK_WARRIOR_S_S_G_100038329.zip
(1.85 KiB) Downloaded 300 times
volrathxp
User avatar
volrathxp
 
Posts: 362
Joined: 23 Jul 2014, 17:34
Has thanked: 9 times
Been thanked: 17 times

Re: Card Creation Request Thread

Postby NEMESiS » 02 Aug 2014, 22:54

I have another question. :mrgreen: This one is about my Mindclaw Shaman also in DotP2012. So when casting cards from my opponent like Explore, Tidings it works great but when it has to cast something like Æther Mutation the game does nothing and it leaves you stuck waiting for "something" to happen. Meaning you can't click "continue" until something resolves. here is my code:

Code: Select all
  <TRIGGERED_ABILITY  suppress_fizzle="1" zone="player">
    <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[When Mindclaw Shaman enters the battlefield, target opponent reveals his or her hand. You may cast an instant or sorcery card from it without paying its mana cost.]]></LOCALISED_TEXT>
    <TRIGGER value="COMES_INTO_PLAY" simple_qualifier="self" />
    <TARGET_DETERMINATION>
    local filter = Object():GetFilter()
    filter:Clear()
    filter:SetOwner( Object():GetController() )
    filter:SetFilterType( FILTER_TYPE_PLAYERS + FILTER_TYPE_OPPONENTS )
    return TargetBadF()
    </TARGET_DETERMINATION>
    <PLAY_TIME_ACTION target_choosing="1">
    ChooseTarget( "CARD_QUERY_CHOOSE_OPPONENT" )
    </PLAY_TIME_ACTION>
    <RESOLUTION_TIME_ACTION>
    local targetPlayer = Object():GetTargetPlayer()
    local filter = Object():GetFilter()
    filter:Clear()
    filter:NotTargetted()
    filter:SetZone( ZONE_HAND )
    filter:AddCardType( CARD_TYPE_SORCERY )
    filter:AddCardType( CARD_TYPE_INSTANT )
    filter:SetPlayer( targetPlayer )
    filter:PlayerAntiHint( Object():GetPlayer() )
    filter:May()
    Object():GetPlayer():ChooseTarget( "CARD_QUERY_CHOOSE_CARD_TO_CAST" )
    </RESOLUTION_TIME_ACTION>
    <RESOLUTION_TIME_ACTION>
    local target = Object():GetTargetCard()
    if target ~= nil and target:GetZone() == ZONE_HAND then
      MTG():ObjectDataChest():Set_ProtectedCardPtr( 1, target )
      Object():GetPlayer():PlaySpellForFreeAtAnyTime( target )
    end
    </RESOLUTION_TIME_ACTION>
   </TRIGGERED_ABILITY>
Is there something I need to add?
User avatar
NEMESiS
 
Posts: 460
Joined: 03 Jan 2013, 04:02
Location: Pools of Becoming
Has thanked: 70 times
Been thanked: 21 times

Re: Card Creation Request Thread

Postby Necropotence » 09 Aug 2014, 05:04

I need some cards for dotp2014 =D - Repeal - Search for Tomorrow - Cascade Bluffs - Flooded Grove

from now, thanks
Necropotence
 
Posts: 24
Joined: 05 May 2013, 05:30
Has thanked: 10 times
Been thanked: 0 time

Re: Card Creation Request Thread

Postby r3ikobomb » 23 Sep 2014, 22:33

Hey, I just started coding cards and I'm starting to get the hand of it. But I'm having trouble figuring out how to code Mirror Gallery. I don't have a card to reference as I don't believe anyone coding for 2014 has made it or anything close. Please help?
User avatar
r3ikobomb
 
Posts: 5
Joined: 23 Sep 2014, 22:06
Has thanked: 2 times
Been thanked: 1 time

Re: Card Creation Request Thread

Postby RiiakShiNal » 23 Sep 2014, 22:44

r3ikobomb wrote:Hey, I just started coding cards and I'm starting to get the hand of it. But I'm having trouble figuring out how to code Mirror Gallery. I don't have a card to reference as I don't believe anyone coding for 2014 has made it or anything close. Please help?
Unfortunately, it can't be made as there is no way to tell the engine to ignore a specific rule (nor any hacks put in by the developers to allow this specific card either).
RiiakShiNal
Programmer
 
Posts: 2185
Joined: 16 May 2011, 21:37
Has thanked: 75 times
Been thanked: 497 times

Re: Card Creation Request Thread

Postby Daninja » 12 Oct 2014, 18:16

Hello,

I would like to ask you kindly for a code for DOTP14 for Priest of Titania and Gaea's Cradle. I've not been able to find a well functioning code for them so far.

Any help will be greatly appreciated. Thanks a lot in advance.
Daninja
 
Posts: 1
Joined: 12 Oct 2014, 18:07
Has thanked: 0 time
Been thanked: 0 time

PreviousNext

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 24 guests


Who is online

In total there are 24 users online :: 0 registered, 0 hidden and 24 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 24 guests

Login Form