It is currently 26 Aug 2025, 14:14
   
Text Size

Forge Beta: 03-30-2012 ver 1.2.6 rev 14987

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

Re: Forge Beta: 03-30-2012 ver 1.2.6 rev 14987

Postby 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

Postby 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.
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

Postby 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

Postby friarsol » 17 Apr 2012, 12:40

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.
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.
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

Postby 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

Postby 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

Postby 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

Postby friarsol » 18 Apr 2012, 14:05

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?
No. It's only dealing one set of damage, even though there are different recipients.
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

Postby 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

Postby Sloth » 19 Apr 2012, 19:24

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.
This card will no longer appear in AI decks. Thanks Bundy.

gos wrote:. Exoskeletal Armor only seems to be counting the creatures in my graveyard.
gos wrote:I get this error when the AI casts Kyren Toy (immediately after it's resolved):
These have been fixed already.

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.
Fixed! Thanks gos.
User avatar
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

Postby 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
ZzzzSleep
 
Posts: 182
Joined: 29 Oct 2010, 02:19
Has thanked: 18 times
Been thanked: 18 times

Re: Forge Beta: 03-30-2012 ver 1.2.6 rev 14987

Postby 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.
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 Beta: 03-30-2012 ver 1.2.6 rev 14987

Postby 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?
juzamjedi
Tester
 
Posts: 575
Joined: 13 Nov 2008, 08:35
Has thanked: 6 times
Been thanked: 8 times

Re: Forge Beta: 03-30-2012 ver 1.2.6 rev 14987

Postby 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.
Attachments
metamorph.jpg
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

Postby friarsol » 20 Apr 2012, 12:30

juzamjedi wrote:Can we have the Pact's listed as the appropriate color? Also the suspend-only spells like Ancestral Vision?
It used to show the color. I wonder when that's changed?
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 41 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 41 users online :: 0 registered, 0 hidden and 41 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 41 guests

Login Form