Current Known Bugs list
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Current Known Bugs list
by friarsol » 04 Nov 2010, 19:29
Planeswalker costs don't trigger Doubling Season, because it's a cost not an effect.
And for anyone not getting bonuses for mill alternate win do you have a /res/quest/quest.preferences file? If you do, open it in textpad and look for this line:
matchRewardAltWinBonus=100
And for anyone not getting bonuses for mill alternate win do you have a /res/quest/quest.preferences file? If you do, open it in textpad and look for this line:
matchRewardAltWinBonus=100
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Current Known Bugs list
by DennisBergkamp » 04 Nov 2010, 23:39
Which brings up an interesting point... should we lower the cash bonus for poison counters? It's ridiculously easy now with Infect (and Proliferate) cards. Maybe 40 - 50 instead of 100.
-
DennisBergkamp - AI Programmer
- Posts: 2602
- Joined: 09 Sep 2008, 15:46
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by friarsol » 04 Nov 2010, 23:41
I'm not sure how ridiculously easy it is. In 50 games in my quest I think I've seen two infect creatures and I don't think I've seen any proliferate. Milling however definitely is too easy to do. If you get one Jace 2.0, you can build a deck that just stalls long enough to get it out and fuel it up.
Probably both should be reduced significantly. Maybe Mill at 35 and Poison at 50.
Probably both should be reduced significantly. Maybe Mill at 35 and Poison at 50.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Current Known Bugs list
by indicatie » 05 Nov 2010, 05:29
Ah, forgot about that. I tried it again when a planeswalker enters the BF and it works OK.friarsol wrote:Planeswalker costs don't trigger Doubling Season, because it's a cost not an effect.
Here's my quest.preferences file:friarsol wrote:And for anyone not getting bonuses for mill alternate win do you have a /res/quest/quest.preferences file? If you do, open it in textpad and look for this line:
matchRewardAltWinBonus=100
- Code: Select all
difficultyString=Easy,Normal,Hard,Very Hard
# Num of Wins for each Difficulty to gain a Booster, Rank, Duel vs Tougher AI Decks
winsForBooster=1,1,2,2
winsForRankIncrease=3,4,5,6
winsForMediumAI=10,9,8,7
winsForHardAI=20,18,16,14
# When starting a quest this is how much of each type you'll start with. Plus your starting Credits.
startingBasicLand=20
startingSnowBasicLand=20
startingCommons=45,40,40,40
startingUncommons=20,15,15,15
startingRares=10,10,10,10
startingCredits=250
# When winning a booster pack, this is what you'll expect to see in a pack.
boosterPackCommon=7
boosterPackUncommon=3
boosterPackRare=1
# Match rewards that are used by the quest system
matchRewardBase=10
matchRewardTotalWins=0.3
matchRewardNoLosses=10
matchRewardAltWinBonus=100
matchRewardWinOnFirstTurn=1500
matchRewardWinByTurnFive=250
matchRewardWinByTurnTen=50
matchRewardWinByTurnFifteen=5
matchRewardMullToZero=500
Don't mistake lack of talent for genius.
Re: Current Known Bugs list
by Corwin72 » 05 Nov 2010, 13:51
build 3290
Issue:
When I click on the Card Shop between games I get error:
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:
viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
mtgerror@yahoo.com
res\cardsfolder (Access is denied)
then when I click ok:
FileUtil : readFile() error, java.io.FileNotFoundException: res\cardsfolder (Access is denied)
I have verified that the folder is there and that I can open the files in that folder. I have closed and reopened Forge and the issue persists.
I have not rebooted.
Issue:
When I click on the Card Shop between games I get error:
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:
viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
mtgerror@yahoo.com
res\cardsfolder (Access is denied)
then when I click ok:
FileUtil : readFile() error, java.io.FileNotFoundException: res\cardsfolder (Access is denied)
I have verified that the folder is there and that I can open the files in that folder. I have closed and reopened Forge and the issue persists.
I have not rebooted.
-
Corwin72 - Posts: 793
- Joined: 15 Sep 2009, 13:26
- Location: Grayson, Ga
- Has thanked: 25 times
- Been thanked: 9 times
Re: Current Known Bugs list
by slapshot5 » 05 Nov 2010, 14:19
This is now fixed in SVN.Corwin72 wrote:build 3290
Issue:
When I click on the Card Shop between games I get error:
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:
viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
mtgerror@yahoo.com
res\cardsfolder (Access is denied)
then when I click ok:
FileUtil : readFile() error, java.io.FileNotFoundException: res\cardsfolder (Access is denied)
I have verified that the folder is there and that I can open the files in that folder. I have closed and reopened Forge and the issue persists.
I have not rebooted.
- slapshot5
- Programmer
- Posts: 1391
- Joined: 03 Jan 2010, 17:47
- Location: Mac OS X
- Has thanked: 25 times
- Been thanked: 68 times
Re: Current Known Bugs list
by timmermac » 05 Nov 2010, 14:33
Try changing the last line to matchRewardMillToZero=amount of your choice and see if that does the trick.indicatie wrote:Ah, forgot about that. I tried it again when a planeswalker enters the BF and it works OK.friarsol wrote:Planeswalker costs don't trigger Doubling Season, because it's a cost not an effect.Here's my quest.preferences file:friarsol wrote:And for anyone not getting bonuses for mill alternate win do you have a /res/quest/quest.preferences file? If you do, open it in textpad and look for this line:
matchRewardAltWinBonus=100The AltWinBonus=100 is in there, but no milling bonus is applied.
- Code: Select all
difficultyString=Easy,Normal,Hard,Very Hard
# Num of Wins for each Difficulty to gain a Booster, Rank, Duel vs Tougher AI Decks
winsForBooster=1,1,2,2
winsForRankIncrease=3,4,5,6
winsForMediumAI=10,9,8,7
winsForHardAI=20,18,16,14
# When starting a quest this is how much of each type you'll start with. Plus your starting Credits.
startingBasicLand=20
startingSnowBasicLand=20
startingCommons=45,40,40,40
startingUncommons=20,15,15,15
startingRares=10,10,10,10
startingCredits=250
# When winning a booster pack, this is what you'll expect to see in a pack.
boosterPackCommon=7
boosterPackUncommon=3
boosterPackRare=1
# Match rewards that are used by the quest system
matchRewardBase=10
matchRewardTotalWins=0.3
matchRewardNoLosses=10
matchRewardAltWinBonus=100
matchRewardWinOnFirstTurn=1500
matchRewardWinByTurnFive=250
matchRewardWinByTurnTen=50
matchRewardWinByTurnFifteen=5
matchRewardMullToZero=500
"I just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
Re: Current Known Bugs list
by friarsol » 05 Nov 2010, 14:52
No. If you do that then Mulliganing down to 0 may not give you any rewards either. I'll take a look at this sometime soon.timmermac wrote:Try changing the last line to matchRewardMillToZero=amount of your choice and see if that does the trick.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Current Known Bugs list
by SoulStorm » 05 Nov 2010, 15:23
:Mindwrack Liege is unable to bring Sphinx of the Steel Wind into play using its ability. I'm assuming it's the Sphinx's protection from red, but since the Sphinx isn't in play the protection should not apply, correct?
Re: Current Known Bugs list
by SoulStorm » 05 Nov 2010, 15:32
The +1/+1 bonus from the Knight of New Alara is not being applied to Dragon Broodmother tokens which are red and green.
Re: Current Known Bugs list
by friarsol » 05 Nov 2010, 15:32
Yep, that's right. This actually already happens to be fixed in the SVN, since I changed the canTarget code as part of my fixes for Animate Dead (since I was having the same issues targeting creatures with Shroud that were in the graveyard.)SoulStorm wrote::Mindwrack Liege is unable to bring Sphinx of the Steel Wind into play using its ability. I'm assuming it's the Sphinx's protection from red, but since the Sphinx isn't in play the protection should not apply, correct?
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Current Known Bugs list
by SoulStorm » 05 Nov 2010, 15:48
Now that's what I call service.friarsol wrote:Yep, that's right. This actually already happens to be fixed in the SVN, since I changed the canTarget code as part of my fixes for Animate Dead (since I was having the same issues targeting creatures with Shroud that were in the graveyard.)SoulStorm wrote::Mindwrack Liege is unable to bring Sphinx of the Steel Wind into play using its ability. I'm assuming it's the Sphinx's protection from red, but since the Sphinx isn't in play the protection should not apply, correct?

As always, thanks for all the hard work!
Re: Current Known Bugs list
by Caranthol » 05 Nov 2010, 15:53
I got this error with the last version, but the computer have creatures in play.ajcgr wrote:hi, the bug is with Shared Triumph:
When the IA cast this spell (Shared Triumph), and it doesn't control a creature on the battlefield, i receive the followin error:
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:
viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
mtgerror@yahoo.com
String index out of range: 1
Version:
Forge -- official beta: $Date: 2010-09-14 08:34:27 -0400 (Tue, 14 Sep 2010) $, SVN revision: $Revision: 2039 $
OS: Windows 7 Version: 6.1 Architecture: amd64
Java Version: 1.6.0_14 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.StringIndexOutOfBoundsException: String index out of range: 1
at java.lang.String.substring(Unknown Source)
at forge.Card.toMixedCase(Card.java:2265)
at forge.Card.isType(Card.java:2273)
at forge.CardList$2.addCard(CardList.java:169)
at forge.CardList.filter(CardList.java:284)
at forge.CardList.getType(CardList.java:167)
at forge.GameActionUtil$242.execute(GameActionUtil.java:20621)
at forge.GameAction.checkStateEffects(GameAction.java:650)
at forge.Input_StackNotEmpty.selectButtonOK(Input_StackNotEmpty.java:83)
at forge.GuiInput.selectButtonOK(GuiInput.java:36)
at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:985)
at forge.GuiDisplay4.access$3(GuiDisplay4.java:984)
at forge.GuiDisplay4$25.actionPerformed(GuiDisplay4.java:771)
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$Actions.actionPerformed(Unknown Source)
at javax.swing.SwingUtilities.notifyAction(Unknown Source)
at javax.swing.JComponent.processKeyBinding(Unknown Source)
at javax.swing.JComponent.processKeyBindings(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.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)
Caranthol of Fornost, Dúnadan Knight, North Raider
-
Caranthol - Posts: 71
- Joined: 01 Dec 2009, 22:09
- Has thanked: 0 time
- Been thanked: 0 time
Who is online
Users browsing this forum: No registered users and 36 guests