Bug Reports (snapshot builds)
Post MTG Forge Related Programming Questions Here
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Bug Reports (snapshot builds)
by friarsol » 04 Sep 2013, 03:54
Can't really choose a random deck when there aren't any to choose from can you?spr wrote:Selected Variant -> Commander, one opponent. Click Start.
Both Human and Opponent1 tabs contain a deck list with a single entry - "Random".
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Bug Reports (snapshot builds)
by spr » 04 Sep 2013, 04:09
So prevent me from doing it. Don't throw an error.friarsol wrote:Can't really choose a random deck when there aren't any to choose from can you?
Cheers,
Steve
Re: Bug Reports (snapshot builds)
by Hellfish » 04 Sep 2013, 05:58
I'll hopefully get som eclipsetime for that tonight.
Same deal with planar decks.
EDIT: Or right now.Right now is cool too.

EDIT: Or right now.Right now is cool too.
So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
-
Hellfish - Programmer
- Posts: 1297
- Joined: 07 Jun 2009, 10:41
- Location: South of the Pumphouse
- Has thanked: 110 times
- Been thanked: 169 times
Re: Bug Reports (snapshot builds)
by xbon » 05 Sep 2013, 04:09
AI Uses Basandra, Battle Seraph's ability on their turn on my creatures, effectively just wasting mana, since my creatures can't attack on ai's turn anyways.
Re: Bug Reports (snapshot builds)
by moomarc » 05 Sep 2013, 07:44
AI just used Test of Faith to target two of its creatures on the battlefield and two in the graveyard. 

-Marc
-
moomarc - Pixel Commander
- Posts: 2091
- Joined: 04 Jun 2010, 15:22
- Location: Johannesburg, South Africa
- Has thanked: 371 times
- Been thanked: 372 times
Re: Bug Reports (snapshot builds)
by swordshine » 05 Sep 2013, 15:15
I cast Clone to clone a Sphinx of Jwar Isle, but cannot get its static ability.
Actually I wanted to script Karador, Ghost Chieftain for some Commander tests and found this bug. Clone effect cannot work with hardcoded static abilities now.
morphUp cannot be cloned, which is correct, but some other special actions (for example, ignoring effects by pay some cost) would be probably scripted as an AbilityStatic.
Actually I wanted to script Karador, Ghost Chieftain for some Commander tests and found this bug. Clone effect cannot work with hardcoded static abilities now.
morphUp cannot be cloned, which is correct, but some other special actions (for example, ignoring effects by pay some cost) would be probably scripted as an AbilityStatic.
- swordshine
- Posts: 682
- Joined: 11 Jul 2010, 02:37
- Has thanked: 116 times
- Been thanked: 87 times
Re: Bug Reports (snapshot builds)
by friarsol » 05 Sep 2013, 23:27
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Bug Reports (snapshot builds)
by swordshine » 06 Sep 2013, 05:26
CostChange effects "S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ X | EffectZone$ All" cannot affect commanders in command zone.
Edit: OK, it seems the commander cast in the commander zone uses "AB$ PermanentCreature".
Edit: OK, it seems the commander cast in the commander zone uses "AB$ PermanentCreature".
- swordshine
- Posts: 682
- Joined: 11 Jul 2010, 02:37
- Has thanked: 116 times
- Been thanked: 87 times
Re: Bug Reports (snapshot builds)
by friarsol » 06 Sep 2013, 12:39
Ah, that probably should be Spell. Since it's not an ability.swordshine wrote:Edit: OK, it seems the commander cast in the commander zone uses "AB$ PermanentCreature".
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Bug Reports (snapshot builds)
by Diogenes » 06 Sep 2013, 14:21
Sweet, commander is up for testing!
Melek's ability revealing the top card of your library works when he is in the command zone.
With Melek on the field, the flashback zone button might not always correctly indicate that the top card of the library can be played. When Reality Strobe was the top card of my library, the flashback counter showed "0", although the card did appear in the flashback list. I have not noticed this happening with other cards.
The cards displayed in commander will always be the from the most recent set, even if the "Randomize Card Art" option is selected.
Non-commander: When you use ninjutsu to return an attacker to hand, the card in hand retains the "attacking" badge until combat ends.
Melek's ability revealing the top card of your library works when he is in the command zone.
With Melek on the field, the flashback zone button might not always correctly indicate that the top card of the library can be played. When Reality Strobe was the top card of my library, the flashback counter showed "0", although the card did appear in the flashback list. I have not noticed this happening with other cards.
The cards displayed in commander will always be the from the most recent set, even if the "Randomize Card Art" option is selected.
Non-commander: When you use ninjutsu to return an attacker to hand, the card in hand retains the "attacking" badge until combat ends.
Last edited by Diogenes on 06 Sep 2013, 14:45, edited 1 time in total.
Re: Bug Reports (snapshot builds)
by Diogenes » 06 Sep 2013, 14:40
I'm getting a nasty bug in today's daily.
If the computer wins the toss, the cards in my hand do not appear until my first main phase unless I mulligan. This does not happen whenever I elect to draw. [Not 100% repro.]
I am not clear what caused this. The first time it occurred, the issue was consistent through between 15-20 games. The issue disappeared on the second restart of Forge. Since then, I have seen it only once in ten attempts, and it did not persist.
Edit: I've managed to reproduce this. It may require restarting Forge two times to clear this, although a single restart has worked and once it only lasted for the match. I believe hitting the "Start" button on the constructed mode menu *immediately* upon exiting a match is the easiest way to force this to happen, although that was not the case the first time I encountered it.
If the computer wins the toss, the cards in my hand do not appear until my first main phase unless I mulligan. This does not happen whenever I elect to draw. [Not 100% repro.]
I am not clear what caused this. The first time it occurred, the issue was consistent through between 15-20 games. The issue disappeared on the second restart of Forge. Since then, I have seen it only once in ten attempts, and it did not persist.
Edit: I've managed to reproduce this. It may require restarting Forge two times to clear this, although a single restart has worked and once it only lasted for the match. I believe hitting the "Start" button on the constructed mode menu *immediately* upon exiting a match is the easiest way to force this to happen, although that was not the case the first time I encountered it.
Last edited by Diogenes on 06 Sep 2013, 15:07, edited 4 times in total.
Re: Bug Reports (snapshot builds)
by friarsol » 06 Sep 2013, 14:44
This isn't particularly new. The flashback button is a pretty well known issue about not being in sync immediately.Diogenes wrote:With Melek on the field, the flashback zone button might not always correctly indicate that the top card of the library can be played. When Reality Strobe was the top card of my library, the flashback counter showed "0", although the card did appear in the flashback list. I have not noticed this happening with other cards.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Bug Reports (snapshot builds)
by friarsol » 06 Sep 2013, 22:00
r23134
Playing a Commander match. I cast Spelltwine, targeting a Time Stretch in my graveyard and a Sprouting Vines in my opponents. At this point I correctly was able to order which spell would hit the stack first (I chose the Time Stretch first and then the Spelltwine), but a few other things happened incorrectly.
1. Since Spelltwine copies and then casts, Storm should have triggered for the Sprouting Vines.
2. For some reason, I didn't actually seem to be the controller of the Sprouting Vines, as the AI searched up a Land and flung it at me with his Borborygmos Enraged (almost costing me the game!)
Additionally, cards I exile with partial Paris mulligan don't have their borders/icons reset, so it still has a pink hue and the selected icon.
Playing a Commander match. I cast Spelltwine, targeting a Time Stretch in my graveyard and a Sprouting Vines in my opponents. At this point I correctly was able to order which spell would hit the stack first (I chose the Time Stretch first and then the Spelltwine), but a few other things happened incorrectly.
1. Since Spelltwine copies and then casts, Storm should have triggered for the Sprouting Vines.
2. For some reason, I didn't actually seem to be the controller of the Sprouting Vines, as the AI searched up a Land and flung it at me with his Borborygmos Enraged (almost costing me the game!)
Additionally, cards I exile with partial Paris mulligan don't have their borders/icons reset, so it still has a pink hue and the selected icon.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Bug Reports (snapshot builds)
by swordshine » 07 Sep 2013, 04:33
Dev Mode "Add card to play": I cannot choose target for Ai.
Edit: @Sloth: I'm pretty sure this is caused by changes in r23117. (!c.canBeTargetedBy(sa) -> !sa.canTarget(c))
Edit: @Sloth: I'm pretty sure this is caused by changes in r23117. (!c.canBeTargetedBy(sa) -> !sa.canTarget(c))
- swordshine
- Posts: 682
- Joined: 11 Jul 2010, 02:37
- Has thanked: 116 times
- Been thanked: 87 times
Re: Bug Reports (snapshot builds)
by swordshine » 07 Sep 2013, 11:21
AI played Gruul Turf at the first turn and return it back to the hand.
- swordshine
- Posts: 682
- Joined: 11 Jul 2010, 02:37
- Has thanked: 116 times
- Been thanked: 87 times
Who is online
Users browsing this forum: No registered users and 23 guests