Page 1 of 1

MTG - RESTRICTED MANA PACK - 9 CARDS

PostPosted: 07 Nov 2014, 00:27
by NeoAnderson
Image

STATUS : RELEASED
All restricted mana cards are coded using my own approximation, were not coded until now
and problably they still have some bugs, i made some basic tests, if you encounter any issue
please report it here and i will try to fix it.

9 CARDS INCLUDED | Open
Mishra’s Workshop
Ancient Ziggurat
Cavern of Souls
Pillar of the Paruns
Untaidake, the Cloud Keeper
Somberwald Sage
Geosurge
Metamorphosis
Food Chain


-UPDATE-
CHANGELOG :
REV 1.A : Fixed missing token registrations for Metamorphosis. Removed MANA ability "END" from Food Chain
IMPORTANT!! TO USE THIS VERSION YOU NEED :
Riiak ManualMana Functions
Riiak ObjectDC Functions
Riiak Characteristics Functions

Re: MTG - RESTRICTED MANA PACK - 9 CARDS

PostPosted: 07 Nov 2014, 14:43
by Xander9009
Awesome! :) Out of curiosity, are you planning to code the remaining restricted mana cards, or are you happy enough just having a working method? I ask because, while I don't have time now, if you aren't planning to do the rest, I'll probably do them when I get the chance.

Re: MTG - RESTRICTED MANA PACK - 9 CARDS

PostPosted: 07 Nov 2014, 15:27
by NeoAnderson
Xander9009 wrote:Awesome! :) Out of curiosity, are you planning to code the remaining restricted mana cards, or are you happy enough just having a working method? I ask because, while I don't have time now, if you aren't planning to do the rest, I'll probably do them when I get the chance.
Unfortunately i already tried to get working Restricted Mana that has "use this mana only to cast or to activate abilities of..." but the timing of the Trigger "CONSIDERED_FOR_ACTIVATION" is weird, it doesn't override the considered for cast condition, so until now i haven't found a working combination to make these kind of cards..
It seems that when we move the mouse over a card with an activated ability the trigger doesn't fire as expected.
If someone has a good idea i am here..

Re: MTG - RESTRICTED MANA PACK - 9 CARDS

PostPosted: 07 Nov 2014, 16:51
by Xander9009
NeoAnderson wrote:Unfortunately i already tried to get working Restricted Mana that has "use this mana only to cast or to activate abilities of..." but the timing of the Trigger "CONSIDERED_FOR_ACTIVATION" is weird, it doesn't override the considered for cast condition, so until now i haven't found a working combination to make these kind of cards..
It seems that when we move the mouse over a card with an activated ability the trigger doesn't fire as expected.
If someone has a good idea i am here..
Ah. That is unfortunate. I can't think of any good way to work around that, but I'll keep it in mind. The only methods I'm coming up with are extremely complicated and they wouldn't work in many situations.

Re: MTG - RESTRICTED MANA PACK - 9 CARDS

PostPosted: 09 Nov 2014, 14:35
by Xander9009
Metamorphosis: Missing token registrations (only has red).
Food Chain: Missing RSN_MarkManaAbilityStart (I can't think of a reason for this to be intentional, but if it was, just let me know, 'cause I added it to the CW's version.)

Re: MTG - RESTRICTED MANA PACK - 9 CARDS

PostPosted: 09 Nov 2014, 16:03
by NeoAnderson
Xander9009 wrote:Metamorphosis: Missing token registrations (only has red).
Food Chain: Missing RSN_MarkManaAbilityStart (I can't think of a reason for this to be intentional, but if it was, just let me know, 'cause I added it to the CW's version.)
Thx Xander, i already update the wad.
About Metamorphosis i added the missing tokens registrations.
About Food Chain it was intentional but i forget to remove the Mana ability "END" calling. it is not a problem, anyway i already update also this card.

Re: MTG - RESTRICTED MANA PACK - 9 CARDS

PostPosted: 09 Nov 2014, 18:00
by Xander9009
NeoAnderson wrote:
Xander9009 wrote:Metamorphosis: Missing token registrations (only has red).
Food Chain: Missing RSN_MarkManaAbilityStart (I can't think of a reason for this to be intentional, but if it was, just let me know, 'cause I added it to the CW's version.)
Thx Xander, i already update the wad.
About Metamorphosis i added the missing tokens registrations.
About Food Chain it was intentional but i forget to remove the Mana ability "END" calling. it is not a problem, anyway i already update also this card.
Ah, that makes sense. I'll make sure to remove them.