Magic 2013 229/249

All user created custom sets, custom game mode and modded official content.
Locked
KF1
Posts: 1952
Joined: Tue Apr 06, 2010 7:04 pm

Re: Magic 2013 228/249

Post by KF1 »

pyza69 wrote:hello
I have a problem with svn and I can not download a m13 card.dat
Do you know where can I file itself card.dat m13 download?
I greet
Copy the card.dat information in the first post of this thread and then follow the instructions in STEP FOUR of this How-To thread: viewtopic.php?f=12&t=3692
pyza69
Posts: 90
Joined: Mon Apr 05, 2010 2:27 pm

Re: Magic 2013 229/249

Post by pyza69 »

hello
lost its way a little and do not know what to do.
card.dat copied and still do not know what to do.
although I read this post.
I greet
xenoix
Posts: 7
Joined: Tue Jul 03, 2012 8:35 pm

Re: Magic 2013 229/249

Post by xenoix »

Noticed Ring of Thune isn't giving counters to cards like Court Homunculus or porcelain legionnaire.
sandman423
Posts: 806
Joined: Thu Sep 10, 2009 8:59 pm

Re: Magic 2013 229/249

Post by sandman423 »

Sublime Archangel only gives Exalted for herself...No others get exalted
KF1
Posts: 1952
Joined: Tue Apr 06, 2010 7:04 pm

Re: Magic 2013 229/249

Post by KF1 »

sandman423 wrote:Sublime Archangel only gives Exalted for herself...No others get exalted
Fixed in the first post.

There was a SPACE between abilities= and lord....

Thank you.
Zethfox
Posts: 3029
Joined: Thu Jun 10, 2010 11:28 pm

Re: Magic 2013 229/249

Post by Zethfox »

cards using this syntax are coded incorrectly "this(creature[red]|mybattlefield)"
i thought I mentioned this already dejavu....."if cantargetcard(creature[red]) then"
KF1
Posts: 1952
Joined: Tue Apr 06, 2010 7:04 pm

Re: Magic 2013 229/249

Post by KF1 »

Zethfox wrote:cards using this syntax are coded incorrectly "this(creature[red]|mybattlefield)"
i thought I mentioned this already dejavu....."if cantargetcard(creature[red]) then"
I am not sure what happened. I know I updated this at least on my PS VIta. I probably forgot to post the revision before I went away...

Fixed now.

Thank you Zethfox.
sandman423
Posts: 806
Joined: Thu Sep 10, 2009 8:59 pm

Re: Magic 2013 229/249

Post by sandman423 »

Still having issues with Sublime Archangel..here is the code...ALL other creatures aren't getting Exalted.

Code: Select all

[card]
name=Sublime Archangel
auto=lord(creature|myBattlefield) exalted
abilities=flying,exalted
text=Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) -- Other creatures you control have exalted.
mana={2}{W}{W}
type=Creature
subtype=Angel
power=4
toughness=3
[/card]
KF1
Posts: 1952
Joined: Tue Apr 06, 2010 7:04 pm

Re: Magic 2013 229/249

Post by KF1 »

Sublime Archangel needs to have this line removed:

auto=lord(creature|myBattlefield) exalted

Fixed above.
sandman423
Posts: 806
Joined: Thu Sep 10, 2009 8:59 pm

Re: Magic 2013 229/249

Post by sandman423 »

So it needs to look like this...I tried replacing line but ALL other creatures don't get Exalted...I have 4 Creatures and only 1 Exalted trigger...

Code: Select all

[card]
name=Sublime Archangel
abilities=flying,exalted
text=Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) -- Other creatures you control have exalted.
mana={2}{W}{W}
type=Creature
subtype=Angel
power=4
toughness=3
[/card]
Locked