Page 11 of 11

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 11 Apr 2013, 12:40
by gos
. Unhallowed Cathar is returning to the battlefield (as Unhallowed Cathar) when it dies. It should only do this when it dies as Loyal Cathar (so to speak).

Mercurial Chemister with Illusionist's Bracers

PostPosted: 11 Apr 2013, 12:44
by LordHelmchen
I have a Mercurial Chemister equipped with Illusionist's Bracers. I activate the Chemister's second ability, and a copy is created by the bracers. However, the copy deals zero damage, even if a non-zero amount is dealt by the original effect.
This is, if I'm not mistaken, in contrast to
"706.10. To copy a spell or activated ability means to put a copy of it onto the stack; a copy of a spell
isn’t cast and a copy of an activated ability isn’t activated. A copy of a spell or ability copies both
the characteristics of the spell or ability and all decisions made for it, including modes, targets, the
value of X, and additional or alternative costs. (See rule 601, “Casting Spells.”) Choices that are
normally made on resolution are not copied. If an effect of the copy refers to objects used to pay its
costs, it uses the objects used to pay the costs of the original spell or ability."

edit: I don't know why the Bracers don't receive a tooltip, but here's their oracle text:
"Whenever an ability of equipped creature is activated, if it isn't a mana ability, copy that ability. You may choose new targets for the copy."

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 11 Apr 2013, 16:36
by Phoenix
I had a Stuffy Doll & Guilty Conscience combination and the AI had a Phyrexian Unlife.

Activating Stuffy Doll reduced AI's life down to 0. The further dealt damage didn't result in poison counters but in an endless loop.

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 11 Apr 2013, 22:15
by horsekateer
Crash report:

Computer playing the Neo deck in Quest Mode casts Bloodbraid Elf and the game crashes after revealing to me the cards skipped by cascade. I have Sluiceway Scorpion out and he has Jund Hackblade. Cant remember what cards were revealed exactly but I believe it was 2 lands, another Bloodbraid Elf and one other multicoloured card. Im not sure what was getting cast as the crash happened before that. Thanks gang.


NullPointerException | Open
Code: Select all
Forge Version:    1.3.11-r20622
Operating System: Mac OS X 10.8.3 x86_64
Java Version:     1.6.0_43 Apple Inc.

java.lang.NullPointerException
   at forge.game.ai.ComputerUtilMana.payManaCost(ComputerUtilMana.java:63)
   at forge.game.ai.ComputerUtilCost.canPayCost(ComputerUtilCost.java:360)
   at forge.card.ability.SpellAbilityAi.doTriggerAI(SpellAbilityAi.java:26)
   at forge.card.spellability.AbilitySub.doTrigger(AbilitySub.java:133)
   at forge.card.spellability.SpellPermanent.checkETBEffects(SpellPermanent.java:335)
   at forge.card.spellability.SpellPermanent.canPlayFromEffectAI(SpellPermanent.java:235)
   at forge.game.ai.AiController.chooseAndPlaySa(AiController.java:746)
   at forge.game.player.PlayerControllerAi.playCascade(PlayerControllerAi.java:100)
   at forge.game.GameActionUtil$CascadeAbility.resolve(GameActionUtil.java:157)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:843)
   at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:737)
   at forge.game.player.PlayerController.passPriority(PlayerController.java:73)
   at forge.control.input.InputPassPriority.selectButtonOK(InputPassPriority.java:77)
   at forge.gui.InputProxy.selectButtonOK(InputProxy.java:70)
   at forge.gui.match.controllers.CMessage$2.actionPerformed(CMessage.java:57)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
   at javax.swing.AbstractButton.doClick(AbstractButton.java:389)
   at javax.swing.AbstractButton.doClick(AbstractButton.java:337)
   at forge.gui.toolbox.FButton$1.keyPressed(FButton.java:87)
   at java.awt.Component.processKeyEvent(Component.java:6340)
   at javax.swing.JComponent.processKeyEvent(JComponent.java:2809)
   at java.awt.Component.processEvent(Component.java:6159)
   at java.awt.Container.processEvent(Container.java:2083)
   at java.awt.Component.dispatchEventImpl(Component.java:4744)
   at java.awt.Container.dispatchEventImpl(Container.java:2141)
   at java.awt.Component.dispatchEvent(Component.java:4572)
   at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1856)
   at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:722)
   at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1000)
   at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:865)
   at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:686)
   at java.awt.Component.dispatchEventImpl(Component.java:4616)
   at java.awt.Container.dispatchEventImpl(Container.java:2141)
   at java.awt.Window.dispatchEventImpl(Window.java:2489)
   at java.awt.Component.dispatchEvent(Component.java:4572)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:710)
   at java.awt.EventQueue.access$400(EventQueue.java:82)
   at java.awt.EventQueue$2.run(EventQueue.java:669)
   at java.awt.EventQueue$2.run(EventQueue.java:667)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
   at java.awt.EventQueue$3.run(EventQueue.java:683)
   at java.awt.EventQueue$3.run(EventQueue.java:681)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:680)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 12 Apr 2013, 02:20
by Sandstorm
Okay, so I have a problem here. You see, mana is critical to my "Dragons" deck, and one way I was hoping to improve the mana income was through a card called Braid of Fire. Braid of Fire is a red enchantment which costs 1R and has the ability "Cumulative Upkeep -- Add R to your mana pool." Thus, at the beginning of each turn, it puts an age counter on itself and adds one red mana for each age counter on it.
My problem, however, is that it adds the age counter to the permanent, but does not add the mana to my mana pool.
I just don't know what went wrong.

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 12 Apr 2013, 02:35
by friarsol
Sandstorm wrote:Okay, so I have a problem here. You see, mana is critical to my "Dragons" deck, and one way I was hoping to improve the mana income was through a card called Braid of Fire. Braid of Fire is a red enchantment which costs 1R and has the ability "Cumulative Upkeep -- Add R to your mana pool." Thus, at the beginning of each turn, it puts an age counter on itself and adds one red mana for each age counter on it.
My problem, however, is that it adds the age counter to the permanent, but does not add the mana to my mana pool.
I just don't know what went wrong.
Works just fine for me. Are you skipping your upkeep? Maybe it's sliding past after the mana is added. Put a stop in the upkeep and look in your mana pool to see it there.

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 12 Apr 2013, 04:44
by Devilman06
Praetor's Grasp only allowed me to exile a card from My deck and then doesn't allow it to be played

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 12 Apr 2013, 07:33
by serrasmurf
Should Straw Golem die when i play Mulldrifter for it's evoke cost?
Curently it doesn't...