Qasali Ambusher (Require Confirmation)

For all your questions regarding Image Card Coding.
Please read the Image Posting Guideline & Index before posting in this forum.
Forum rules
DO NOT POST BUG REPORT IN THIS FORUM !!

Please read carefully the forum rules related to the card coding section : viewtopic.php?f=21&t=1545

All post will be edited to follow forum rules.
Locked
TragicTheBlubbering
Posts: 3
Joined: Wed Oct 06, 2010 8:48 pm
Location: Wherever I want to be.

Qasali Ambusher (Require Confirmation)

Post by TragicTheBlubbering »

Qasali Ambusher from Shards of Alara is missing.
Here's what worked for me:

Code: Select all

[card]
name=Qasali Ambusher
abilities=reach
autohand=aslongas(forest,plains|myBattlefield) {0}:moveTo(myBattlefield) opponentblockersonly
text=If a creature is attacking you and you control a Forest and a Plains, you may cast Qasali Ambusher without paying its mana cost and as though it had flash.
mana={1}{G}{W}
type=Creature
subtype=Cat Warrior
power=2
toughness=3
[/card]
"Ladies and gentlemen take my advice, pull down your pants and slide on the ice" --Dr. Sidney Freedman, from the TV series M*A*S*H
i-am-not-one
Posts: 304
Joined: Fri Dec 07, 2012 4:36 am

Re: Qasali Ambusher (Require Confirmation)

Post by i-am-not-one »

Thanks for this.
Zethfox
Posts: 3029
Joined: Thu Jun 10, 2010 11:28 pm

Re: Qasali Ambusher (Require Confirmation)

Post by Zethfox »

Replace moveto (mybattlefield) with castcard(normal)
TragicTheBlubbering
Posts: 3
Joined: Wed Oct 06, 2010 8:48 pm
Location: Wherever I want to be.

Re: Qasali Ambusher (Require Confirmation)

Post by TragicTheBlubbering »

Zethfox wrote:Replace moveto (mybattlefield) with castcard(normal)
Doesn't work for me.
"Ladies and gentlemen take my advice, pull down your pants and slide on the ice" --Dr. Sidney Freedman, from the TV series M*A*S*H
kevlahnota
Posts: 619
Joined: Tue Feb 08, 2011 3:00 pm
Location: Philippines
Contact:

Re: Qasali Ambusher (Require Confirmation)

Post by kevlahnota »

TragicTheBlubbering wrote:
Zethfox wrote:Replace moveto (mybattlefield) with castcard(normal)
Doesn't work for me.
this one works:
autohand={0}:name(Cast this card) activate castcard(normal)
Locked