Forge Beta: 03-01-2013 ver 1.3.9
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Forge Beta: 03-01-2013 ver 1.3.9
by Xitax » 03 Mar 2013, 22:38
Confirmed. You can't cast her again. Also the emblem picture doesn't show up.ChaossssMark wrote:Maybe this has been mentioned earlier:
Tamiyo went ultimate on my side, Lili of the Veil hits the grave, with the emblem active, returns to my hand, but Forge thinks Lili has 0 counters, and does not let me cast her. Same thing with other planeswalkers...
I can provide pics and logs if needed.
PS: Mind grind was bug was also in earlier versions (as far as I can tell, as long as the card was in Forge...)
Re: Forge Beta: 03-01-2013 ver 1.3.9
by sagephoenix » 03 Mar 2013, 22:56
Description: [describe what you were doing when the crash occurred]
- NullPointerException | Open
- Code: Select all
Forge Version: 1.3.9-r19953
Operating System: Windows Vista 6.0 amd64
Java Version: 1.7.0 Oracle Corporation
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:487)
at forge.card.spellability.SpellPermanent.checkETBEffects(SpellPermanent.java:391)
at forge.game.ai.AiController.getPossibleETBCounters(AiController.java:152)
at forge.game.ai.AiController.getSpellAbilityToPlay(AiController.java:96)
at forge.game.ai.AiInputCommon.playSpellAbilities(AiInputCommon.java:161)
at forge.game.ai.AiInputCommon.showMessage(AiInputCommon.java:82)
at forge.gui.GuiInput.setInput(GuiInput.java:71)
at forge.gui.GuiInput.update(GuiInput.java:54)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.util.MyObservable.updateObservers(MyObservable.java:38)
at forge.control.input.InputControl.resetInput(InputControl.java:141)
at forge.control.input.InputControl.resetInput(InputControl.java:137)
at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:740)
at forge.game.player.PlayerController.passPriority(PlayerController.java:70)
at forge.game.ai.AiInputCommon.showMessage(AiInputCommon.java:110)
at forge.gui.GuiInput.setInput(GuiInput.java:71)
at forge.gui.GuiInput.update(GuiInput.java:54)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.util.MyObservable.updateObservers(MyObservable.java:38)
at forge.game.zone.MagicStack.push(MagicStack.java:805)
at forge.game.zone.MagicStack.add(MagicStack.java:475)
at forge.game.zone.MagicStack.unfreezeStack(MagicStack.java:205)
at forge.game.zone.MagicStack.addAndUnfreeze(MagicStack.java:191)
at forge.game.ai.ComputerUtil.handlePlayingSpellAbility(ComputerUtil.java:116)
at forge.game.ai.AiInputCommon.playSpellAbilities(AiInputCommon.java:164)
at forge.game.ai.AiInputCommon.showMessage(AiInputCommon.java:106)
at forge.gui.GuiInput.setInput(GuiInput.java:71)
at forge.gui.GuiInput.update(GuiInput.java:54)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.util.MyObservable.updateObservers(MyObservable.java:38)
at forge.game.phase.PhaseHandler.nextPhase(PhaseHandler.java:515)
at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:732)
at forge.game.player.PlayerController.passPriority(PlayerController.java:70)
at forge.game.ai.AiInputCommon.showMessage(AiInputCommon.java:110)
at forge.gui.GuiInput.setInput(GuiInput.java:71)
at forge.gui.GuiInput.update(GuiInput.java:54)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.util.MyObservable.updateObservers(MyObservable.java:38)
at forge.control.input.InputControl.resetInput(InputControl.java:141)
at forge.control.input.InputControl.resetInput(InputControl.java:137)
at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:740)
at forge.game.player.PlayerController.passPriority(PlayerController.java:70)
at forge.game.ai.AiInputCommon.showMessage(AiInputCommon.java:110)
at forge.gui.GuiInput.setInput(GuiInput.java:71)
at forge.gui.GuiInput.update(GuiInput.java:54)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.util.MyObservable.updateObservers(MyObservable.java:38)
at forge.control.input.InputControl.resetInput(InputControl.java:141)
at forge.control.input.InputControl.resetInput(InputControl.java:137)
at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:740)
at forge.game.player.PlayerController.passPriority(PlayerController.java:70)
at forge.control.input.InputPassPriority.selectButtonOK(InputPassPriority.java:77)
at forge.gui.GuiInput.selectButtonOK(GuiInput.java:80)
at forge.gui.match.controllers.CMessage$2.actionPerformed(CMessage.java:57)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at forge.gui.toolbox.FButton$1.keyPressed(FButton.java:87)
at java.awt.Component.processKeyEvent(Unknown Source)
at javax.swing.JComponent.processKeyEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
- sagephoenix
- Posts: 177
- Joined: 29 Aug 2011, 14:07
- Has thanked: 57 times
- Been thanked: 3 times
Re: Forge Beta: 03-01-2013 ver 1.3.9
by ChaossssMark » 03 Mar 2013, 23:22
That doesn't matter, since I know that the emblem is active...Xitax wrote:Confirmed. You can't cast her again. Also the emblem picture doesn't show up.ChaossssMark wrote:Maybe this has been mentioned earlier:
Tamiyo went ultimate on my side, Lili of the Veil hits the grave, with the emblem active, returns to my hand, but Forge thinks Lili has 0 counters, and does not let me cast her. Same thing with other planeswalkers...
I can provide pics and logs if needed.
PS: Mind grind was bug was also in earlier versions (as far as I can tell, as long as the card was in Forge...)
Also, MOAR BUGS:
Description: AI was using a Mono Black Control deck. I was using a Junk Fog deck. Both are my own creation. This happened as soon as the "extra draw" effects of my deck should have gone on the stack. AI had an empty library.
- NullPointerException | Open
- Code: Select all
Forge Version: 1.3.9-r19953
Operating System: Windows Vista 6.0 x86
Java Version: 1.7.0_15 Oracle Corporation
java.lang.NullPointerException
at forge.card.trigger.Trigger.requirementsCheck(Trigger.java:410)
at forge.card.trigger.TriggerHandler.runSingleTrigger(TriggerHandler.java:429)
at forge.card.trigger.TriggerHandler.runWaitingTrigger(TriggerHandler.java:385)
at forge.card.trigger.TriggerHandler.runTrigger(TriggerHandler.java:282)
at forge.game.phase.PhaseHandler.handleBeginPhase(PhaseHandler.java:396)
at forge.control.input.InputControl.getActualInput(InputControl.java:187)
at forge.gui.GuiInput.update(GuiInput.java:50)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.util.MyObservable.updateObservers(MyObservable.java:38)
at forge.game.phase.PhaseHandler.nextPhase(PhaseHandler.java:515)
at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:732)
at forge.game.player.PlayerController.passPriority(PlayerController.java:70)
at forge.control.input.InputPassPriority.selectButtonOK(InputPassPriority.java:77)
at forge.gui.GuiInput.selectButtonOK(GuiInput.java:80)
at forge.gui.match.controllers.CMessage$2.actionPerformed(CMessage.java:57)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at forge.gui.toolbox.FButton$1.keyPressed(FButton.java:87)
at java.awt.Component.processKeyEvent(Unknown Source)
at javax.swing.JComponent.processKeyEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
- ChaossssMark
- Posts: 25
- Joined: 04 Feb 2013, 18:24
- Has thanked: 2 times
- Been thanked: 0 time
Re: Forge Beta: 03-01-2013 ver 1.3.9
by avatarofentropy » 04 Mar 2013, 02:47
Persist doesn't seem to be working for me. Kitchen Finks that don't get -1/-1 counters == 

- avatarofentropy
- Posts: 1
- Joined: 03 Mar 2013, 22:39
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 03-01-2013 ver 1.3.9
by myk » 04 Mar 2013, 09:50
fixed in r20030. Thanks!Pux wrote:The "Scale Image Larger" option doesn't seem to work. It continues to scale images larger when I disable it.
fixed in r20031. Thanks! : )ChaossssMark wrote:Was downloading the LQ images for every card, in every set (the second LQ option). Left it alone, saying that there were +18k images to download, and I come back to find an error screen. ArithmeticException
fixed in r20036.serrasmurf wrote:Only the fat packs are not there anymore, deliberately?
I could not reproduce the exception, but selling cards that are in deck sideboards is fixed in r20032.serrasmurf wrote:when I sell cards that are part of my sideboard, things get a bit messy:
- bug popup when entering deck edit mode (see below)
- sold cards are still listed, and get removed when i move them from sideboard to card catalog
Last edited by myk on 04 Mar 2013, 11:47, edited 2 times in total.
- myk
- Posts: 439
- Joined: 17 Jan 2013, 02:39
- Location: California
- Has thanked: 38 times
- Been thanked: 57 times
Re: Forge Beta: 03-01-2013 ver 1.3.9
by lazylockie » 04 Mar 2013, 11:03
excellent release, probably the best one so far. props to whoever coded Aurelia's Fury (and its variants)!
- lazylockie
- Posts: 508
- Joined: 13 Jul 2010, 22:44
- Has thanked: 74 times
- Been thanked: 15 times
Re: Forge Beta: 03-01-2013 ver 1.3.9
by gos » 04 Mar 2013, 11:56
Description: I got this error when trying to pay the sacrifice cost for Rogue Elephant.
- NullPointerException | Open
- Code: Select all
Forge Version: 1.3.9-r19953
Operating System: Windows 7 6.1 amd64
Java Version: 1.7.0_07 Oracle Corporation
java.lang.NullPointerException
at forge.game.player.Player.isOpponentOf(Player.java:3083)
at forge.Card.canBeSacrificedBy(Card.java:9128)
at forge.game.GameAction.sacrifice(GameAction.java:1173)
at forge.game.GameActionUtil.payCostDuringAbilityResolve(GameActionUtil.java:583)
at forge.card.ability.AbilityUtils.handleUnlessCost(AbilityUtils.java:1113)
at forge.card.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1202)
at forge.card.ability.AbilityUtils.resolve(AbilityUtils.java:1005)
at forge.card.spellability.SpellAbilityRequirements.finishPaying(SpellAbilityRequirements.java:197)
at forge.card.cost.CostPayment.payCost(CostPayment.java:231)
at forge.card.cost.CostPayment.paidCost(CostPayment.java:194)
at forge.card.cost.CostPartMana.payHuman(CostPartMana.java:225)
at forge.card.cost.CostPayment.payCost(CostPayment.java:225)
at forge.card.spellability.SpellAbilityRequirements.startPaying(SpellAbilityRequirements.java:186)
at forge.card.spellability.SpellAbilityRequirements.needPayment(SpellAbilityRequirements.java:172)
at forge.card.spellability.SpellAbilityRequirements.fillRequirements(SpellAbilityRequirements.java:139)
at forge.game.GameActionPlay.playSpellAbilityNoStack(GameActionPlay.java:443)
at forge.card.trigger.WrappedAbility.resolve(WrappedAbility.java:438)
at forge.card.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1200)
at forge.card.ability.AbilityUtils.resolve(AbilityUtils.java:1005)
at forge.game.zone.MagicStack.resolveStack(MagicStack.java:844)
at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:735)
at forge.game.player.PlayerController.passPriority(PlayerController.java:70)
at forge.game.ai.AiInputCommon.showMessage(AiInputCommon.java:110)
at forge.gui.GuiInput.setInput(GuiInput.java:71)
at forge.gui.GuiInput.update(GuiInput.java:54)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.util.MyObservable.updateObservers(MyObservable.java:38)
at forge.control.input.InputControl.resetInput(InputControl.java:141)
at forge.control.input.InputControl.resetInput(InputControl.java:137)
at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:740)
at forge.game.player.PlayerController.passPriority(PlayerController.java:70)
at forge.control.input.InputPassPriority.selectButtonOK(InputPassPriority.java:77)
at forge.gui.GuiInput.selectButtonOK(GuiInput.java:80)
at forge.gui.match.controllers.CMessage$2.actionPerformed(CMessage.java:57)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at forge.gui.toolbox.FButton$1.keyPressed(FButton.java:87)
at java.awt.Component.processKeyEvent(Unknown Source)
at javax.swing.JComponent.processKeyEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Beta: 03-01-2013 ver 1.3.9
by gos » 04 Mar 2013, 12:14
AI didn't pay the sacrifice cost for Primeval Force, but it remained on the battlefield.
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Beta: 03-01-2013 ver 1.3.9
by serrasmurf » 04 Mar 2013, 15:03
Opponent has Deathgreeter in play. My drake token dies and does trigger the Deathgreeter, but causes Forge to freeze. Same problem?Sloth wrote:Both fixed! Thanks serrasmurf.serrasmurf wrote:I got a token equipped with Skullclamp.
Token dies, but i get no cards.
Tokens do touch the graveyard, or did I miss a rules change?
- serrasmurf
- Posts: 316
- Joined: 30 Jan 2010, 14:09
- Location: The Netherlands
- Has thanked: 3 times
- Been thanked: 18 times
Re: Forge Beta: 03-01-2013 ver 1.3.9
by gos » 04 Mar 2013, 15:04
Shroud seems to be stopping radiance from working correctly.
My opponent had a Rhox Charger, Dauntless Dourbark and Scythe Tiger on the battlefield. I cast Cleansing Beam on the Charger, and both it and the Dourbark were marked with 2 damage. There was no damage marked on the Tiger and it remained on the battlefield.
My opponent had a Rhox Charger, Dauntless Dourbark and Scythe Tiger on the battlefield. I cast Cleansing Beam on the Charger, and both it and the Dourbark were marked with 2 damage. There was no damage marked on the Tiger and it remained on the battlefield.
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Beta: 03-01-2013 ver 1.3.9
by Davor Vitief » 04 Mar 2013, 15:06
Great release, but i have some new bugs, search words like "sunburst", "{g}" or "add" don't work at the deck builder E.G. I write add at the search field but Llanowar Elves doesn't show up.
And the ability "When you cast Ulamog, the Infinite Gyre, destroy target permanent." from Ulamog, the Infinite Gyre doesn't trigger.
And the ability "When you cast Ulamog, the Infinite Gyre, destroy target permanent." from Ulamog, the Infinite Gyre doesn't trigger.
- Davor Vitief
- Posts: 18
- Joined: 16 Oct 2012, 10:22
- Has thanked: 9 times
- Been thanked: 0 time
Re: Forge Beta: 03-01-2013 ver 1.3.9
by gos » 04 Mar 2013, 15:19
I had the same interaction between Feebleness (controlled by me) and Unliving Psychopath (controlled by the AI). I enchanted the Psychopath, it died after blocking, was recurred (using Purgatory), and it was still enchanted by the Feebleness even though the feebleness remained in the graveyard.gos wrote:I killed my opponent's Mountain enchanted by Crusher Zendikon. Two turns later, when he plays a Mountain (the same one?) it appears as a 4/2 creature with summoning sickness, and the info box on the top right shows it as being enchanted by Crusher Zendikon, even though the enchantment is clearly in the graveyard.
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Beta: 03-01-2013 ver 1.3.9
by gos » 04 Mar 2013, 16:14
. Battletide Alchemist is triggering almost every phase, often multiple times.
Also, when damage is done to both players at the same time, it is impossible to see which trigger affects which player.
Also, when damage is done to both players at the same time, it is impossible to see which trigger affects which player.
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Beta: 03-01-2013 ver 1.3.9
by myk » 04 Mar 2013, 16:51
Hey, Max, could you explain why you reverted this fix? Your checkin comment for the revert says that it prevents all scaling from working, but that isn't true. It just prevents images from being scaled larger than their original size when the preference "scale image larger" is deselected. I tested the change and didn't see any adverse effects. What did I miss?myk wrote:fixed in r20030. Thanks!Pux wrote:The "Scale Image Larger" option doesn't seem to work. It continues to scale images larger when I disable it.
- myk
- Posts: 439
- Joined: 17 Jan 2013, 02:39
- Location: California
- Has thanked: 38 times
- Been thanked: 57 times
Re: Forge Beta: 03-01-2013 ver 1.3.9
by muppet » 04 Mar 2013, 17:48
right try again after my last inept attempt. When I play Wolfir Silverheart with three creatures in play I get a select box to choose the one to pair it with. But when I choose one that isn't the first one in the box it still pairs with the first one. The first time i thought i had just misclicked but pretty sure now, it happened again when i was being careful what i was pressing.
Might be all soulbond things . Stonewright does the same.
Might be all soulbond things . Stonewright does the same.
Last edited by muppet on 04 Mar 2013, 18:02, edited 1 time in total.
Who is online
Users browsing this forum: No registered users and 41 guests