It is currently 13 May 2025, 20:40
   
Text Size

Forge 03/18/2011 (unofficial BETA) version

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

Re: Forge 03/18/2011 (unofficial BETA) version

Postby Chris H. » 24 Mar 2011, 02:17

Night Shadow wrote:Floodbringer is 1/1 should be 1/2.
`
Fixed, thank you Night Shadow.
User avatar
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 03/18/2011 (unofficial BETA) version

Postby Caranthol » 24 Mar 2011, 08:30

Chris H. wrote:
Caranthol wrote:When I tried to open one of my constructed decks with the editor, I got this error:

Thoughts?
`
Could you attach the deck as a .zip file to a message? This would allow people to look at the deck and someone may be able to figure out the problem.
OK, I'll do it this evening.

Thank you.
Caranthol of Fornost, Dúnadan Knight, North Raider
User avatar
Caranthol
 
Posts: 71
Joined: 01 Dec 2009, 22:09
Has thanked: 0 time
Been thanked: 0 time

Re: Forge 03/18/2011 (unofficial BETA) version

Postby Caranthol » 24 Mar 2011, 17:01

This is the file.

CarantholsGreen.deck.rar
(11.39 KiB) Downloaded 274 times
Caranthol of Fornost, Dúnadan Knight, North Raider
User avatar
Caranthol
 
Posts: 71
Joined: 01 Dec 2009, 22:09
Has thanked: 0 time
Been thanked: 0 time

Re: Forge 03/18/2011 (unofficial BETA) version

Postby Chris H. » 24 Mar 2011, 17:24

Caranthol wrote:This is the file.

The attachment CarantholsGreen.deck.rar is no longer available
`
I made a few edits and retest the deck and I think it will now work for you.
Attachments
CarantholsGreen.deck.dck.zip
(10.54 KiB) Downloaded 255 times
User avatar
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 03/18/2011 (unofficial BETA) version

Postby Caranthol » 24 Mar 2011, 19:50

Thank you Chris.

It's OK now.
Caranthol of Fornost, Dúnadan Knight, North Raider
User avatar
Caranthol
 
Posts: 71
Joined: 01 Dec 2009, 22:09
Has thanked: 0 time
Been thanked: 0 time

Re: Forge 03/18/2011 (unofficial BETA) version

Postby Shamzi » 25 Mar 2011, 19:58

i've expect a bug.
If you exile creatures with Astral Slide and win the game,in next game the exiled creatures comes into play at the end of the 1st opponent's turn.
Shamzi
 
Posts: 4
Joined: 25 Mar 2011, 19:55
Has thanked: 0 time
Been thanked: 0 time

Re: Forge 03/18/2011 (unofficial BETA) version

Postby Magic Pancake » 28 Mar 2011, 14:55

I'm getting a weird error whenever I try to cast Circular Logic with its madness cost. It works fine if you hard cast it, but it bugs out otherwise.
Code: Select all
An error has occured. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
   http://www.slightlymagic.net/forum/viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
   mtgerror@yahoo.com


null


Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $

OS: Windows XP Version: 5.2 Architecture: x86

Java Version: 1.6.0_24 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
   at forge.card.abilityFactory.AbilityFactory_CounterMagic.counterStackDescription(AbilityFactory_CounterMagic.java:244)
   at forge.card.abilityFactory.AbilityFactory_CounterMagic.access$1(AbilityFactory_CounterMagic.java:234)
   at forge.card.abilityFactory.AbilityFactory_CounterMagic$2.getStackDescription(AbilityFactory_CounterMagic.java:121)
   at forge.card.spellability.SpellAbility_Requirements.addAbilityToStack(SpellAbility_Requirements.java:114)
   at forge.card.spellability.SpellAbility_Requirements.finishPaying(SpellAbility_Requirements.java:94)
   at forge.card.spellability.SpellAbility_Requirements.needPayment(SpellAbility_Requirements.java:77)
   at forge.card.spellability.SpellAbility_Requirements.fillRequirements(SpellAbility_Requirements.java:53)
   at forge.card.spellability.SpellAbility_Requirements.fillRequirements(SpellAbility_Requirements.java:28)
   at forge.GameAction.playSpellAbilityForFree(GameAction.java:2756)
   at forge.GameAction.playCardNoCost(GameAction.java:2745)
   at forge.GameAction$3.resolve(GameAction.java:372)
   at forge.MagicStack.resolveStack(MagicStack.java:682)
   at forge.Phase.passPriority(Phase.java:524)
   at forge.ComputerAI_General.stackResponse(ComputerAI_General.java:289)
   at forge.ComputerAI_General.stack_not_empty(ComputerAI_General.java:244)
   at forge.ComputerAI_Input.think(ComputerAI_Input.java:45)
   at forge.ComputerAI_Input.showMessage(ComputerAI_Input.java:33)
   at forge.GuiInput.setInput(GuiInput.java:29)
   at forge.GuiInput.update(GuiInput.java:23)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:9)
   at forge.gui.input.InputControl.resetInput(InputControl.java:58)
   at forge.Phase.passPriority(Phase.java:515)
   at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:42)
   at forge.GuiInput.selectButtonOK(GuiInput.java:37)
   at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:954)
   at forge.GuiDisplay4.access$3(GuiDisplay4.java:953)
   at forge.GuiDisplay4$25.actionPerformed(GuiDisplay4.java:741)
   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.plaf.basic.BasicButtonListener.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$000(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$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)
Magic Pancake
 
Posts: 13
Joined: 03 Dec 2010, 13:48
Has thanked: 0 time
Been thanked: 0 time

Re: Forge 03/18/2011 (unofficial BETA) version

Postby mtgrares » 28 Mar 2011, 19:03

Great nickaname, Magic Pancake.
mtgrares
DEVELOPER
 
Posts: 1352
Joined: 08 Sep 2008, 22:10
Has thanked: 3 times
Been thanked: 12 times

Re: Forge 03/18/2011 (unofficial BETA) version

Postby Magic Pancake » 29 Mar 2011, 12:22

Thanks!
Also, I noticed that with Forbid that if you buy it back, it won't counter the spell if you later cast it normally. It works again and again as long as you keep casting the buyback, but it doesn't work for the normal casting.
Edit: I've done some more testing, this only seems to happen if you've used the buyback for the card, it works fine if you normal cast it the first time.
Magic Pancake
 
Posts: 13
Joined: 03 Dec 2010, 13:48
Has thanked: 0 time
Been thanked: 0 time

Previous

Return to Forge

Who is online

Users browsing this forum: No registered users and 19 guests


Who is online

In total there are 19 users online :: 0 registered, 0 hidden and 19 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 19 guests

Login Form