Bugs SVN
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
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: Bugs SVN
Reckless Spite makes you lost 10 life rather than 5
Re: Bugs SVN
Phyrexian Obliterator has been broken in one of the four last revisions (it worked in rev 4390). In rev 4394 windows PC if an ai's creature does damage to Phyrexian Obliterator game gets stuck immediately and you have to go to main menu.
Re: Bugs SVN
Phyrexian Obliterator, great catch thank you, fixed now in current.
-
- Posts: 618
- Joined: Tue Feb 08, 2011 3:00 pm
- Location: Philippines
- Contact:
Re: Bugs SVN
Demigod of Revenge bug ( looping sound then hang when I cast with other Demigod of Revenge in my graveyard ). I think I fixed it by replacing the auto line with autostack (not sure if this is correct).
Code: Select all
[card]
name=Demigod of Revenge
abilities=flying,haste
autostack=moveTo(mybattlefield) all(demigod of revenge|mygraveyard)
text=Flying, haste -- When you cast Demigod of Revenge, return all cards named Demigod of Revenge from your graveyard to the battlefield.
mana={BR}{BR}{BR}{BR}{BR}
type=Creature
subtype=Spirit Avatar
power=5
toughness=4
[/card]
Optimized Android Images - up to Aether Revolt
MTG Dynamic Theme
HIRES MTG THEME FOR LATEST WAGIC GIT
------------------------------------
<DOTP> MAGIC 2014 Custom DLC
MTG Dynamic Theme
HIRES MTG THEME FOR LATEST WAGIC GIT
------------------------------------
<DOTP> MAGIC 2014 Custom DLC
Re: Bugs SVN
demigod should have
auto=if casted(this) then moveTo(mybattlefield) all(demigod of revenge|mygraveyard)
this is the correct.
what version of wagic are you running?
the primitive is wrong....it is missing "then" but i will make it fail more gracefully now.
auto=if casted(this) then moveTo(mybattlefield) all(demigod of revenge|mygraveyard)
this is the correct.
what version of wagic are you running?
the primitive is wrong....it is missing "then" but i will make it fail more gracefully now.
-
- Posts: 618
- Joined: Tue Feb 08, 2011 3:00 pm
- Location: Philippines
- Contact:
Re: Bugs SVN
yup that's the correct code. i'm using the current SVN. it's missing the "then" in the if statement, maybe that's the cause of the bug. thanks
Optimized Android Images - up to Aether Revolt
MTG Dynamic Theme
HIRES MTG THEME FOR LATEST WAGIC GIT
------------------------------------
<DOTP> MAGIC 2014 Custom DLC
MTG Dynamic Theme
HIRES MTG THEME FOR LATEST WAGIC GIT
------------------------------------
<DOTP> MAGIC 2014 Custom DLC
-
- Posts: 618
- Joined: Tue Feb 08, 2011 3:00 pm
- Location: Philippines
- Contact:
Re: Bugs SVN
Soulbright Flamekin ability doesn't generate mana in the current svn. I tried changing the activation cost to 0 and still it's not working.
Optimized Android Images - up to Aether Revolt
MTG Dynamic Theme
HIRES MTG THEME FOR LATEST WAGIC GIT
------------------------------------
<DOTP> MAGIC 2014 Custom DLC
MTG Dynamic Theme
HIRES MTG THEME FOR LATEST WAGIC GIT
------------------------------------
<DOTP> MAGIC 2014 Custom DLC
Re: Bugs SVN
Soulbright Flamekin fixed, thanks for reporting.
Re: Bugs SVN
Falkenrath Aristocrat not working as intended in r4410, Windows version. (Also checked in 1.71 Android)
It ETB with a +1/+1 token and lacks the sacrifice ability.
Ghost Quarter can target itself as a fetch (also in r4410). On an interesting note, the first time this happened, it was the AI doing.
Also, I know it has been reported somewhere else, but confirming it again: In r4410 Windows, Garruk Relentless' first ability doesn't cause creatures to damage him.
FIXED in Wagic 0.18. Thx for reporting!
It ETB with a +1/+1 token and lacks the sacrifice ability.
Ghost Quarter can target itself as a fetch (also in r4410). On an interesting note, the first time this happened, it was the AI doing.
Also, I know it has been reported somewhere else, but confirming it again: In r4410 Windows, Garruk Relentless' first ability doesn't cause creatures to damage him.
FIXED in Wagic 0.18. Thx for reporting!
Re: Bugs SVN
r4419.
I cast a Ward Sliver and chose green, then attacked with a Synchronus Sliver. The computer blocked with a Cockatrice. This shouldn't happen as the Synchronus should have had protection from green.
fixed thank you
I cast a Ward Sliver and chose green, then attacked with a Synchronus Sliver. The computer blocked with a Cockatrice. This shouldn't happen as the Synchronus should have had protection from green.
fixed thank you