It is currently 29 Jun 2025, 07:29
   
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 sumomole » 26 Jun 2013, 04:37

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>
Missing an end behind the LoseGame, in addition, you shouldn't use HINT_ALLIED, it's lose, not win.
User avatar
sumomole
Programmer
 
Posts: 611
Joined: 07 Jun 2011, 08:34
Has thanked: 51 times
Been thanked: 234 times

Re: Card Creation Request Thread

Postby NEMESiS » 26 Jun 2013, 08:22

Well when I target the opponent its making me lose the game now. :lol:
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 thefiremind » 26 Jun 2013, 08:36

It should be
Code: Select all
target:LoseGame()
rather than
Code: Select all
EffectController():LoseGame()
:wink:
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
User avatar
thefiremind
Programmer
 
Posts: 3515
Joined: 07 Nov 2011, 10:55
Has thanked: 118 times
Been thanked: 722 times

Re: Card Creation Request Thread

Postby 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)
Otulissa
 
Posts: 4
Joined: 27 Jun 2013, 23:40
Has thanked: 0 time
Been thanked: 0 time

Re: Card Creation Request Thread

Postby Scion of Darkness » 29 Jun 2013, 05:08

coat of arms is prensent on the official card wad
User avatar
Scion of Darkness
 
Posts: 235
Joined: 27 Aug 2012, 13:14
Has thanked: 17 times
Been thanked: 23 times

Re: Card Creation Request Thread

Postby 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

Postby -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

Re: Card Creation Request Thread

Postby -Sekki- » 02 Jul 2013, 13:03

Bonehoard would be nice too!
-Sekki-
 
Posts: 10
Joined: 29 Jun 2013, 20:48
Has thanked: 0 time
Been thanked: 0 time

Re: Card Creation Request Thread

Postby 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
drleg3nd
 
Posts: 528
Joined: 14 May 2012, 20:05
Has thanked: 5 times
Been thanked: 30 times

Re: Card Creation Request Thread

Postby drleg3nd » 03 Jul 2013, 14:52

also bred for the hunt,thx
drleg3nd
 
Posts: 528
Joined: 14 May 2012, 20:05
Has thanked: 5 times
Been thanked: 30 times

Re: Card Creation Request Thread

Postby gorem2k » 04 Jul 2013, 21:37

Otulissa wrote:I know DoTP 2014 just came out, but was hoping I could make a couple requests:

Stronghold Assassin

I've tried Cursed Monstrosity using Painful Quandary but got strange results. :shock: so I will pass this one.
Attachments
STRONGHOLD_ASSASSIN_444025645.zip
(79.77 KiB) Downloaded 265 times
gorem2k
 
Posts: 464
Joined: 01 Apr 2013, 04:21
Has thanked: 48 times
Been thanked: 33 times

Re: Card Creation Request Thread

Postby 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... :mrgreen:
"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."
User avatar
BloodReyvyn
 
Posts: 421
Joined: 19 May 2013, 13:29
Has thanked: 53 times
Been thanked: 40 times

Re: Card Creation Request Thread

Postby thefiremind » 05 Jul 2013, 09:10

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.
Master Necro provided it already. :mrgreen:
viewtopic.php?f=109&t=11010

BloodReyvyn wrote:Feeling like I am learning over from scratch lol.
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). :wink:
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
User avatar
thefiremind
Programmer
 
Posts: 3515
Joined: 07 Nov 2011, 10:55
Has thanked: 118 times
Been thanked: 722 times

Re: Card Creation Request Thread

Postby 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

Postby AriesKiki » 07 Jul 2013, 07:15

Hi, may I request Auriok Steelshaper for DoTP2013? Thanks in advance!
User avatar
AriesKiki
 
Posts: 53
Joined: 05 Mar 2013, 17:46
Has thanked: 15 times
Been thanked: 3 times

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

Main Menu

User Menu

Our Partners


Who is online

In total there are 2 users online :: 0 registered, 0 hidden and 2 guests (based on users active over the past 10 minutes)
Most users ever online was 5050 on 26 Jun 2025, 06:02

Users browsing this forum: No registered users and 2 guests

Login Form