It is currently 02 May 2024, 10:01
   
Text Size

Forge Beta: 03-27-2013 ver 1.3.11

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

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

Postby gos » 11 Apr 2013, 12:40

. 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).
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Mercurial Chemister with Illusionist's Bracers

Postby LordHelmchen » 11 Apr 2013, 12:44

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."
LordHelmchen
 
Posts: 125
Joined: 21 Aug 2012, 16:06
Has thanked: 21 times
Been thanked: 32 times

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

Postby Phoenix » 11 Apr 2013, 16:36

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.
Phoenix
 
Posts: 77
Joined: 15 Dec 2011, 10:23
Has thanked: 6 times
Been thanked: 3 times

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

Postby horsekateer » 11 Apr 2013, 22:15

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)
horsekateer
 
Posts: 55
Joined: 03 Apr 2013, 21:58
Has thanked: 7 times
Been thanked: 0 time

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

Postby Sandstorm » 12 Apr 2013, 02:20

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.
Sandstorm
 
Posts: 5
Joined: 12 Apr 2013, 02:13
Has thanked: 1 time
Been thanked: 0 time

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

Postby friarsol » 12 Apr 2013, 02:35

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.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

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

Postby Devilman06 » 12 Apr 2013, 04:44

Praetor's Grasp only allowed me to exile a card from My deck and then doesn't allow it to be played
Devilman06
 
Posts: 127
Joined: 29 Jan 2010, 03:59
Has thanked: 1 time
Been thanked: 2 times

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

Postby serrasmurf » 12 Apr 2013, 07:33

Should Straw Golem die when i play Mulldrifter for it's evoke cost?
Curently it doesn't...
serrasmurf
 
Posts: 316
Joined: 30 Jan 2010, 14:09
Location: The Netherlands
Has thanked: 3 times
Been thanked: 18 times

Previous

Return to Forge

Who is online

Users browsing this forum: No registered users and 68 guests


Who is online

In total there are 68 users online :: 0 registered, 0 hidden and 68 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 68 guests

Login Form