Page 3 of 12

Re: Forge Beta: 6-5-2015 ver 1.5.40

PostPosted: 10 Jun 2015, 23:33
by KingBiggie
Can anyone help me test Huntmaster of the Fells? It seems that for me, when it transforms, it does do the 2 damage to my opponent but no 2 damage to any creature he or she controls nor did I get the option to choose a target. I've tested it 3 times now without results. I dare not to call it a bug until I'm sure I'm not doing something wrong.

Re: Forge Beta: 6-5-2015 ver 1.5.40

PostPosted: 11 Jun 2015, 04:25
by Agetian
KingBiggie wrote:Can anyone help me test Huntmaster of the Fells? It seems that for me, when it transforms, it does do the 2 damage to my opponent but no 2 damage to any creature he or she controls nor did I get the option to choose a target. I've tested it 3 times now without results. I dare not to call it a bug until I'm sure I'm not doing something wrong.
I just tried it on the latest SVN version I'm using for development and it works fine (I do get an option to choose a target and the damage is dealt correctly). Not sure if it works in 1.5.40 proper (don't have this build handy) but at any rate it's either OK as it is or at least it will be fixed upstream in the upcoming 1.6.0 (given that there's something wrong with it in 1.5.40).

- Agetian

Re: Forge Beta: 6-5-2015 ver 1.5.40

PostPosted: 11 Jun 2015, 06:37
by Nekoatl
The AI cast Sift Through Sands from my hand using the effect of Mindclaw Shaman, then on a subsequent turn, cast Archaeomancer and illegally used its effect to return Sift Through Sands from my graveyard to my hand (there were no instant or sorcery cards in the AI's graveyard at the time).

Re: Forge Beta: 6-5-2015 ver 1.5.40

PostPosted: 11 Jun 2015, 12:26
by P for Pizza
Precusor Golem doesn't work. It happened three times. I targeted it with Bone Splinter, Lightning Bolt, and Nameless Inversion. He died but the Golem token remained untouched.

Re: Forge Beta: 6-5-2015 ver 1.5.40

PostPosted: 11 Jun 2015, 12:53
by muppet
Not sure if you expect these to work for the AI but Draconic Roar was cast with a dragon revealed and my creature died correctly but I did not take the 3 damage.

No idea if the same happens if a player casts it will repost if I find out.

Re: Forge Beta: 6-5-2015 ver 1.5.40

PostPosted: 11 Jun 2015, 16:33
by Agetian
P for Pizza wrote:Precusor Golem doesn't work. It happened three times. I targeted it with Bone Splinter, Lightning Bolt, and Nameless Inversion. He died but the Golem token remained untouched.
This is fixed in trunk and will be a part of the next beta.

- Agetian

Re: Forge Beta: 6-5-2015 ver 1.5.40

PostPosted: 11 Jun 2015, 16:36
by Agetian
muppet wrote:Not sure if you expect these to work for the AI but Draconic Roar was cast with a dragon revealed and my creature died correctly but I did not take the 3 damage.

No idea if the same happens if a player casts it will repost if I find out.
Most dragon presence cards are fixed for AI use in the svn build, will be a part of the next beta. Draconic Roar is still not 100% fixed, I'm looking into a possible solution.

- Agetian

Re: Forge Beta: 6-5-2015 ver 1.5.40

PostPosted: 11 Jun 2015, 17:54
by Djebb
I can't cast artifact exiled with Thada Adel

Re: Forge Beta: 6-5-2015 ver 1.5.40

PostPosted: 11 Jun 2015, 18:30
by Agetian
Djebb wrote:I can't cast artifact exiled with Thada Adel
Seems to work fine. You click the opponent's exile zone and click on the exiled artifact card there. I get a prompt to cast it and I can cast it without a problem.

- Agetian

Re: Forge Beta: 6-5-2015 ver 1.5.40

PostPosted: 11 Jun 2015, 20:08
by Djebb
Agetian wrote:
Djebb wrote:I can't cast artifact exiled with Thada Adel
Seems to work fine. You click the opponent's exile zone and click on the exiled artifact card there. I get a prompt to cast it and I can cast it without a problem.

- Agetian
Weird, there is no prompt. The artifact remains in the exile zone and i can't click on it.

Edit :

Epochrasite doesn't enter the battlefield with its counters.

I kinda hope it's not just me so it can be fixed xD

Re: Forge Beta: 6-5-2015 ver 1.5.40

PostPosted: 11 Jun 2015, 20:32
by ProphetSword
It appears as though Maze of Ith is broken. When the AI attacks me with a creature and I use Maze of Ith on it, it still does combat damage with that creature.

One thing I did notice is that when it attacked me with Mirri the Cursed, even though it managed to do damage to me, it did not gain the counters from the attack, making me believe that at least some part of the Maze of Ith is still functioning.

Here's a screenshot. Notice the log to the left on the bottom where it shows I used the Maze of Ith, and the creature still does damage.

Image

Re: Forge Beta: 6-5-2015 ver 1.5.40

PostPosted: 12 Jun 2015, 03:30
by Zirbert
I tried playing Kiora, the Crashing Wave, and this happened:

RuntimeException | Open
Code: Select all
Forge Version:    1.5.40-r-1
Operating System: Linux 3.8.0-32-lowlatency amd64
Java Version:     1.7.0_79 Oracle Corporation

java.lang.RuntimeException: AbilityFactory : getAbility -- no API in :
   at forge.game.ability.AbilityFactory.getAbility(AbilityFactory.java:106)
   at forge.game.replacement.ReplacementHandler.executeReplacement(ReplacementHandler.java:169)
   at forge.game.replacement.ReplacementHandler.run(ReplacementHandler.java:134)
   at forge.game.replacement.ReplacementHandler.run(ReplacementHandler.java:71)
   at forge.game.GameAction.changeZone(GameAction.java:175)
   at forge.game.GameAction.moveTo(GameAction.java:393)
   at forge.game.GameAction.moveTo(GameAction.java:374)
   at forge.game.GameAction.moveToPlay(GameAction.java:482)
   at forge.game.GameAction.moveTo(GameAction.java:532)
   at forge.game.GameAction.moveTo(GameAction.java:524)
   at forge.game.spellability.SpellPermanent.resolve(SpellPermanent.java:72)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:486)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:972)
   at forge.game.GameAction.startGame(GameAction.java:1402)
   at forge.game.Match.startGame(Match.java:96)
   at forge.match.HostedMatch$2.run(HostedMatch.java:219)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:745)
I was able to close the error popup, but the game hung with Kiora on the stack and a "Waiting for opponent" prompt.

In case it helps trace this, the Kiora card had been manifested onto the board with Whisperwood Elemental. I bounced it back into my hand with Temur Sabertooth, then tried casting it, and that's when the crash happened.

A screencap of the board state is attached.

Re: Forge Beta: 6-5-2015 ver 1.5.40

PostPosted: 12 Jun 2015, 05:19
by Agetian
Djebb wrote:Epochrasite doesn't enter the battlefield with its counters.
I kinda hope it's not just me so it can be fixed xD
Fixed (r29627).

- Agetian

Re: Forge Beta: 6-5-2015 ver 1.5.40

PostPosted: 12 Jun 2015, 05:43
by Agetian
ProphetSword wrote:It appears as though Maze of Ith is broken. When the AI attacks me with a creature and I use Maze of Ith on it, it still does combat damage with that creature.
Hmm, can't reproduce this one, in all my tests it correctly prevents all damage from the source... :/ The battlefield in your case is rather full though, were there any other cards that had any damage-affecting effects on them that could have possibly interfered with how Maze of Ith operated? (basically, any other damage prevention effects or triggered damage dealing effects or anything else that had to do with damage and its prevention?)

- Agetian

Re: Forge Beta: 6-5-2015 ver 1.5.40

PostPosted: 12 Jun 2015, 15:08
by ProphetSword
Agetian wrote:
ProphetSword wrote:It appears as though Maze of Ith is broken. When the AI attacks me with a creature and I use Maze of Ith on it, it still does combat damage with that creature.
Hmm, can't reproduce this one, in all my tests it correctly prevents all damage from the source... :/ The battlefield in your case is rather full though, were there any other cards that had any damage-affecting effects on them that could have possibly interfered with how Maze of Ith operated? (basically, any other damage prevention effects or triggered damage dealing effects or anything else that had to do with damage and its prevention?)

- Agetian
No, that's actually one of the things I checked. Wanted to make sure I wasn't missing something that would allow the AI to do damage to me even though I used Maze of Ith. The log on the side does clearly show that the creature did "combat damage," which should not be possible with Maze of Ith (and you can see I activated that). You will also see in the log that it was able to do that every turn.

Maybe it was a one-time glitch. I'll let you know if I see it again. Could it have something to do with that actual creature and not the Maze of Ith itself?

EDIT:
Never mind. I'm an idiot. Everlasting Torment was in play, and it clearly states that damage cannot be prevented. So, all Maze of Ith does is untap the creature. Sorry for the false alarm.