Page 406 of 491

Re: Bug Reports (snapshot builds)

PostPosted: 17 Jan 2017, 10:01
by stormcat
:r33241
The ability of block restriction by Champion of Lambholt is not working correctly.
~ can't block creatures "you control".
But now, creatures has can't block any combat.

Re: Bug Reports (snapshot builds)

PostPosted: 17 Jan 2017, 10:14
by matrix4767
r33241:
Greenbelt Rampager's Energy payment should be mandatory.

Re: Bug Reports (snapshot builds)

PostPosted: 17 Jan 2017, 11:56
by Agetian
stormcat wrote::r33241
The ability of block restriction by Champion of Lambholt is not working correctly.
~ can't block creatures "you control".
But now, creatures has can't block any combat.
Fixed (r33242). Thanks for reporting! :)
The fix here appears a bit more difficult than I thought, hopefully someone else will be able to crack this one soon.

- Agetian

Re: Bug Reports (snapshot builds)

PostPosted: 17 Jan 2017, 11:57
by Agetian
matrix4767 wrote:r33241:
Greenbelt Rampager's Energy payment should be mandatory.
Thanks for reporting! :)
I think I have an idea how this can be remedied... will experiment a little bit.

- Agetian

Re: Bug Reports (snapshot builds)

PostPosted: 17 Jan 2017, 12:06
by stormcat
:r33241
When Aid from the Cowl triggered, If I choose Cancel, the next card is shown in window and choosing action again.

Re: Bug Reports (snapshot builds)

PostPosted: 17 Jan 2017, 15:20
by Agetian
stormcat wrote::r33241
When Aid from the Cowl triggered, If I choose Cancel, the next card is shown in window and choosing action again.
Fixed (r33248).

- Agetian

Re: Bug Reports (snapshot builds)

PostPosted: 17 Jan 2017, 18:14
by Marek14
It seems that Opal-Eye, Konda's Yojimbo doesn't redirect damage.

Re: Bug Reports (snapshot builds)

PostPosted: 17 Jan 2017, 19:05
by Agetian
Marek14 wrote:It seems that Opal-Eye, Konda's Yojimbo doesn't redirect damage.
I can confirm this but can't quite figure out what's up. Looks like other similar effects may be broken too, e.g. Oracle's Attendants.
Another similar card, Beacon of Destiny, just crashes (when the redirection is attempted, there is a "no API" type of crash).

EDIT: Ok, here's hoping I fixed this... :) Please check out r33252 if possible, this is pretty new to me. Looks like Oracle's Attendants actually works (?), but it's a difficult card to set up to test properly, so I'm not sure, I'll test again tomorrow... (going to bed now)

- Agetian

Re: Bug Reports (snapshot builds)

PostPosted: 19 Jan 2017, 06:14
by Devilman06
forge-gui-desktop-1.5.59-SNAPSHOT-33269. Kind of a strange Situation but in a commander game using 2 commander's (partners mechanic) vs Omnath, locus of rage I exiled the omnath with karn liberated and it worked fine the first time. After that it would target it but not actually remove it. Used Venser's ultimate and same result.

Re: Bug Reports (snapshot builds)

PostPosted: 19 Jan 2017, 19:41
by pfps
r33280, but I don't think that that is relevant

I is possible to accidentally drag the right-hand edge of the card picture and card detail panes off the right-hand side of the window. The only way to recover is, I think, to edit match.xml.

I'm not sure where the problem lies, but it shouldn't be possible to drag this edge outside the boundaries of the window. In fact, dragging this edge at all seems rather suspect.

Re: Bug Reports (snapshot builds)

PostPosted: 19 Jan 2017, 20:43
by stormcat
:r33275
I reported same problem ago.
When AI control Quirion Ranger, AI spend too long time.
And this written in log file.
Attachment is situation of occurred.

Many Many
[AI failed to play Quirion Ranger (186)]
and,
[AI looped too much with: [Return a forest you control to its owner's hand: Untap target creature. Activate this ability only once each turn.]AI failed to play Quirion Ranger (186)]

Re: Bug Reports (snapshot builds)

PostPosted: 19 Jan 2017, 23:29
by tjtillman
r33275

It's possible that this isn't a bug, but a misunderstanding of the rules by me. But if I'm understanding correctly, then it would be a bug.

I have on the battlefield a Filigree Familiar, a Cogwork Assembler, a Scrap Trawler, and an Embraal Gear-Smasher. In my Graveyard I have an Implement of Combustion.

I pay 7 mana using Cogwork Assembler's ability to copy the Filigree Familiar. A token that's a copy of it enters the battlefield and I gain 2 life on it's ETB trigger. Then I use Embraal Gear-Smasher's ability to sacrifice that token.
After activating that ability it appears that Scrap Trawler's ability does trigger (artifact going to the graveyard from the battlefield) because I am prompted to choose an order for that trigger and the Filigree Familiar copy's die trigger. However, after choosing the order, the Scrap Trawler's trigger never appears on the stack. If the game thinks that the token was 0 cmc then, there would be nothing to get back from the graveyard on Scrapyard Trawler's trigger. However, am I correct in saying that the token copy of Filigree Familiar does have CMC 3, meaning that I should be able to target the Implement of Combustion in the graveyard from the Scrapyard Trawler trigger?

Re: Bug Reports (snapshot builds)

PostPosted: 20 Jan 2017, 02:09
by tjtillman
r33275

I controlled Midnight Entourage. It died in combat, but it's triggered ability didn't trigger.

Re: Bug Reports (snapshot builds)

PostPosted: 20 Jan 2017, 08:49
by Marek14
The ability of Goblin Taskmaster doesn't work. I looked into the code and I think it might be because its targeting says "Creature.goblin" instead of "Creature.Goblin"?

Re: Bug Reports (snapshot builds)

PostPosted: 20 Jan 2017, 09:09
by Agetian
Marek14 wrote:The ability of Goblin Taskmaster doesn't work. I looked into the code and I think it might be because its targeting says "Creature.goblin" instead of "Creature.Goblin"?
Indeed, I've seen and fixed a similar one recently with elf->Elf, too :) Thanks for reporting! Fixed upstream. :)

- Agetian