Wagic 0.17.1 Bugs: please post your bug reports here

Do not post feature requests here, please.
Before posting bugs report check the Image Bug reporting help & guidelines
Forum rules
Do not post Features/Improvments request here (i.e : AI being stupid is not a bug, not being able to do a mulligan is not a bug, etc..etc..)
Before posting, please read the Bugs reporting guideline

Re: Wagic 0.17.1 Bugs: please post your bug reports here

Postby Toben » Thu Apr 12, 2012 6:58 pm

Dr.Solomat wrote:
Tacoghandi wrote:combatspiritlink does not seem to be working

at least not for Noble Purpose

i havent tested sunhome enforcer as I do not have it yet


Hey Taco,

you are right! Noble Purpose does not work. It cannot work using this code version.

Here is the working one:

Code: Select all
[card]
name=Noble Purpose
auto=lord(creature|myBattlefield) transforms((,newability[combatspiritlink]))
text=Whenever a creature you control deals combat damage, you gain that much life.
mana={3}{W}{W}
type=Enchantment
[/card]


Combatspiritlink is not an ability-keyword and thus cannot be used with a "lord".

Thx for reporting


Dr. Solomat's fixed version doesn't work for me; combat damage doesn't gain me any life.
Toben
 
Posts: 39
Joined: Tue Oct 05, 2010 7:30 pm

Re: Wagic 0.17.1 Bugs: please post your bug reports here

Postby Oneironautica » Sun Apr 15, 2012 2:34 am

Caribou Range is a white aura from 5th Edition that reads:
"Enchanted land has, "WW: Put a 0/1 white Caribou creature token onto the battlefield."
Sacrifice a Caribou token: You gain 1 life."


When you activate the sacrifice, however, it sacrifices the enchanted Land instead of any Caribou token.
fixed in 18 thank you!
Oneironautica
 
Posts: 12
Joined: Mon Mar 26, 2012 9:51 pm

Re: Wagic 0.17.1 Bugs: please post your bug reports here

Postby Zethfox » Sun Apr 15, 2012 2:43 am

auto=teach(land) {S(caribou[token]|myBattlefield)}:life:1
Zethfox
 
Posts: 2783
Joined: Thu Jun 10, 2010 11:28 pm

Re: Wagic 0.17.1 Bugs: please post your bug reports here

Postby Zethfox » Sun Apr 15, 2012 2:47 am

Toben wrote:
Dr.Solomat wrote:
Tacoghandi wrote:combatspiritlink does not seem to be working

at least not for Noble Purpose

i havent tested sunhome enforcer as I do not have it yet


Hey Taco,

you are right! Noble Purpose does not work. It cannot work using this code version.

Here is the working one:

Code: Select all
[card]
name=Noble Purpose
auto=lord(creature|myBattlefield) transforms((,newability[combatspiritlink]))
text=Whenever a creature you control deals combat damage, you gain that much life.
mana={3}{W}{W}
type=Enchantment
[/card]


Combatspiritlink is not an ability-keyword and thus cannot be used with a "lord".

Thx for reporting


Dr. Solomat's fixed version doesn't work for me; combat damage doesn't gain me any life.


the statement that it can't be used with lords is actually incorrect....if there is a bug with it i can look into it but this is exactly how we parse it....
if (s.find("spiritlink") != string::npos)
{
bool combatOnly = false;
if(s.find("combatspiritlink") != string::npos)
{
combatOnly = true;
}
return NEW ASpiritLinkAbility(observer, id, card, combatOnly);
}
it can be used any way spiritlink can....spiritlink is a standard MTGAbility....so if it is not giving life as combatspiritlink but the code works as "spiritlink" alone, then combatspiritlink has a bug....
Zethfox
 
Posts: 2783
Joined: Thu Jun 10, 2010 11:28 pm

Re: Wagic 0.17.1 Bugs: please post your bug reports here

Postby Oneironautica » Sun Apr 15, 2012 4:15 am

Eye for an Eye is a 5th Edition white Instant, with the text: "The next time a source of your choice would deal damage to you this turn, instead that source deals that much damage to you and Eye for an Eye deals that much damage to that source's controller."

I have been unable to cast it. It doesn't take the mana or allow me to choose a source; it just sits in my hand.
Oneironautica
 
Posts: 12
Joined: Mon Mar 26, 2012 9:51 pm

Re: Wagic 0.17.1 Bugs: please post your bug reports here

Postby Oneironautica » Sun Apr 15, 2012 5:32 am

Intangible Virtue is an Innistrad enchantment that gives all creature tokens +1/+1 and Vigilance, but it's not applying to my Moorland Haunt's spirit tokens.
having probelms confirming this, what system, build, anything on field tht might hinder this interaction?

EDIT: I'll try to recreate and let you know.
Last edited by Oneironautica on Sat Apr 21, 2012 1:19 am, edited 1 time in total.
Oneironautica
 
Posts: 12
Joined: Mon Mar 26, 2012 9:51 pm

Re: Wagic 0.17.1 Bugs: please post your bug reports here

Postby Oneironautica » Wed Apr 18, 2012 6:00 pm

Infernal Plunge is incorrectly coded as costing 1R instead of just R.
fixed in 18 thank you!
Oneironautica
 
Posts: 12
Joined: Mon Mar 26, 2012 9:51 pm

Re: Wagic 0.17.1 Bugs: please post your bug reports here

Postby Toben » Fri Apr 20, 2012 12:15 am

Zethfox wrote:then combatspiritlink has a bug....


I dunno what to tell you...Sunhome Enforcer works (though I haven't tested doing non-combat damage with it), Noble Purpose doesn't.

Also not working: Terastodon lets you target three things when it comes into play, but then it sacs itself (and just itself) and gives you an elephant token.
#updated code in 18
Coalition Victory with a Fusion Elemental (and all 5 different kinds of basic lands) in play consistently causes the game to freeze up completely on me. (Windows PC)
Toben
 
Posts: 39
Joined: Tue Oct 05, 2010 7:30 pm

Re: Wagic 0.17.1 Bugs: please post your bug reports here

Postby Zethfox » Fri Apr 20, 2012 3:27 am

I'll look at it later tonight or in the morning, combatspiritlink works when the source owns it, but if it's lorded it doesn't....
Zethfox
 
Posts: 2783
Joined: Thu Jun 10, 2010 11:28 pm

Re: Wagic 0.17.1 Bugs: please post your bug reports here

Postby xojlmc » Fri Apr 20, 2012 6:14 am

Image
Bloodthirsty Ogre has devotion counters and deals that much damaga when I tap him. But he makes it only once, after that he just taps, but deals no damage
#code updated in 18
xojlmc
 
Posts: 104
Joined: Sun Jul 10, 2011 2:18 pm
Location: Russia

Advertising

PreviousNext

Return to Bug reports

Who is online

Users browsing this forum: No registered users and 6 guests

cron