Search found 39 matches
- Tue May 03, 2011 7:34 am
- Forum: Card Coding
- Topic: Blade of the Bloodchief (ZEN) - Discussion
- Replies: 1
- Views: 1729
Blade of the Bloodchief (ZEN) - Discussion
Very good I'm trying to create this card, but if you can not make the effect of the vampires, I am not able to find it. El codigo está incompleto ya que falta la habilidad 1/1 de vampiros [card] name=Blade of the Bloodchief auto={1}:equip auto=@movedTo(graveyard) from(creature|myBattlefield):1/1 aut...
- Tue May 03, 2011 7:29 am
- Forum: Card Coding
- Topic: Gatekeeper of Malakir (ZEN) [Not working]
- Replies: 1
- Views: 1773
Gatekeeper of Malakir (ZEN) [Not working]
Very good I leave this letter to prove it. [card] name=Gatekeeper of Malakir kicker={B} auto=kicker sacrifice target(creature|Battlefield) text=Kicker {B} (You may pay an additional {B} as you cast this spell.) -- When Gatekeeper of Malakir enters the battlefield, if it was kicked, target player sac...
- Thu Apr 28, 2011 5:59 pm
- Forum: Card Coding
- Topic: Inquisition of Kozilek [Added]
- Replies: 8
- Views: 3954
Re: Inquisition of Kozilek
I tested this card with the code that comes in version 15.1 and the effect does not occur well, instead of removing a letter from the opponent's hand I take it off my hand. [card] name=Inquisition of Kozilek target=*[manacost<=3;-land]|hand auto=reject text=Target player reveals his or her hand. Yo...
- Thu Apr 28, 2011 12:57 pm
- Forum: Card Coding
- Topic: Inquisition of Kozilek [Added]
- Replies: 8
- Views: 3954
Re: Inquisition of Kozilek
I tested this card with the code that comes in version 15.1 and the effect does not occur well, instead of removing a letter from the opponent's hand I take it off my hand. [card] name=Inquisition of Kozilek target=*[manacost<=3;-land]|hand auto=reject text=Target player reveals his or her hand. You...
- Thu Apr 28, 2011 12:16 pm
- Forum: Bug reports
- Topic: Pulse Tracker
- Replies: 5
- Views: 3654
Re: Pulse Tracker
I just realized again to unzip version 15.1, I feel the error and thanks for the clarificationZethfox wrote:but you are using SVN primitives. becuase "auto=@combat(attacking) source(this):life:-1 opponent" is the line used in the current version of wagic primitives in the SVN....release 15.1 used @attacking....
- Thu Apr 28, 2011 11:31 am
- Forum: Bug reports
- Topic: Pulse Tracker
- Replies: 5
- Views: 3654
Re: Pulse Tracker
[card] name=Pulse Tracker auto=@combat(attacking) source(this):life:-1 opponent text=Whenever Pulse Tracker attacks, each opponent loses 1 life. mana={B} type=Creature subtype=Vampire Rogue power=1 toughness=1 [/card] is the correct version for 15.1....SVN version.... im not sure if i made this cha...
- Thu Apr 28, 2011 9:51 am
- Forum: Bug reports
- Topic: Pulse Tracker
- Replies: 5
- Views: 3654
Re: Pulse Tracker
It seems to be solved as follows:
Code: Select all
[card]
name=Pulse Tracker
auto=@attacking(this):life:-1 opponent
text=Whenever Pulse Tracker attacks, each opponent loses 1 life.
mana={B}
type=Creature
subtype=Vampire Rogue
power=1
toughness=1
[/card]- Thu Apr 28, 2011 9:31 am
- Forum: Bug reports
- Topic: Pulse Tracker
- Replies: 5
- Views: 3654
Pulse Tracker
Do not know if this goes here, but I put This card is not doing well, kills only when he enters the battlefield, that is not an end. By attacking does not remove a life, and I should remove it and if combat damage would be two lives. [card] name=Pulse Tracker auto=@combat(attacking) source(this):lif...
- Thu Apr 28, 2011 8:26 am
- Forum: Card Coding
- Topic: Wolfbriar Elemental (WWK) - Require Testing
- Replies: 2
- Views: 2010
Re: Wolfbriar Elemental (WWK) - Require Testing
True, I had not realizedZethfox wrote:i like it, but {x} can be paid with any color mana...
Multikicker {G}
otherwise i would say yes to this.
if you are honest with yourself , then this could work as a workaround.
- Thu Apr 28, 2011 7:29 am
- Forum: Card Coding
- Topic: Wolfbriar Elemental (WWK) - Require Testing
- Replies: 2
- Views: 2010
Wolfbriar Elemental (WWK) - Require Testing
Very good: I leave this card to see if they may be: [card] name=Wolfbriar Elemental auto=token(Wolf,Creature Wolf,2/2,green)*X text=Multikicker {G} (You may pay an additional {G} any number of times as you cast this spell.) -- When Wolfbriar Elemental enters the battlefield, put a 2/2 green Wolf cre...