It is currently 28 Apr 2024, 00:29
   
Text Size

Forge Beta: 05-03-2013 ver 1.3.14

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

Re: Forge Beta: 05-03-2013 ver 1.3.14

Postby kvothe » 04 May 2013, 20:55

Were the emblem's pictures moved out of the Tokens folder?
kvothe
 
Posts: 41
Joined: 26 Oct 2012, 13:45
Has thanked: 67 times
Been thanked: 2 times

Re: Forge Beta: 05-03-2013 ver 1.3.14

Postby ChaossssMark » 05 May 2013, 02:15

I have a question:

When I open the editor and load a deck, there is this folder named "Commander". Presently, there is nothing in there. Does it have a purpose? Did you guys implement EDH rules?
ChaossssMark
 
Posts: 25
Joined: 04 Feb 2013, 18:24
Has thanked: 2 times
Been thanked: 0 time

Re: Forge Beta: 05-03-2013 ver 1.3.14

Postby Hellfish » 05 May 2013, 07:37

We are taking baby steps toward Commander but there are some hurdles left before we get there. (If you're interested, we need to implement the replacement effect that moves the commander back to your command zone; the cost-changing depending on how many times you've cast your commander; generating colorless mana if you try to generate mana outside your commanders color identity and AI for all the above)
So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
User avatar
Hellfish
Programmer
 
Posts: 1297
Joined: 07 Jun 2009, 10:41
Location: South of the Pumphouse
Has thanked: 110 times
Been thanked: 169 times

Re: Forge Beta: 05-03-2013 ver 1.3.14

Postby Sloth » 05 May 2013, 09:05

gos wrote:. Lavinia of the Tenth has a small bug: Her ETB ability triggers and detains my opponent's nonland permanents, but the effect ends at the end of my turn.
gos wrote:AI cast Curtain of Light on a Grimclaw Bats owned by him, but controlled by me (with Callous Oppressor), during his EC phase. The Bats were obviously not attacking, but they had attacked the AI during my previous turn.
Both fixed! Thanks gos.

musicexam wrote:Minor issue: one of the intro decks has a mismatched name.

The deck is named 'Gruul Goliaths' in the quest store, but the description describes itself as (and uses the name) 'Boros Battalion'.
Fixed! Thanks musicexam.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Forge Beta: 05-03-2013 ver 1.3.14

Postby musicexam » 05 May 2013, 09:50

Got a weird one. Revealed 6 cards instead of 5 for my Sphinx of Uthuun trigger.

Edit: Got a question. How do I use cost-reduction effects to pay for X-cost spells? E.g. I have Grand Arbiter Augustin IV on the field, and I want to cast Sphinx's Revelation. By right, it should lower the cost by 2.
musicexam
 
Posts: 26
Joined: 13 Apr 2013, 21:52
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 05-03-2013 ver 1.3.14

Postby gos » 05 May 2013, 12:38

Description: AI tapped 5 Plains, 1 Temple Garden and 1 Skyshroud Ranger. Presumably to pay for Hour of Reckoning based on the bug report below.

RuntimeException | Open
Code: Select all
Forge Version:    1.3.15-SNAPSHOT-r21296
Operating System: Windows 7 6.1 amd64
Java Version:     1.7.0_07 Oracle Corporation

java.lang.RuntimeException: ComputerUtil : payManaCost() cost was not paid for Hour of Reckoning
   at forge.game.ai.ComputerUtilMana.payManaCost(ComputerUtilMana.java:257)
   at forge.game.ai.ComputerUtilMana.payManaCost(ComputerUtilMana.java:289)
   at forge.card.cost.CostPartMana.payAI(CostPartMana.java:161)
   at forge.card.cost.CostPayment.payComputerCosts(CostPayment.java:196)
   at forge.game.ai.ComputerUtil.handlePlayingSpellAbility(ComputerUtil.java:116)
   at forge.game.ai.AiController.playSpellAbilities(AiController.java:877)
   at forge.game.ai.AiController.onPriorityRecieved(AiController.java:825)
   at forge.game.ai.AiInputCommon$1.run(AiInputCommon.java:74)
   at forge.FThreads$1.run(FThreads.java:113)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.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: 05-03-2013 ver 1.3.14

Postby Ithroneduath » 05 May 2013, 14:59

I received an error with Legion's Initiative. It gives the bonus to both your creatures and your opponent's creatures.
Ithroneduath
 
Posts: 2
Joined: 05 May 2013, 14:29
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 05-03-2013 ver 1.3.14

Postby Pux » 05 May 2013, 16:00

gos wrote:Description: AI tapped 5 Plains, 1 Temple Garden and 1 Skyshroud Ranger. Presumably to pay for Hour of Reckoning based on the bug report below.

RuntimeException | Open
Code: Select all
Forge Version:    1.3.15-SNAPSHOT-r21296
Operating System: Windows 7 6.1 amd64
Java Version:     1.7.0_07 Oracle Corporation

java.lang.RuntimeException: ComputerUtil : payManaCost() cost was not paid for Hour of Reckoning
   at forge.game.ai.ComputerUtilMana.payManaCost(ComputerUtilMana.java:257)
   at forge.game.ai.ComputerUtilMana.payManaCost(ComputerUtilMana.java:289)
   at forge.card.cost.CostPartMana.payAI(CostPartMana.java:161)
   at forge.card.cost.CostPayment.payComputerCosts(CostPayment.java:196)
   at forge.game.ai.ComputerUtil.handlePlayingSpellAbility(ComputerUtil.java:116)
   at forge.game.ai.AiController.playSpellAbilities(AiController.java:877)
   at forge.game.ai.AiController.onPriorityRecieved(AiController.java:825)
   at forge.game.ai.AiInputCommon$1.run(AiInputCommon.java:74)
   at forge.FThreads$1.run(FThreads.java:113)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
I think the whole convoke mechanic is broken for the AI. I got two very similar crashes with other convoke cards the AI wanted to play.
Pux
 
Posts: 99
Joined: 12 Feb 2013, 13:48
Has thanked: 12 times
Been thanked: 6 times

Re: Forge Beta: 05-03-2013 ver 1.3.14

Postby Xitax » 05 May 2013, 21:00

I couldn't use the Doorkeeper ability on my opponent's turn.
Xitax
 
Posts: 918
Joined: 16 May 2010, 17:19
Has thanked: 183 times
Been thanked: 133 times

Re: Forge Beta: 05-03-2013 ver 1.3.14

Postby friarsol » 05 May 2013, 21:55

Xitax wrote:I couldn't use the Doorkeeper ability on my opponent's turn.
Works just fine for me. Anything else in play? Something that prevents it from activating?
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Beta: 05-03-2013 ver 1.3.14

Postby Niv-Mizzet » 05 May 2013, 22:44

Tapping Gruul Turf with Chromatic Lantern in play doesn't allow you to tap for RG when casting an artifact. It automatically pays with the one mana of any color option. Casting colored spells gives you the choice.
User avatar
Niv-Mizzet
 
Posts: 125
Joined: 17 Oct 2009, 21:20
Has thanked: 0 time
Been thanked: 5 times

Re: Forge Beta: 05-03-2013 ver 1.3.14

Postby gos » 05 May 2013, 22:57

The AI is not using Battle-Rattle Shaman 's ability.
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Forge Beta: 05-03-2013 ver 1.3.14

Postby Xitax » 06 May 2013, 07:11

friarsol wrote:
Xitax wrote:I couldn't use the Doorkeeper ability on my opponent's turn.
Works just fine for me. Anything else in play? Something that prevents it from activating?
I must have missed something on the battlefield, sorry. I couldn't reproduce it later and I didn't remember anything in play.
Xitax
 
Posts: 918
Joined: 16 May 2010, 17:19
Has thanked: 183 times
Been thanked: 133 times

Re: Forge Beta: 05-03-2013 ver 1.3.14

Postby cicerojack » 06 May 2013, 07:39

Bird pet "loot" ability hangs upon activation.
cicerojack
 
Posts: 4
Joined: 27 Apr 2013, 07:42
Has thanked: 0 time
Been thanked: 0 time

Previous

Return to Forge

Who is online

Users browsing this forum: No registered users and 183 guests


Who is online

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

Login Form