Current Known Bugs list
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Current Known Bugs list
by friarsol » 23 Jun 2010, 22:29
For the Pain Fetchlands, could someone change the code to only reveal lands that could be fetched?
I have the code, but not properly SVN'd. But the fix is a one-liner.
In CardFactory_Lands.java, line 1178
I have the code, but not properly SVN'd. But the fix is a one-liner.
In CardFactory_Lands.java, line 1178
- Code: Select all
Object o = AllZone.Display.getChoiceOptional("Choose a " + land1[0] + " or " + land2[0],
full.toArray());
- Code: Select all
Object o = AllZone.Display.getChoiceOptional("Choose a " + land1[0] + " or " + land2[0],
land.toArray());
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Current Known Bugs list
by freestorageaccount » 24 Jun 2010, 04:07
I think this discussion occurred a while ago around here. But that fix would definitely be helpful as part of the dialog.friarisol wrote:For the Pain Fetchlands, could someone change the code to only reveal lands that could be fetched?
I'm not allowed to play Timetwister with six cards in my library, even though other cards would be shuffled in before drawing. Even if there were no other cards to put into the library, playing Timetwister is still legal -- not necessarily a smart move, but definitely permitted. There are some other cards implemented with imaginary restrictions like this one.
-- freestorageaccount (= accurate forge notes) This is not a subliminal message. At least for the prosilver theme.
The Great Wall of Bugs. Gando, you will not be forgotten.
And a chip off the old block.
The Great Wall of Bugs. Gando, you will not be forgotten.
And a chip off the old block.
-
freestorageaccount - Posts: 246
- Joined: 21 Sep 2009, 01:42
- Location: Hilbert's Hotel
- Has thanked: 1 time
- Been thanked: 0 time
Re: Current Known Bugs list
by DennisBergkamp » 24 Jun 2010, 21:25
Fixed this, currently Darksteel Forge does not work since it gives "Indesctructible" instead of "Indestructible".EmpireMan wrote:Hi I have an odd one, it seems I was playing once and used Darksteel Forge I think it is called to make all of my artifacts indestructible then used Nevinraals disk to wipe out my opponents stuf since all of mine should have been uneffected... then the whole board cleared what gives?
-
DennisBergkamp - AI Programmer
- Posts: 2602
- Joined: 09 Sep 2008, 15:46
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by s1886x » 25 Jun 2010, 09:10
aluren: the computer works it just fine, but i can't seem to figure out how to use it.
another card that i have forgotten the name of: it discards cards from the deck until it reaches a land, subtracting from the opponents life the number of non-land cards discarded in this way. my experience seems to suggest that it includes the land card at the end in the life deduction.
my most pressing complaint is that, if i attack with a creature with trample and am blocked by multiple creatures, when assigning damage, how do i assign overflow to the opponent's life? it always seems to disappear no matter what i try.
i hope that this has been helpful in pointing out bugs and not just my own incompetence
another card that i have forgotten the name of: it discards cards from the deck until it reaches a land, subtracting from the opponents life the number of non-land cards discarded in this way. my experience seems to suggest that it includes the land card at the end in the life deduction.
my most pressing complaint is that, if i attack with a creature with trample and am blocked by multiple creatures, when assigning damage, how do i assign overflow to the opponent's life? it always seems to disappear no matter what i try.
i hope that this has been helpful in pointing out bugs and not just my own incompetence
- s1886x
- Posts: 141
- Joined: 14 Jun 2010, 01:07
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by Chris H. » 25 Jun 2010, 11:59
`s1886x wrote:aluren: the computer works it just fine, but i can't seem to figure out how to use it.
I think that you have to tap on the Aluren card to activate it's ability.
-
Chris H. - Forge Moderator
- Posts: 6320
- Joined: 04 Nov 2008, 12:11
- Location: Mac OS X Yosemite
- Has thanked: 644 times
- Been thanked: 643 times
Re: Current Known Bugs list
by mtgrares » 25 Jun 2010, 17:59
I'm guessing that you just assign the extra damage to the first creature, or any creature, I'm not sure. At least that is how it works for 1-on-1 combat with trample.s1886x wrote:my most pressing complaint is that, if i attack with a creature with trample and am blocked by multiple creatures, when assigning damage, how do i assign overflow to the opponent's life? it always seems to disappear no matter what i try.
- mtgrares
- DEVELOPER
- Posts: 1352
- Joined: 08 Sep 2008, 22:10
- Has thanked: 3 times
- Been thanked: 12 times
Re: Current Known Bugs list
by DennisBergkamp » 25 Jun 2010, 18:35
I've added functionality for this to the SVN (so it will be in the next version).
Basically the way it works is through a "Player" card, once lethal damage has been assigned to all blockers, damage can be assigned to the player.
Basically the way it works is through a "Player" card, once lethal damage has been assigned to all blockers, damage can be assigned to the player.
-
DennisBergkamp - AI Programmer
- Posts: 2602
- Joined: 09 Sep 2008, 15:46
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by freestorageaccount » 25 Jun 2010, 18:42
Yeah! Will the computer know how to trample over multiple blockers, too?DennisBergkamp wrote:I've added functionality for this to the SVN (so it will be in the next version).
Basically the way it works is through a "Player" card, once lethal damage has been assigned to all blockers, damage can be assigned to the player.
That's Goblin Charbelcher, I think. Haven't tried it in Forge yet, but thanks for the great deck idea.s1886x wrote:another card that i have forgotten the name of: it discards cards from the deck until it reaches a land, subtracting from the opponents life the number of non-land cards discarded in this way. my experience seems to suggest that it includes the land card at the end in the life deduction.
Isperia the Inscrutable?DennisBergkamp wrote:Fixed this, currently Darksteel Forge does not work since it gives "Indesctructible" instead of "Indestructible".

-- freestorageaccount (= accurate forge notes) This is not a subliminal message. At least for the prosilver theme.
The Great Wall of Bugs. Gando, you will not be forgotten.
And a chip off the old block.
The Great Wall of Bugs. Gando, you will not be forgotten.
And a chip off the old block.
-
freestorageaccount - Posts: 246
- Joined: 21 Sep 2009, 01:42
- Location: Hilbert's Hotel
- Has thanked: 1 time
- Been thanked: 0 time
Re: Current Known Bugs list
by timmermac » 25 Jun 2010, 19:55
With trample, I've found that if you assign all the damage to one creature, it will assign the trample damage appropriately.
"I just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
Re: Current Known Bugs list
by s1886x » 26 Jun 2010, 08:36
if the computer and human are milled simultaneously, say by wheel of fortune, it is recorded as a loss. why no tie?
- s1886x
- Posts: 141
- Joined: 14 Jun 2010, 01:07
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by s1886x » 26 Jun 2010, 08:38
i have tried. it does not seem to work. please try it and get back to meChris H. wrote:`s1886x wrote:aluren: the computer works it just fine, but i can't seem to figure out how to use it.
I think that you have to tap on the Aluren card to activate it's ability.
- s1886x
- Posts: 141
- Joined: 14 Jun 2010, 01:07
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by s1886x » 26 Jun 2010, 08:42
i have tried clicking on either one, clicking in empty space, and x-ing out of the window. in any case, the damage seems to disappear. i think that the program treats trample as an alternative to regular battle calculation, and the damage distribution screen derails the process before it gets to that. it would then be a matter of reordering the steps in the programming when dealing with combatmtgrares wrote:I'm guessing that you just assign the extra damage to the first creature, or any creature, I'm not sure. At least that is how it works for 1-on-1 combat with trample.s1886x wrote:my most pressing complaint is that, if i attack with a creature with trample and am blocked by multiple creatures, when assigning damage, how do i assign overflow to the opponent's life? it always seems to disappear no matter what i try.
- s1886x
- Posts: 141
- Joined: 14 Jun 2010, 01:07
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by Chris H. » 26 Jun 2010, 13:14
`s1886x wrote:I have tried. it does not seem to work. please try it and get back to me
Using Forge v06-05 I cast an Aluren spell. I then click on the Aluren card and it asks me to pay mana cost and I click on the Aluren card a second time. The pay mana cost disappears and the Aluren message appears on the stack and I click OK.
A window appears with a list of legal creatures in my hand (if there is any legal creatures in my hand.) I then select which creature to put into play.
The card works in a strange and unexpected way, but it works.
-
Chris H. - Forge Moderator
- Posts: 6320
- Joined: 04 Nov 2008, 12:11
- Location: Mac OS X Yosemite
- Has thanked: 644 times
- Been thanked: 643 times
Re: Current Known Bugs list
by DennisBergkamp » 26 Jun 2010, 17:00
I think what he means is when the AI plays it...
Anyway, Aluren should just be recoded, really.
Anyway, Aluren should just be recoded, really.
-
DennisBergkamp - AI Programmer
- Posts: 2602
- Joined: 09 Sep 2008, 15:46
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by Chris H. » 26 Jun 2010, 17:14
`DennisBergkamp wrote:I think what he means is when the AI plays it...
Anyway, Aluren should just be recoded, really.
Oh, I forgot to test the AI. Nonetheless, I agree, it would be nice to see Aluren recoded. Even when the card works, it can be confusing for new people to figure out how to activate it.
-
Chris H. - Forge Moderator
- Posts: 6320
- Joined: 04 Nov 2008, 12:11
- Location: Mac OS X Yosemite
- Has thanked: 644 times
- Been thanked: 643 times
Who is online
Users browsing this forum: No registered users and 20 guests