Page 58 of 102

Re: Card Creation Request Thread

PostPosted: 19 May 2013, 18:00
by thefiremind
NEMESiS wrote:What am I doing wrong with Skull Rend? It seems to also target me when discarding:
There's a reason why I try to avoid the FILTER block when I have to do more than 1 action in the same ability... sometimes it gives unexplainable problems. I'd suggest you to remove the FILTER and deal the damage with a "for" loop exactly as you are managing the discards.

Re: Card Creation Request Thread

PostPosted: 19 May 2013, 19:23
by NEMESiS
thefiremind wrote:
NEMESiS wrote:What am I doing wrong with Skull Rend? It seems to also target me when discarding:
There's a reason why I try to avoid the FILTER block when I have to do more than 1 action in the same ability... sometimes it gives unexplainable problems. I'd suggest you to remove the FILTER and deal the damage with a "for" loop exactly as you are managing the discards.
You are right the filter was doing silly things, like making my opponents discard 3 times the mount of cards. :shock: Anyways, I got it working now, thanks!

Re: Card Creation Request Thread

PostPosted: 20 May 2013, 03:00
by yinyangyan
I'm looking for the following cards, if anyone could link me to them if they've been made, or help me out by making them that would be great.

Isperia the Inscrutable
Sunblast Angel
Bruna, Light of Alabaster
Arcanis the Omnipotent
Spirit Link
Guard Gomazoa
Wall of Frost

I tried making these myself using theFiremind's excellent tutorials, but I just can't seem to get it right, sorry if this is too much for one request.

Re: Card Creation Request Thread

PostPosted: 20 May 2013, 03:28
by sumomole
I would like to request Animate Dead. Animate Dead can put Clone into play and attached to it, and can be put into play by Sun Titan, but can't be put into play to attached to the attacking creature by Sovereigns of Lost Alara. The most important is Animate Dead enters the battlefield before the enchant creature. I really have no idea to achieve all effects and need help. Thanks everyone! :mrgreen:

Re: Card Creation Request Thread

PostPosted: 20 May 2013, 05:03
by NEMESiS
yinyangyan wrote:I'm looking for the following cards, if anyone could link me to them if they've been made, or help me out by making them that would be great.

Isperia the Inscrutable
Sunblast Angel
Bruna, Light of Alabaster
Arcanis the Omnipotent
Spirit Link
Guard Gomazoa
Wall of Frost

I tried making these myself using theFiremind's excellent tutorials, but I just can't seem to get it right, sorry if this is too much for one request.
Sunblast Angel is an official card which can be found in Act of War. I happen to have a lot of those cards from different mods so I uploaded the ones I could find for you. The only ones you need now are Isperia the Inscrutable and Spirit Link.

Re: Card Creation Request Thread

PostPosted: 20 May 2013, 07:00
by Master Necro

Re: Card Creation Request Thread

PostPosted: 20 May 2013, 08:14
by sumomole
yinyangyan wrote:Isperia the Inscrutable
I would also like to know how to search a creature card with flying. :lol:

Re: Card Creation Request Thread

PostPosted: 20 May 2013, 12:27
by NEMESiS
sumomole wrote:
yinyangyan wrote:Isperia the Inscrutable
I would also like to know how to search a creature card with flying. :lol:
I thought "name a card. That player reveals his or her hand. If he or she reveals the named card..." was the hard part. :lol:

Re: Card Creation Request Thread

PostPosted: 20 May 2013, 14:45
by Kieran
Okay, I would like to request Arcane Sanctum, Fertile Ground, Jungle Shrine, Savage Lands, Traumatize, and Transcendent Master to finish Rickycoe123 deck request. In the meantime I'll be working to complete Transcendent Master based on the Level-up cards Vasht provided.

Re: Card Creation Request Thread

PostPosted: 20 May 2013, 14:50
by thefiremind
NEMESiS wrote:
sumomole wrote:
yinyangyan wrote:Isperia the Inscrutable
I would also like to know how to search a creature card with flying. :lol:
I thought "name a card. That player reveals his or her hand. If he or she reveals the named card..." was the hard part. :lol:
The "name a card" part can be done with this:
viewtopic.php?f=63&t=8958
Searching a creature with flying can be done in 2 ways:
  • You make a fake characteristic stored in the ObjectDC of the cards with flying that you can check while they are in the library. This would require to recode the cards with flying, though.
  • You make a list of card names for Isperia to search for (at least those that you insert in the deck you're making).

sumomole wrote:I would like to request Animate Dead. Animate Dead can put Clone into play and attached to it, and can be put into play by Sun Titan, but can't be put into play to attached to the attacking creature by Sovereigns of Lost Alara. The most important is Animate Dead enters the battlefield before the enchant creature. I really have no idea to achieve all effects and need help. Thanks everyone! :mrgreen:
It doesn't seem impossible (yet :lol:), but hard for sure. I don't have enough time at the moment, but as soon as I have time I'll give it a try.

Re: Card Creation Request Thread

PostPosted: 20 May 2013, 16:57
by Kieran
Arcane Sanctum, Jungle Shrine, and Savage Lands have been provided my NEMESiS and have been updated on the Land Request thread. Thanks NEMESiS! I'm only awaiting Traumatize and Transcendent Master.

Re: Card Creation Request Thread

PostPosted: 20 May 2013, 17:12
by NEMESiS
Kieran wrote:Arcane Sanctum, Jungle Shrine, and Savage Lands have been provided my NEMESiS and have been updated on the Land Request thread. Thanks NEMESiS! I'm only awaiting Traumatize and Transcendent Master.
You are welcome. BTW, traumatize is an official card found in Jace, Dream Puppets deck. ;)

Re: Card Creation Request Thread

PostPosted: 20 May 2013, 17:32
by Kieran
Yes, I was about to edit the post and state that I found it in Jace 0004 Deck. It's Transcendent Master that's got me perplexed. I'm trying to code it though. I'll provide what I come up with so others can view the code and point out my mistakes (If any).

Edit: Never mind, Vasht is always nice enough to provide it. This community has my eternal thanks!

Re: Card Creation Request Thread

PostPosted: 21 May 2013, 01:46
by NEMESiS
Do any of you know if its at all possible to add this kind of custom lands for the game?

Image

The current basic lands are just so bland. :/


Edit: Is there a way to use that card template? If it is possible then all I would have to do is go through each WAD that contains the lands (like FOREST_277779 for example) and replace them with the new cards that way every single deck uses them by default. Of course, that would mean opening about 90 or so WADs and replacing those cards.....

Re: Card Creation Request Thread

PostPosted: 21 May 2013, 05:31
by Master Necro
NEMESiS wrote:Do any of you know if its at all possible to add this kind of custom lands for the game?

Image

The current basic lands are just so bland. :/


Edit: Is there a way to use that card template? If it is possible then all I would have to do is go through each WAD that contains the lands (like FOREST_277779 for example) and replace them with the new cards that way every single deck uses them by default. Of course, that would mean opening about 90 or so WADs and replacing those cards.....
You can replace the images but I'm afraid that the default frames are set in stone as far as I know.

Btw I have managed to make some of the cards myself but I still really, really need these cards:

Izzet Guildmage
Nivix, Aerie of the Firemind
Novijen, Heart of Progress
One Thousand Lashes
Chorus of the Conclave

Pretty please? :)