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)
2014
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)
2014
MTG - RESTRICTED MANA PACK - 9 CARDS
Moderator: CCGHQ Admins
7 posts
• Page 1 of 1
MTG - RESTRICTED MANA PACK - 9 CARDS
by NeoAnderson » 07 Nov 2014, 00:27

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
- Attachments
-
DATA_DLC_976_NEO_MANA_RESTRICTION_PACK 1A.rar- MTG - RESTRICTED MANA PACK - NEO VER 1.A
- (1019.68 KiB) Downloaded 449 times
Last edited by NeoAnderson on 09 Nov 2014, 16:01, edited 1 time in total.
- NeoAnderson
- Posts: 914
- Joined: 10 Sep 2013, 07:49
- Has thanked: 18 times
- Been thanked: 139 times
Re: MTG - RESTRICTED MANA PACK - 9 CARDS
by Xander9009 » 07 Nov 2014, 14:43
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.
_______________________________
Community Wad - Community Wad Website - How to Help and Report Bugs
Discord: discord.gg/4AXvHzW
Community Wad - Community Wad Website - How to Help and Report Bugs
Discord: discord.gg/4AXvHzW
-

Xander9009 - Programmer
- Posts: 2905
- Joined: 29 Jun 2013, 07:44
- Location: Indiana, United States
- Has thanked: 121 times
- Been thanked: 445 times
Re: MTG - RESTRICTED MANA PACK - 9 CARDS
by NeoAnderson » 07 Nov 2014, 15:27
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..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.
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..
- NeoAnderson
- Posts: 914
- Joined: 10 Sep 2013, 07:49
- Has thanked: 18 times
- Been thanked: 139 times
Re: MTG - RESTRICTED MANA PACK - 9 CARDS
by Xander9009 » 07 Nov 2014, 16:51
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.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..
_______________________________
Community Wad - Community Wad Website - How to Help and Report Bugs
Discord: discord.gg/4AXvHzW
Community Wad - Community Wad Website - How to Help and Report Bugs
Discord: discord.gg/4AXvHzW
-

Xander9009 - Programmer
- Posts: 2905
- Joined: 29 Jun 2013, 07:44
- Location: Indiana, United States
- Has thanked: 121 times
- Been thanked: 445 times
Re: MTG - RESTRICTED MANA PACK - 9 CARDS
by Xander9009 » 09 Nov 2014, 14:35
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.)
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.)
_______________________________
Community Wad - Community Wad Website - How to Help and Report Bugs
Discord: discord.gg/4AXvHzW
Community Wad - Community Wad Website - How to Help and Report Bugs
Discord: discord.gg/4AXvHzW
-

Xander9009 - Programmer
- Posts: 2905
- Joined: 29 Jun 2013, 07:44
- Location: Indiana, United States
- Has thanked: 121 times
- Been thanked: 445 times
Re: MTG - RESTRICTED MANA PACK - 9 CARDS
by NeoAnderson » 09 Nov 2014, 16:03
Thx Xander, i already update the wad.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.)
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.
- NeoAnderson
- Posts: 914
- Joined: 10 Sep 2013, 07:49
- Has thanked: 18 times
- Been thanked: 139 times
Re: MTG - RESTRICTED MANA PACK - 9 CARDS
by Xander9009 » 09 Nov 2014, 18:00
Ah, that makes sense. I'll make sure to remove them.NeoAnderson wrote:Thx Xander, i already update the wad.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.)
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.
_______________________________
Community Wad - Community Wad Website - How to Help and Report Bugs
Discord: discord.gg/4AXvHzW
Community Wad - Community Wad Website - How to Help and Report Bugs
Discord: discord.gg/4AXvHzW
-

Xander9009 - Programmer
- Posts: 2905
- Joined: 29 Jun 2013, 07:44
- Location: Indiana, United States
- Has thanked: 121 times
- Been thanked: 445 times
7 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 8 guests