Forge Beta: 01-04-2013 ver 1.3.4
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Forge Beta: 01-04-2013 ver 1.3.4
by Sloth » 06 Jan 2013, 14:26
I was able to exile a Goblin Hero just fine.cc-drake wrote:The ability of Lightwielder Paladin fizzles.
Fixed! Thanks Corwin.Corwin72 wrote:. Phantasmal Terrain when cast by the AI causes the game to freeze.
Fixed! Thanks cc-drake.cc-drake wrote:AI targets my Retromancer and my Benthicore with Ashes to Ashes. When I tap some Merfolk to get Benthicore shroud, Benthicore is still removed from the game.
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Forge Beta: 01-04-2013 ver 1.3.4
by N25 » 06 Jan 2013, 15:50
Kudos to everyone on making Forge happen! 
Hmmm... so this "doubling issue" will stick with this release until the next one, correct?

Hmmm... so this "doubling issue" will stick with this release until the next one, correct?
Re: Forge Beta: 01-04-2013 ver 1.3.4
by moomarc » 06 Jan 2013, 19:31
Correct... Unless you grab a daily build from tomorrow onwards (looks like ArsenalNut fixed the problem already).N25 wrote:Kudos to everyone on making Forge happen!
Hmmm... so this "doubling issue" will stick with this release until the next one, correct?
-Marc
-
moomarc - Pixel Commander
- Posts: 2091
- Joined: 04 Jun 2010, 15:22
- Location: Johannesburg, South Africa
- Has thanked: 371 times
- Been thanked: 372 times
Re: Forge Beta: 01-04-2013 ver 1.3.4
by sagephoenix » 07 Jan 2013, 03:58
I had Phyrexian Metamorph imprinted to a Prototype Portal. But it won't make any tokens.
- sagephoenix
- Posts: 177
- Joined: 29 Aug 2011, 14:07
- Has thanked: 57 times
- Been thanked: 3 times
Re: Forge Beta: 01-04-2013 ver 1.3.4
by Night Shadow » 07 Jan 2013, 10:34
- Ratchet Bomb 's second ability is destroying nonland permanents with a CMC less or equal its number of charge counters, where it should only destroy those nonland permanents whose converted mana cost is exactly equal to the number of charge counters on it.
Last edited by Chris H. on 07 Jan 2013, 19:41, edited 1 time in total.
Reason: mouse-over
Reason: mouse-over
-
Night Shadow - Posts: 31
- Joined: 03 Mar 2011, 05:25
- Has thanked: 4 times
- Been thanked: 3 times
Re: Forge Beta: 01-04-2013 ver 1.3.4
by cc-drake » 07 Jan 2013, 19:08
AI casts Necromancy:
- 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.
null
Version:
Forge version 1.3.4-r18926
OS: Windows XP Version: 5.1 Architecture: x86
Java Version: 1.7.0_09 Vendor: Oracle Corporation
Detailed error trace:
java.lang.NullPointerException
at forge.GameAction.checkStateEffects(GameAction.java:1095)
at forge.game.zone.MagicStack.finishResolving(MagicStack.java:1024)
at forge.card.abilityfactory.AbilityFactory.resolveSubAbilities(AbilityFactory.java:1759)
at forge.card.abilityfactory.AbilityFactory.resolve(AbilityFactory.java:1735)
at forge.game.zone.MagicStack.resolveStack(MagicStack.java:880)
at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:778)
at forge.control.input.InputPassPriority.selectButtonOK(InputPassPriority.java:74)
at forge.gui.GuiInput.selectButtonOK(GuiInput.java:80)
at forge.gui.match.controllers.CMessage$2.actionPerformed(CMessage.java:51)
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:91)
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)
Re: Forge Beta: 01-04-2013 ver 1.3.4
by Chris H. » 07 Jan 2013, 19:34
friarsol wrote:A token is just a representation of a card. It's not actually something that can be part of your deck, whereas Schemes, Avatars and Planes are something attached in some form to the deck you are playing. What we're really calling a "card" is something that appears in the cardscripts folder. Not a Game Card Object.
I do not think that we can yet assign a Scheme or Avatar via the deck editor at this time. And the deck editor does not display these cards as far as I can tell. Not sure if this feature will be added at a latter time.
It would make it easier to count the Scheme and Avatar pics in the total card count though.
-
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: 01-04-2013 ver 1.3.4
by Chris H. » 07 Jan 2013, 19:38
RumbleBBU wrote:The readme is out of date for quest worlds.
Stage 2 was committed early this week, it does enforce world formats now (if present), and you can select your starting world.
I will try to write some documentation on this early next week, hopefully that will make things clearer...
Sorry about that ... I admit that I sometimes overlook the new features that are being added.

Anyone with commit privs is free to add in some data to the top of the changes.txt file that describes their new features.

-
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: 01-04-2013 ver 1.3.4
by moomarc » 08 Jan 2013, 08:28
Just tested and Ratchet Bomb is working perfectly for me. And the script hasn't changed for ages so no idea where the issue came from. Which additional cards were destroyed? Maybe there was a state-based effect that caused it, or perhaps one of the destroyed permanents had a leaves play trigger that in turn destroyed permanents with a smaller cmc.Night Shadow wrote:- Ratchet Bomb 's second ability is destroying nonland permanents with a CMC less or equal its number of charge counters, where it should only destroy those nonland permanents whose converted mana cost is exactly equal to the number of charge counters on it.
-Marc
-
moomarc - Pixel Commander
- Posts: 2091
- Joined: 04 Jun 2010, 15:22
- Location: Johannesburg, South Africa
- Has thanked: 371 times
- Been thanked: 372 times
Re: Forge Beta: 01-04-2013 ver 1.3.4
by Doomlord » 08 Jan 2013, 10:38
When I copy some tokens with Rhys the Redeemed, the copies do not have the abilities of the original tokens. For instance, I cannot sacrifice copied Eldrazi Spawn for mana.
Re: Forge Beta: 01-04-2013 ver 1.3.4
by muppet » 08 Jan 2013, 13:25
When the ai casts Deathrite Shaman on the first turn the game crashes.
The card seems to work perfectly at all other times and if the human plays it turn one it is fine too.
crashed when ai played it off Bloodbraid Elf too
The card seems to work perfectly at all other times and if the human plays it turn one it is fine too.
crashed when ai played it off Bloodbraid Elf too
Last edited by muppet on 09 Jan 2013, 15:42, edited 1 time in total.
Re: Forge Beta: 01-04-2013 ver 1.3.4
by ArsenalNut » 08 Jan 2013, 15:45
This is a problem with clones and copies of tokens with abilities in general not just Rhys the Redeemed. I think I've have found the problem. I am working on fixing the issue.Doomlord wrote:When I copy some tokens with Rhys the Redeemed, the copies do not have the abilities of the original tokens. For instance, I cannot sacrifice copied Eldrazi Spawn for mana.
Edit: I think I have fixed the problem in r18995. I tested clones and copies of Eldrazi Spawn tokens and they both had the same abilities as the original tokens.
So many cards, so little time
-
ArsenalNut - Posts: 512
- Joined: 08 Jul 2011, 03:49
- Has thanked: 27 times
- Been thanked: 121 times
Re: Forge Beta: 01-04-2013 ver 1.3.4
by randallross420 » 08 Jan 2013, 17:36
very nice update. big ups on Knight of the Holy Nimbus
- randallross420
- Posts: 49
- Joined: 24 Jun 2011, 00:46
- Location: new orleans, LA
- Has thanked: 23 times
- Been thanked: 1 time
Re: Forge Beta: 01-04-2013 ver 1.3.4
by SIXTY » 08 Jan 2013, 17:57
Thank you for the great work!
What happened to the AI in the Draft mode? Absolutely impossible to play, Ai misses all the key cards and rare, and mythic cards does not pick at all.
What happened to the AI in the Draft mode? Absolutely impossible to play, Ai misses all the key cards and rare, and mythic cards does not pick at all.
Sorry for my bad English 

-
SIXTY - Posts: 33
- Joined: 20 Dec 2010, 19:43
- Location: Krasnodar
- Has thanked: 9 times
- Been thanked: 0 time
Re: Forge Beta: 01-04-2013 ver 1.3.4
by saturnine » 08 Jan 2013, 19:02
Had two Ghostly Prison out and the AI was able to attack despite not paying the costs--there was no way the AI could have paid the costs or bypassed them somehow as it had 2, 3 lands at the time.
Who is online
Users browsing this forum: No registered users and 31 guests