It is currently 23 May 2024, 22:37
   
Text Size

Problem with ALL the creature copy cards

New decks and cards for Stainless Games' release

Moderator: CCGHQ Admins

Problem with ALL the creature copy cards

Postby hansondon » 25 Nov 2012, 09:20

Hi there!
I was trying to use the Reveillark + Body double combo in a birthing pod deck
and I noticed a problem that
if the body double(or Phyrexian Metamorph, Phantasmal image) in the graveyard has copied a creature card with power greater than 2 before going to the graveyard, then the reveillark cannot return it onto the battlefield.

So I am wondering what can I add to the xml file to make these cards reset their datasheet once they were in the graveyard?
hansondon
 
Posts: 10
Joined: 14 Sep 2012, 03:07
Has thanked: 0 time
Been thanked: 1 time

Re: Problem with ALL the creature copy cards

Postby thefiremind » 25 Nov 2012, 09:36

That's strange, and it shouldn't happen because if you look at the cards, they have the aspect of Body Double (or whatever they are) when they aren't in play. It would be understandable if they still had the aspect of the creature they were copying. I guess there's a bug in the reset that the developers didn't notice (because no official card cares about the power of creatures in the graveyard).

You can try to add this ability to Body Double and the other creature-copying cards, but I really don't know if it will help:
Code: Select all
  <STATIC_ABILITY active_zone="ZONE_ANY">
    <CONTINUOUS_ACTION layer="7A">
    if Object():GetZone() ~= ZONE_IN_PLAY then
       local characteristics = Object():GetCurrentCharacteristics() 
       characteristics:Power_Set(0) 
       characteristics:Toughness_Set(0)
    end
    </CONTINUOUS_ACTION>
  </STATIC_ABILITY>
< 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: 721 times

Re: Problem with ALL the creature copy cards

Postby hansondon » 25 Nov 2012, 10:51

Same as before:-(
"this card's power prevents it from being targeted by this ability"
Thank you anyway.
hansondon
 
Posts: 10
Joined: 14 Sep 2012, 03:07
Has thanked: 0 time
Been thanked: 1 time

Re: Problem with ALL the creature copy cards

Postby thefiremind » 25 Nov 2012, 11:22

I just noticed that there are 2 different Reveillark among our mods: REVEILLARK_623556 and REVEILLARK_38152716. Which one are you using?
< 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: 721 times

Re: Problem with ALL the creature copy cards

Postby hansondon » 25 Nov 2012, 11:29

Yeah, I noticed that too.I am comparing these two files now
The one in my deck is REVEILLARK_38152716
hansondon
 
Posts: 10
Joined: 14 Sep 2012, 03:07
Has thanked: 0 time
Been thanked: 1 time

Re: Problem with ALL the creature copy cards

Postby thefiremind » 25 Nov 2012, 12:33

Before comparing the files, I'd suggest you to try using the other Reveillark. If that works, then problem solved. :)
< 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: 721 times

Re: Problem with ALL the creature copy cards

Postby hansondon » 25 Nov 2012, 12:35

I tried REVEILLARK_623556, works fine until now!
Thank you very much!
hansondon
 
Posts: 10
Joined: 14 Sep 2012, 03:07
Has thanked: 0 time
Been thanked: 1 time


Return to Magic: The Gathering - Duels of the Planeswalkers

Who is online

Users browsing this forum: No registered users and 15 guests


Who is online

In total there are 15 users online :: 0 registered, 0 hidden and 15 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 15 guests

Login Form