Page 76 of 441

Re: Current Known Bugs list

PostPosted: 30 Jun 2009, 12:39
by Mr.Chaos
Strike three!
Behemoth Sledge and persist critters is a golden combo.
So good in fact that when the persist critter (with no -1/-1 counter and equipped with the sledge) dies, it comes back into play EQUIPPED with the sledge again! :shock:
I think this is more of a "persist" bug than a sledge bug.

Another one of those "not sure if I should report it because I actually like it" bugs.

On the flip side, as mentioned by others already, the returned persist critter comes back, but leaves a copy of itself in the graveyard.
If you manage to get that copy into your hand, it is a dud. you cannot cast it and it just sits there.

So persist has some persisting bugs, some actually fun, some not so fun.
Time to put on yer thinkin' cap and fixin' gloves and get to work. :wink:

Re: Current Known Bugs list

PostPosted: 30 Jun 2009, 15:50
by DennisBergkamp
Not quite up to the standards of a lifelinked, double striking Llanowar Elves, but still wrong:
A flying Kitchen Sink! Uh, Kitchen Finks!
In MTGForge, it has flying. The original card says it has not.
No prizes for guessing which is correct. :wink:

This is one of those "not sure if I should report it because I actually like it" bugs.
Ugh, completely missed that. I guess I thought it was logical for finks to have flying :roll:

Re: Current Known Bugs list

PostPosted: 30 Jun 2009, 22:29
by IfhBiff
I get a constant error while trying to play a sealed tourney with 5th edition. Two error boxes pop up and this is what they say:

eax = 0x1
ecx = 0xffffffff

address = 0x20164df

eax = 0x1
ecx = 0xffffffff

address = 0x477ea4

It happens when the opponent is playing green. It never (I think) happens when they play any other color...but the ai chooses green so often I could be wrong.

EDIT: Heck it happens a lot now, and it seems the error address change every time. Sometime it pops up 3 error boxes in a row, not only two.

Re: Current Known Bugs list

PostPosted: 30 Jun 2009, 23:26
by Almost_Clever
I attack with Thieving Magpie and draw a card. The computer attacks my planeswalker the next turn and I draw another card from Thieving Magpie. This is similar to the Hypnotic Specter bug reported earlier.

Re: Current Known Bugs list

PostPosted: 01 Jul 2009, 06:10
by DennisBergkamp
I've just fixed a lot of things with persist (coming back into play equipped, coming back into play with previous bonuses, leaving a dummy copy of itself in the graveyard...).
Anyway, not sure what's going on with the Thieving Magpie / Hypnotic Specter / Planeswalker bugs though :(

Re: Current Known Bugs list

PostPosted: 02 Jul 2009, 15:47
by Mr.Chaos
I just saw that Karplusan Strider does not have the protection from blue and black spells it should have.
As a result, my Master/Memnarch deck beat him black & blue. :lol:
(well, technically, I hit him with Echoing Truth, but the result was similar, compy lost.)

Just one of the old cards that need updating since you guys figured out how to give protection.
(our coding team has been watching old gangster movies. :mrgreen: )

Re: Current Known Bugs list

PostPosted: 02 Jul 2009, 17:39
by Rob Cashwalker
Mr.Chaos wrote:I just saw that Karplusan Strider does not have the protection from blue and black spells it should have.
As a result, my Master/Memnarch deck beat him black & blue. :lol:
(well, technically, I hit him with Echoing Truth, but the result was similar, compy lost.)

Just one of the old cards that need updating since you guys figured out how to give protection.
(our coding team has been watching old gangster movies. :mrgreen: )
But it doesn't have Pro:Blue or Pro:Black.... It just can't be the target of blue or black. And only against spells, not abilities.

Re: Current Known Bugs list

PostPosted: 02 Jul 2009, 18:33
by mtgrares
The card Elephant Ambush doesn't say or do anything. Maybe someone added it to cards.txt without programming it or mispelled the card name in CardFactory?

Priest of Titania, Serra's Sanctum, Tolarian Academy, and Gaea's Cradle are blank. They don't have any text or abilities. Just use the deck editor menu and sort by the last option, "Newer cards first" which sorts cards according to their order in cards.txt

Re: Current Known Bugs list

PostPosted: 02 Jul 2009, 20:51
by DennisBergkamp
I completely forgot to add the code for Elephant Ambush (my apologies). It will be in the next version though.
Another thing I forgot (am I turning senile or what?) was to add text to those permanents, will also be fixed in the next version :mrgreen:

Re: Current Known Bugs list

PostPosted: 03 Jul 2009, 06:02
by Mr.Chaos
DennisBergkamp wrote:(am I turning senile or what?)
Do you want an honest answer or one you can live with? :lol:
Seriously, we all make mistakes and with so many lines of code in this game mistakes are expected.
Besides, you are supposed to be on vacation.
That means one of two things: Either you should stay away from coding and rest or, you should devote as much time as possible to coding since you do not have to work now.

But I have a feeling you will cheat and do both. (rest and code) :mrgreen:
Aan het strand met je laptop, vriending insmeren met factor 30 dan klagen dat je met je vette vingers niet kan typen. :lol:

Re: Current Known Bugs list

PostPosted: 03 Jul 2009, 08:01
by DennisBergkamp
Yes, I still haven't figured out which one it will be :D
I've noticed the absence of work does leave a lot of time... haven't spent that much of it on coding though so far.

Re: Current Known Bugs list

PostPosted: 03 Jul 2009, 11:23
by apthaven
Rendclaw Trow has a casting cost of only 2 colorless mana.

It's actual cost should be 2 BG.

Re: Current Known Bugs list

PostPosted: 03 Jul 2009, 13:22
by Rob Cashwalker
Equipment abilities shouldn't be playable at any time. It says "equip only as a sorcery".
Equipment card AI should prefer to be played during first main phase.

Re: Current Known Bugs list

PostPosted: 03 Jul 2009, 14:07
by DennisBergkamp
I'll just change the canPlay methods for the equipment cards to:
Code: Select all
public boolean canPlay()
{
   return AllZone.getZone(card).is(Constant.Zone.Play) &&           
   AllZone.Phase.getActivePlayer().equals(card.getController()) &&
   (AllZone.Phase.getPhase().equals("Main1") || AllZone.Phase.getPhase().equals("Main2") );
}

Re: Current Known Bugs list

PostPosted: 06 Jul 2009, 20:13
by Chris H.
The new abTgtPTPump keyword appears to be having some problems.

I have a Ghost Warden in play and I clicked on it's card. I am asked to "Select target creature for Ghost Warden" and Forge will not accept any creature card that I click on, not even itself.

Even if I could select a target for the pump, I do not think that it would resolve. The text panel displays the following for the Ghost Warden:

"p, tap: Target creature gets +1/+1 until end of turn."