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 sumomole » 26 Jun 2013, 04:37
Missing an end behind the LoseGame, in addition, you shouldn't use HINT_ALLIED, it's lose, not win.NEMESiS wrote:What is wrong with my code for Door to Nothingness?
- Code: Select all
<COST type="Sacrificeself" />
<COST type="TapSelf" />
<TARGET_DEFINITION id="0">
local filter = Object():GetFilter()
filter:Clear()
filter:SetFilterType( FILTER_TYPE_PLAYERS )
filter:SetHint( HINT_ALLIED, EffectController() )
</TARGET_DEFINITION>
<TARGET_DETERMINATION>
return AtLeastOneTargetFromDefinition(0)
</TARGET_DETERMINATION>
<PLAY_TIME_ACTION target_choosing="1">
EffectController():ChooseTarget( 0, "CARD_QUERY_CHOOSE_PLAYER_TO_LOSE_GAME", EffectDC():Make_Targets(0) )
</PLAY_TIME_ACTION>
<RESOLUTION_TIME_ACTION>
local target = EffectDC():Get_Targets(0):Get_PlayerPtr(0)
if target ~= nil then
EffectController():LoseGame()
</RESOLUTION_TIME_ACTION>
-
sumomole - Programmer
- Posts: 611
- Joined: 07 Jun 2011, 08:34
- Has thanked: 51 times
- Been thanked: 234 times
Re: Card Creation Request Thread
by NEMESiS » 26 Jun 2013, 08:22
Well when I target the opponent its making me lose the game now. 

-
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
by thefiremind » 26 Jun 2013, 08:36
It should be 
- Code: Select all
target:LoseGame()
- Code: Select all
EffectController():LoseGame()

< 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 Otulissa » 29 Jun 2013, 04:37
I know DoTP 2014 just came out, but was hoping I could make a couple requests:
Stronghold Assassin
Coat of Arms
Jarad, Golgari Lich Lord
Crovax, the Cursed
Cursed Monstrosity (Don't ask, lol)
Stronghold Assassin
Coat of Arms
Jarad, Golgari Lich Lord
Crovax, the Cursed
Cursed Monstrosity (Don't ask, lol)
- Otulissa
- Posts: 4
- Joined: 27 Jun 2013, 23:40
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card Creation Request Thread
by Scion of Darkness » 29 Jun 2013, 05:08
coat of arms is prensent on the official card wad
-
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 Rickycoe123 » 29 Jun 2013, 17:49
Is anyone available to make Genju of the Falls ?
- Rickycoe123
- Posts: 138
- Joined: 14 Mar 2013, 22:44
- Has thanked: 1 time
- Been thanked: 15 times
Re: Card Creation Request Thread
by -Sekki- » 30 Jun 2013, 01:23
Is "The Mimeoplasm" possible? that would be awesome for my simic deck!
- -Sekki-
- Posts: 10
- Joined: 29 Jun 2013, 20:48
- Has thanked: 0 time
- Been thanked: 0 time
- -Sekki-
- Posts: 10
- Joined: 29 Jun 2013, 20:48
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card Creation Request Thread
by drleg3nd » 03 Jul 2013, 14:51
hey all I would like to request several cards for dotp 2014
blood crypt
cavern of souls
kessig wolf run
overgrown tomb
rootbound crag
stomping ground
woodland cemetery
arbor elf
corpsejack menace
elvish mystic
experiment one
gyre sage
kalonian hydra
renegade krasis
savageborn hydra
scavenging ooze
thx
blood crypt
cavern of souls
kessig wolf run
overgrown tomb
rootbound crag
stomping ground
woodland cemetery
arbor elf
corpsejack menace
elvish mystic
experiment one
gyre sage
kalonian hydra
renegade krasis
savageborn hydra
scavenging ooze
thx
Re: Card Creation Request Thread
by gorem2k » 04 Jul 2013, 21:37
I've tried Cursed Monstrosity using Painful Quandary but got strange results.Otulissa wrote:I know DoTP 2014 just came out, but was hoping I could make a couple requests:
Stronghold Assassin

- Attachments
-
STRONGHOLD_ASSASSIN_444025645.zip
- (79.77 KiB) Downloaded 265 times
Re: Card Creation Request Thread
by BloodReyvyn » 05 Jul 2013, 08:58
Wow, I been away for a bit trying to move and get my new house in a livable state (unpacking and such)... At any rate, and on-topic, I have no idea where cards transition from D13 to D14... perhaps a new card request thread in the D14 section is in order to keep it a little easier to follow? Just a thought.
Man, I been poking around in the cards in D14 and started trying to get Korlash, Heir to Blackblade done. So far all I can do is make him regenerate and make hid P/T equal to the number of swamps you control. His Grandeur ability seems to do nothing (and despite a lot of tweaking allows me to discard any card I want to... to no effect regardless)... Feeling like I am learning over from scratch lol. I think the main benefit to me joining the D13 modding as late as I did was having SO many examples of cards from so many good mods to use as examples for proper syntax. Anyways, I am rambling...
Man, I been poking around in the cards in D14 and started trying to get Korlash, Heir to Blackblade done. So far all I can do is make him regenerate and make hid P/T equal to the number of swamps you control. His Grandeur ability seems to do nothing (and despite a lot of tweaking allows me to discard any card I want to... to no effect regardless)... Feeling like I am learning over from scratch lol. I think the main benefit to me joining the D13 modding as late as I did was having SO many examples of cards from so many good mods to use as examples for proper syntax. Anyways, I am rambling...

"There's an experience worse than blindness - it's the certainty that your vision is perfect and the horror that there's no world around you to see."
-
BloodReyvyn - Posts: 421
- Joined: 19 May 2013, 13:29
- Has thanked: 53 times
- Been thanked: 40 times
Re: Card Creation Request Thread
by thefiremind » 05 Jul 2013, 09:10
Master Necro provided it already.BloodReyvyn wrote:perhaps a new card request thread in the D14 section is in order to keep it a little easier to follow? Just a thought.

viewtopic.php?f=109&t=11010
We are all feeling like this, more or less. Anyway if you have problems with a card, you know what to do (= post the code).BloodReyvyn wrote:Feeling like I am learning over from scratch lol.

< 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 Rickycoe123 » 06 Jul 2013, 19:18
Is there anyone who can whip me up an Genju of the Falls code?
- Rickycoe123
- Posts: 138
- Joined: 14 Mar 2013, 22:44
- Has thanked: 1 time
- Been thanked: 15 times
Re: Card Creation Request Thread
by AriesKiki » 07 Jul 2013, 07:15
Hi, may I request Auriok Steelshaper for DoTP2013? Thanks in advance!
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