Re: Card Creation Request Thread
Vasht wrote:Hi,
could someone code Soul's Majesty ? thx
Edit: wanted to add Tribal Flames to my request (if possible)
High Quality Resources for Collectible Card Games and Home of the CCGHQ Team
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=64&t=4557
Vasht wrote:Hi,
could someone code Soul's Majesty ? thx
Edit: wanted to add Tribal Flames to my request (if possible)
I tried using sigil of the new dawn (official) + well of lost dreams (official) + death's presence (from a community mod) but I couldn't get it to work, it was just a bit too complicated for me. I managed to get the trigger working, and selecting a target to get the counters, and asking the player if they want to pay or not (although the question to pay came after the targetting), but after all that the mana doesn't tap and the counters don't get added, so there's something clearly wrong with my code, and I'm not surprised. Where can I find False Cure?sumomole wrote:Yes, it's easy to code, you can copy "you may paynivmizzet1 wrote:Can someone create Cradle of Vitality? I didn't think it would be hard, but then I tried and failed miserably.{W}. If you do," from Sigil of the New Dawn, "put +1/+1 counter on target creature" from Decree of Savagery, "Whenever you gain life" and “for each 1 life you gained" from False Cure. These are the official card.
nivmizzet1 wrote:I tried using sigil of the new dawn (official) + well of lost dreams (official) + death's presence (from a community mod) but I couldn't get it to work, it was just a bit too complicated for me. I managed to get the trigger working, and selecting a target to get the counters, and asking the player if they want to pay or not (although the question to pay came after the targetting), but after all that the mana doesn't tap and the counters don't get added, so there's something clearly wrong with my code, and I'm not surprised. Where can I find False Cure?
Some cards need functions, you can download from here.Kieran wrote:Either way, can I request Death Cloud, Past in Flames,
Virulent Swipe, Lavaball Trap, Counterlash, Dark Temper, and Into the Core.
You are a champion!sumomole wrote:
While it's true that I'm very likely to remember when I already coded a card for a request, while other people probably can't, it's also true that using the search function on this thread takes less than one minute...nivmizzet1 wrote:I would like to request Martyr of Sands, if I may. It's the last card I need for my lifegain deck!
I have every card from your DLC, and sumomole's DLC, and Blindwillow's DLC, and "the community" DLC. If a card isn't in there, I assume it hasn't been made. I'll start searching here before I post in future though (although I was doing that before, and the cards I wanted were never here, so I stopped). Thanks for pointing me in the right direction.thefiremind wrote:While it's true that I'm very likely to remember when I already coded a card for a request, while other people probably can't, it's also true that using the search function on this thread takes less than one minute...nivmizzet1 wrote:I would like to request Martyr of Sands, if I may. It's the last card I need for my lifegain deck!![]()
viewtopic.php?f=64&t=4557&p=115645#p115654
Thanks for clarifying. Sometimes things can slip through the net though; e.g. I have sumomoles mod, and after searching the forums AND the cards I have I couldn't find Guttersnipe, so I made it. Later I was searching for my own guttersnipe and sumomole's appeared in the search also.thefiremind wrote:Just to be clear, I didn't want to be harsh, and I'm sorry if I seemed so. It's just much more practical for you (and for everyone else) if you can fetch the cards you need without having to wait for someone else to do the search.
It also appears that many many times, errors slip through my cards...nivmizzet1 wrote:Sometimes things can slip through the net though;
[...]
On another note; Martyr of Sands was coded slightly wrong -- it had "tap self" as part of the cost for the activated ability when it shouldn't (it's one of the things that actually makes the card great instead of just OK, imo).
I probably copied that part from another card and forgot to remove the TapSelf. This is strange, SCRIPT_LOG.TXT says that your first call to AddMultipleChoiceAnswer has the wrong number of parameters, but it doesn't...Scion of Darkness wrote:I need some help here, i tried to code the izzet charm but its giving me some problems can someone take a look please? its the last piece for my hive mind deck =P
You copy the code from two different "charm" cards? I suggest you only follow the code of official "charm" card.Scion of Darkness wrote:I need some help here, i tried to code the izzet charm but its giving me some problems can someone take a look please? its the last piece for my hive mind deck =P
EffectDC():Set_Int( 2, Object():GetMultipleChoiceResult() )local decision = Object():GetMultipleChoiceResult()
EffectDC():Set_Int(1, decision)