Forge Beta: 02-07-2014 ver 1.5.12
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Forge Beta: 02-07-2014 ver 1.5.12
by Max mtg » 07 Feb 2014, 23:31
We'll need your decks folder to reproduce the problemcorreioalternativo wrote:I can't open Forge 1.5.11 and 1.5.12, they stop at "Loading decks", no message error. Forge 1.5.10 runs normally. What is happening?
Can you archive it an upload somewhere - either on this forum or onto your favourite file hosting server?
Single class for single responsibility.
- Max mtg
- Programmer
- Posts: 1997
- Joined: 02 Jul 2011, 14:26
- Has thanked: 173 times
- Been thanked: 334 times
Re: Forge Beta: 02-07-2014 ver 1.5.12
by drdev » 08 Feb 2014, 01:35
I just tried to reproduce this and couldn't. Is there some special setup required?drdev wrote:Odd that it wasn't reported or caught last version then. Though I suppose it makes sense if other developers are like me, never blocking and using the "Set Life" Dev tool to stay alive while doing testing.MIC132 wrote:Yeah, what's with that? It was here for at least two versions..Bundy wrote:Thanks for the new version.
However, i still have this weird bug where i get asked to paywhenever i block a creature.
(...)
If i paythe creature is blocked, if i don't pay
the creature is treated as if i did not assign a blocker to it.
Max, was this caused during your refactoring perhaps? Or could something I did have caused this and it just wasn't caught until now? I can investigate but since this doesn't sound like gui code I don't want to step on your toes.
- drdev
- Programmer
- Posts: 1958
- Joined: 27 Jul 2013, 02:07
- Has thanked: 189 times
- Been thanked: 565 times
Re: Forge Beta: 02-07-2014 ver 1.5.12
by goonjamin » 08 Feb 2014, 05:06
I tried to change the targeting arcs to card mouseover (was set to always on) from the forge menu during a game and I received the following error.
- Code: Select all
Description: [describe what you were doing when the crash occurred]
[spoiler=ClassCastException][code]
Forge Version: 1.5.12-r${forge.revision}${forge.specialStatus} (mixed revisions detected; please update from the root directory)
Operating System: Windows 7 6.1 x86
Java Version: 1.7.0_51 Oracle Corporation
java.lang.ClassCastException: forge.gui.toolbox.FSkin$SkinnedRadioButtonMenuItem cannot be cast to forge.gui.toolbox.FSkin$SkinnedMenuItem
at forge.gui.match.menus.GameMenu$6.actionPerformed(GameMenu.java:181)
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.JToggleButton$ToggleButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(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.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(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)
[/code][/spoiler]
Re: Forge Beta: 02-07-2014 ver 1.5.12
by Sloth » 08 Feb 2014, 08:27
Was there something in the command zone?Bundy wrote:Thanks for the new version.
However, i still have this weird bug where i get asked to paywhenever i block a creature.
http://www.abdesigns.nl/temp/screenshot.jpg - see screenshot
If i paythe creature is blocked, if i don't pay
the creature is treated as if i did not assign a blocker to it.
Can you give us the deck list you were using?
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Forge Beta: 02-07-2014 ver 1.5.12
by Max mtg » 08 Feb 2014, 09:58
Try checking the option at Preferences -> Gameplay -> Free Block Handling (but it's just a guess of mine)drdev wrote:I just tried to reproduce this and couldn't. Is there some special setup required?
Single class for single responsibility.
- Max mtg
- Programmer
- Posts: 1997
- Joined: 02 Jul 2011, 14:26
- Has thanked: 173 times
- Been thanked: 334 times
Re: Forge Beta: 02-07-2014 ver 1.5.12
by Bundy » 08 Feb 2014, 11:06
This option was checked. I turned it off and blocking works again without the prompt to payMax mtg wrote:Try checking the option at Preferences -> Gameplay -> Free Block Handling (but it's just a guess of mine)

Seems checking this option turns it on instead of off.
- Bundy
- Posts: 348
- Joined: 17 Dec 2010, 17:32
- Location: The netherlands
- Has thanked: 23 times
- Been thanked: 3 times
Re: Forge Beta: 02-07-2014 ver 1.5.12
by muppet » 08 Feb 2014, 13:58
Cast Cabal Therapy game froze no error message. Happened 1/1 so far will add more details if I find any.
yep seems every time I cast Cabal Therapy game hangs with no message.
yep seems every time I cast Cabal Therapy game hangs with no message.
Last edited by muppet on 18 Feb 2014, 11:10, edited 1 time in total.
Re: Forge Beta: 02-07-2014 ver 1.5.12
by gos » 08 Feb 2014, 14:44
When I tap a creature I control with Springleaf Drum (not as part of paying a mana cost), I am not allowed to choose which color mana is added to my mana pool, it's always
. Other similar effects have the same problem. Omnath does not approve.

- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Beta: 02-07-2014 ver 1.5.12
by correioalternativo » 08 Feb 2014, 19:10
constructed.zip Downloads: 0, Size: 4 MBMax mtg wrote:We'll need your decks folder to reproduce the problemcorreioalternativo wrote:I can't open Forge 1.5.11 and 1.5.12, they stop at "Loading decks", no message error. Forge 1.5.10 runs normally. What is happening?
Can you archive it an upload somewhere - either on this forum or onto your favourite file hosting server?
http://www.mediafire.com/download/9hh4r ... ructed.zip
Thank you for helping me.
-
correioalternativo - Posts: 279
- Joined: 23 Jul 2012, 12:01
- Has thanked: 255 times
- Been thanked: 23 times
Re: Forge Beta: 02-07-2014 ver 1.5.12
by Chris H. » 08 Feb 2014, 20:04
correioalternativo wrote:constructed.zip Downloads: 0, Size: 4 MBMax mtg wrote:We'll need your decks folder to reproduce the problemcorreioalternativo wrote:I can't open Forge 1.5.11 and 1.5.12, they stop at "Loading decks", no message error. Forge 1.5.10 runs normally. What is happening?
Can you archive it an upload somewhere - either on this forum or onto your favourite file hosting server?
http://www.mediafire.com/download/9hh4r ... ructed.zip
Thank you for helping me.
I was able to launch today’s snapshot build with these decks installed. The decks loaded and Forge did not freeze/stall while the loading the decks and Forge was able to get to the main view.
- Code: Select all
Last login: Sat Feb 8 11:07:08 on ttys000
CardForge:~ me$ /Users/me/\ My\ Desktop/forge-gui-1.5.13-SNAPSHOT/forge.command ; exit;
(ThreadUtil first call): Running on a machine with 2 cpu core(s)
Read cards: 13608 archived files in 2077 ms (25 parts) using thread pool
An unknown card found when loading Forge decks: "Elvish Champion|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Megrim|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Terror|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Island|UNG" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Island|EUL" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Island|UNH" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Plains|UNH" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mountain|UNG" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Swamp|UNG" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Moat|ZYX" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Plains|UNG" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Forest|UNG" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mountain|UNG" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mahamoti Djinn|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Portent|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Terror|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Contagion|DM" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Knight of Stromgald|ATH" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Contagion|DM" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Diabolic Edict|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Shatter|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Yavimaya Ants|DM" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Spike Weaver|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Balduvian Bears|DM" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Terror|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "River Boa|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Coat of Arms|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Jagged-Scar Archers|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Land Tax|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Order of the White Shield|ATH" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Boomerang|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Evacuation|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Boomerang|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Civic Wayfinder|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Order of the White Shield|ATH" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Skittering Skirge|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "The Rack|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Civic Wayfinder|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Coat of Arms|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Drove of Elves|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Elvish Champion|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Eyeblight's Ending|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Talara's Battalion|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Terror|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Blaze|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Terror|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Shatter|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Terror|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Shatter|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Svyelunite Temple|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Thieving Magpie|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Tinder Wall|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Greenweaver Druid|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Rough // Tumble|C13" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Boomerang|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Evacuation|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Power Sink|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Contagion|DM" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Skittering Horror|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Blaze|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Blaze|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Evacuation|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "River Boa|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Gorilla Shaman|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Jokulhaups|DM" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Tinder Wall|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "The Rack|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Boomerang|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Death Spark|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mogg Raider|ATH" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Death Spark|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Gorilla Shaman|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Furnace of Rath|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "River Boa|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "River Boa|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mahamoti Djinn|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Thieving Magpie|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Remote Isle|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Diabolic Edict|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Elvish Champion|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Death Spark|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Gaea's Herald|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Terror|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Evacuation|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "The Rack|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Tinder Wall|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Boomerang|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Vigor|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Civic Wayfinder|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Vigor|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Gaea's Herald|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Vigor|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "River Boa|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Portent|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Pestilence|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Elvish Champion|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Elvish Promenade|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Spike Weaver|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Furnace of Rath|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Diabolic Edict|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Goblin Tinkerer|ATH" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Diabolic Edict|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Gorilla Shaman|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Terror|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Diabolic Edict|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Diabolic Edict|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Boomerang|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Balduvian Bears|DM" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Trained Armodon|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Evacuation|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Megrim|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Underworld Dreams|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Evacuation|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Megrim|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Underworld Dreams|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Skyshroud Elite|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Boomerang|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Terror|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Bounty of the Hunt|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "River Boa|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Skyshroud Elite|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Gaea's Herald|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Elvish Eulogist|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Eyeblight's Ending|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Lys Alana Huntmaster|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Moonglove Winnower|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Coat of Arms|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Elvish Promenade|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Elvish Champion|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Lys Alana Huntmaster|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Blaze|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Furnace of Rath|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Shatter|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Evacuation|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Civic Wayfinder|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Elvish Promenade|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Immaculate Magistrate|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Lys Alana Huntmaster|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Vigor|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Portent|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Blanchwood Armor|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "The Rack|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Diabolic Edict|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Drain Life|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Terror|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Portent|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Civic Wayfinder|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Shatter|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Elvish Champion|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Elvish Promenade|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Terror|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Land Tax|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Elvish Promenade|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Eyeblight's Ending|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Immaculate Magistrate|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Lys Alana Huntmaster|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Talara's Battalion|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Natural Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Terror|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Coat of Arms|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Pestilence|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Jokulhaups|DM" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mogg Hollows|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Spike Weaver|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Boomerang|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Diabolic Edict|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Diabolic Edict|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Dwarven Ruins|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Coat of Arms|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Brainstorm|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Island|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "River Boa|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Drain Life|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Ihsan's Shade|ATH" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Skyshroud Elite|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Talara's Battalion|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Diabolic Edict|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Land Tax|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Tinder Wall|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Sun Clasp|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "River Boa|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Terror|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Underworld Dreams|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mogg Raider|ATH" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Ascendant Evincar|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Soltari Foot Soldier|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Contagion|DM" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Diabolic Edict|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Diabolic Edict|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Diabolic Edict|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Thieving Magpie|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Giant Trap Door Spider|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Plated Spider|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Woolly Spider|DM" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Talara's Battalion|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Evacuation|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Knight of Stromgald|ATH" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Broken Fall|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Boomerang|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Wall of Heat|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Ihsan's Shade|ATH" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Gorilla Shaman|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "River Boa|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Boomerang|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Boomerang|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Terror|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "River Boa|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Skyshroud Elite|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Drove of Elves|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Diabolic Edict|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Goblin Vandal|ATH" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Argothian Elder|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Gorilla Shaman|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Boomerang|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Boomerang|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Blizzard Elemental|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Thieving Magpie|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Spike Weaver|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Land Tax|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Soltari Foot Soldier|BRB" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Mind Spring|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Blanchwood Armor|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Gaea's Herald|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Remote Isle|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Coat of Arms|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Diabolic Edict|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Gorilla Shaman|CSTD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Coat of Arms|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Coat of Arms|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Banefire|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Remote Isle|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Blizzard Elemental|BD" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Civic Wayfinder|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Imperious Perfect|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
An unknown card found when loading Forge decks: "Terror|DPA" Forge does not know of such a card's existence. Have you mistyped the card name?
Read decks (4341 ms): 8787 constructed, 1 sealed, 0 draft, 3 cubes, 1 scheme, 1 planar, 0 commander.
logout
[Process completed]
-
Chris H. - Forge Moderator
- Posts: 6320
- Joined: 04 Nov 2008, 12:11
- Location: Mac OS X Yosemite
- Has thanked: 644 times
- Been thanked: 643 times
Re: Forge Beta: 02-07-2014 ver 1.5.12
by gos » 08 Feb 2014, 20:15
I couldn't target my opponent with Fated Conflagration.
Him: 2 Plains, 4 Mountains, Faith's Fetters.
Me: 4 Mountains, 1 Sacred Foundry, 1 Temple of Triumph, Young Pyromancer, Oracle of Bones, 2 Elemental tokens.
Him: 2 Plains, 4 Mountains, Faith's Fetters.
Me: 4 Mountains, 1 Sacred Foundry, 1 Temple of Triumph, Young Pyromancer, Oracle of Bones, 2 Elemental tokens.
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Beta: 02-07-2014 ver 1.5.12
by drdev » 08 Feb 2014, 20:19
Why does this option even exist? I can't think of any cards that add a mana cost to blocking, and even if they did, why would it beBundy wrote:This option was checked. I turned it off and blocking works again without the prompt to payMax mtg wrote:Try checking the option at Preferences -> Gameplay -> Free Block Handling (but it's just a guess of mine).
Seems checking this option turns it on instead of off.


Am I missing something?
- drdev
- Programmer
- Posts: 1958
- Joined: 27 Jul 2013, 02:07
- Has thanked: 189 times
- Been thanked: 565 times
Re: Forge Beta: 02-07-2014 ver 1.5.12
by gos » 08 Feb 2014, 20:23
I attacked with 2 Kragma Warcaller (one token), Felhide Spiritbinder, Deathbellow Raider. The Warcallers and Spiritbinders each got +4/+0 (correct), but the Raider got +8/+0. I may have chosen it as an attacker in addition to it being activated as an attacker by its ability, or may have pressed the Alpha Strike button.
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Beta: 02-07-2014 ver 1.5.12
by gos » 08 Feb 2014, 20:26
Attacked with Kragma Warcaller, Rageblood Shaman, Deathbellow Raider. The Warcaller and Shaman received +2/+0, but the Raider got +4/+0.gos wrote:I attacked with 2 Kragma Warcaller (one token), Felhide Spiritbinder, Deathbellow Raider. The Warcallers and Spiritbinders each got +4/+0 (correct), but the Raider got +8/+0. I may have chosen it as an attacker in addition to it being activated as an attacker by its ability, or may have pressed the Alpha Strike button.
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Beta: 02-07-2014 ver 1.5.12
by friarsol » 08 Feb 2014, 20:41
Activating War Cadence (http://magiccards.info/c13/en/128.html) for 0 vs Lure effects. You are never forced to pay costs (even if they are 0). It's definitely a corner case, but a legitimate play. I'm not sure why people are being prompted for a 0 cost without any cost payments in play though. Maybe the code is assuming a Null cost is the same as a 0 cost? Which isn't true.drdev wrote:Why does this option even exist? I can't think of any cards that add a mana cost to blocking, and even if they did, why would it beBundy wrote:This option was checked. I turned it off and blocking works again without the prompt to payMax mtg wrote:Try checking the option at Preferences -> Gameplay -> Free Block Handling (but it's just a guess of mine).
Seems checking this option turns it on instead of off.? And even if it was
due to some cost reduction effect, I can't see why we should prompt in that case, so the setting seems completely pointless.
Am I missing something?
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Who is online
Users browsing this forum: Baidu [Spider] and 39 guests