Forge Beta: 03-30-2012 ver 1.2.6 rev 14987
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Forge Beta: 03-30-2012 ver 1.2.6 rev 14987
by gos » 15 Apr 2012, 22:15
When I play Everflowing Chalice with a Knowledge Pool on the battlefield, without kicking it, I am not given the opportunity to play a card from the Pool.
- 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-30-2012 ver 1.2.6 rev 14987
by yagi » 17 Apr 2012, 09:01
Hi, i'm new here.
I've been playing forge for the past month and it's really good so far!
one bug when playing with Eye of Ugin, it seems that it reduces the cost of all colorless spells, not just eldrazis but including artifacts.
another one is Chalice of the Void charges not divided by two i.e casting it with two mana costs should produce one charge counter, not two.
I've been playing forge for the past month and it's really good so far!
one bug when playing with Eye of Ugin, it seems that it reduces the cost of all colorless spells, not just eldrazis but including artifacts.
another one is Chalice of the Void charges not divided by two i.e casting it with two mana costs should produce one charge counter, not two.
- yagi
- Posts: 53
- Joined: 17 Apr 2012, 08:56
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 03-30-2012 ver 1.2.6 rev 14987
by gos » 17 Apr 2012, 12:35
When the AI cast Wurmskin Forger, it only put one +1/+1 counter on the Forger, and no other counters on any other creatures.
- 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-30-2012 ver 1.2.6 rev 14987
by friarsol » 17 Apr 2012, 12:40
The Eye of Ugin (and other cost reduction) bug has been fixed after this version was released. Is it possible your Chalice of the Void was cast with the Eye out thus giving you the extra counter due to the incorrect cost reduction? I don't think this card has issues by itself.yagi wrote:Hi, i'm new here.
I've been playing forge for the past month and it's really good so far!
one bug when playing with Eye of Ugin, it seems that it reduces the cost of all colorless spells, not just eldrazis but including artifacts.
another one is Chalice of the Void charges not divided by two i.e casting it with two mana costs should produce one charge counter, not two.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Forge Beta: 03-30-2012 ver 1.2.6 rev 14987
by gos » 17 Apr 2012, 20:19
I get this error when the AI casts Kyren Toy (immediately after it's resolved):
- Code: Select all
This is a Crash Report. An error has occurred. Please save this message to a file.
Please follow the instructions at this address to submit this Crash Report, plus what you were doing at the time:
http://tinyurl.com/3zzrnyb
Reporting bugs in Forge is very important. We thank you for your time.
ManaCost : addMana() error, mana not needed - R
Version:
Forge version 1.2.6-r14990
OS: Windows 7 Version: 6.1 Architecture: amd64
Java Version: 1.6.0_24 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.RuntimeException: ManaCost : addMana() error, mana not needed - R
at forge.card.mana.ManaCost.addMana(ManaCost.java:382)
at forge.card.mana.ManaCost.payMana(ManaCost.java:295)
at forge.ComputerUtil.payManaCost(ComputerUtil.java:804)
at forge.ComputerUtil.payManaCost(ComputerUtil.java:547)
at forge.card.cost.CostMana.payAI(CostMana.java:194)
at forge.card.cost.CostPayment.payComputerCosts(CostPayment.java:309)
at forge.ComputerUtil.handlePlayingSpellAbility(ComputerUtil.java:146)
at forge.ComputerUtil.playSpellAbilities(ComputerUtil.java:81)
at forge.ComputerUtil.playSpellAbilities(ComputerUtil.java:105)
at forge.ComputerAIGeneral.playCards(ComputerAIGeneral.java:81)
at forge.ComputerAIGeneral.main(ComputerAIGeneral.java:63)
at forge.ComputerAIInput.think(ComputerAIInput.java:111)
at forge.ComputerAIInput.showMessage(ComputerAIInput.java:71)
at forge.GuiInput.setInput(GuiInput.java:68)
at forge.GuiInput.update(GuiInput.java:54)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(MyObservable.java:38)
at forge.control.input.InputControl.resetInput(InputControl.java:145)
at forge.control.input.InputPassPriority.selectButtonOK(InputPassPriority.java:76)
at forge.GuiInput.selectButtonOK(GuiInput.java:86)
at forge.control.match.ControlMessage.btnOKActionPerformed(ControlMessage.java:107)
at forge.control.match.ControlMessage.access$000(ControlMessage.java:32)
at forge.control.match.ControlMessage$1.actionPerformed(ControlMessage.java:52)
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:89)
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$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)
- 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-30-2012 ver 1.2.6 rev 14987
by gos » 17 Apr 2012, 22:35
The AI enchanted my Furnace Whelp with Earthbind. It didn't die. I'm not sure that it lost flying, either.
- 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-30-2012 ver 1.2.6 rev 14987
by gos » 18 Apr 2012, 12:42
When a trampling creature equipped with Umezawa's Jitte deals damage to 2 or more creatures/players at the same time, it receives 2 counters for each creature/player damaged. Is this correct?
- 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-30-2012 ver 1.2.6 rev 14987
by friarsol » 18 Apr 2012, 14:05
No. It's only dealing one set of damage, even though there are different recipients.gos wrote:When a trampling creature equipped with Umezawa's Jitte deals damage to 2 or more creatures/players at the same time, it receives 2 counters for each creature/player damaged. Is this correct?
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Forge Beta: 03-30-2012 ver 1.2.6 rev 14987
by gos » 18 Apr 2012, 22:18
The AI's Escaped Shapeshifter didn't gain flying even though I controlled a level 4 Kargan Dragonlord.
- 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-30-2012 ver 1.2.6 rev 14987
by Sloth » 19 Apr 2012, 19:24
This card will no longer appear in AI decks. Thanks Bundy.Bundy wrote:Computer has 2 Cephalid Illusionist in play and keeps using the ability of one on the other, milling his own library for 6 cards each turn.
gos wrote:. Exoskeletal Armor only seems to be counting the creatures in my graveyard.
These have been fixed already.gos wrote:I get this error when the AI casts Kyren Toy (immediately after it's resolved):
Fixed! Thanks gos.gos wrote:When I cast Insidious Dreams from my otherwise empty hand, I was asked to choose how many cards to discard with only 1 option: 0. I chose zero, but was then asked to choose a card to discard. I was stuck because I couldn't choose any card, and had no option to cancel.
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Forge Beta: 03-30-2012 ver 1.2.6 rev 14987
by ZzzzSleep » 19 Apr 2012, 22:17
While scripting Apprentice Alchemist, I noticed that the draw a card ability for Sarcomite Myr is missing its mana cost.
Last edited by Chris H. on 19 Apr 2012, 22:19, edited 1 time in total.
Reason: Mouse-over
Reason: Mouse-over
Re: Forge Beta: 03-30-2012 ver 1.2.6 rev 14987
by Chris H. » 19 Apr 2012, 22:22
ZzzzSleep wrote:While scripting Apprentice Alchemist, I noticed that the draw a card ability for Sarcomite Myr is missing its mana cost.
Fixed, thank you ZzzzSleep.
-
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: 03-30-2012 ver 1.2.6 rev 14987
by juzamjedi » 20 Apr 2012, 03:32
Can we have the Pact's listed as the appropriate color? Also the suspend-only spells like Ancestral Vision?
Re: Forge Beta: 03-30-2012 ver 1.2.6 rev 14987
by yagi » 20 Apr 2012, 11:05
When I use my Phyrexian Metamorph to copy an artifact (Equipment), I can't equip it to my creatures. I think it's missing the equip ability during the copy process.
- yagi
- Posts: 53
- Joined: 17 Apr 2012, 08:56
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 03-30-2012 ver 1.2.6 rev 14987
by friarsol » 20 Apr 2012, 12:30
It used to show the color. I wonder when that's changed?juzamjedi wrote:Can we have the Pact's listed as the appropriate color? Also the suspend-only spells like Ancestral Vision?
- 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: No registered users and 38 guests