It is currently 28 Apr 2024, 19:36
   
Text Size

Forge Beta: 10-02-2015 ver 1.5.46

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

Re: Forge Beta: 10-02-2015 ver 1.5.46

Postby schnautzr » 01 Nov 2015, 19:03

Played [Act of Treason] on a squirrel created by opponent's [Chatter of the Squirrel].
Squirrel did not gain haste or lose its summoning sickness but was still able to attack.
User avatar
schnautzr
 
Posts: 106
Joined: 23 Aug 2012, 01:13
Location: UTC -6/-5
Has thanked: 27 times
Been thanked: 7 times

Re: Forge Beta: 10-02-2015 ver 1.5.46

Postby friarsol » 01 Nov 2015, 19:33

schnautzr wrote:Played [Act of Treason] on a squirrel created by opponent's [Chatter of the Squirrel].
Squirrel did not gain haste or lose its summoning sickness but was still able to attack.
Probably just a UI issue. It did gain haste (since it could attack), the icon just didn't get removed on the UI.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Beta: 10-02-2015 ver 1.5.46

Postby SIXTY » 02 Nov 2015, 12:09

Hi guys! Admire your work, thank you! What I would like to say about "forge.profile.properties" file: in the examples you specified "/", however in Windows 10 when you copy from the folder its row address in the address text use " \ " that is important, because it eliminates the ability to use your own folders under Forge. Will give this a couple of lines in the next version of the file "forge.profile.properties" or repair, if possible, to \ or / does not affect the program :)
Sorry for my bad English :)
User avatar
SIXTY
 
Posts: 33
Joined: 20 Dec 2010, 19:43
Location: Krasnodar
Has thanked: 9 times
Been thanked: 0 time

Re: Forge Beta: 10-02-2015 ver 1.5.46

Postby Xyx » 03 Nov 2015, 15:16

Bug: I'm getting double triggers off Endless Whispers. Nothing serious, though. The game continues to function.
User avatar
Xyx
Tester
 
Posts: 524
Joined: 23 Feb 2014, 23:01
Has thanked: 38 times
Been thanked: 32 times

Re: Forge Beta: 10-02-2015 ver 1.5.46

Postby Doyle524 » 03 Nov 2015, 19:22

Xyx wrote:Moar bug: Use Havengul Lich on Grizzly Bears in graveyard. Cast Grizzly Bears from graveyard. Sac Grizzly Bears to something. I can now recast Grizzly Bears from graveyard without re-using Havengul Lich. The Grizzly Bears card remembered the Havengul Lich effect despite changing zones several times.

friarsol wrote:
Xyx wrote:Another Venser, Shaper Savant bug: AI taps out for Bloodbraid Elf and cascades into Liliana of the Veil. I Mana Drain Liliana of the Veil but it somehow ends up on the battlefield.
How is this related to Venser?
Oops. I meant Venser, Shaper Savant instead of Mana Drain.
This is correct behavior. To return a permanent to an opponent's hand, you must first allow that permanent to resolve and land on the battlefield. A spell on the stack is not a valid target for Venser, Shaper Savant, as he does not counter a spell. Besides, you will not be able to remove Liliana of the Veil before her sorcery speed +1 or -2 go on the stack, since you do not have priority between LotV resolving and your opponent announcing the loyalty ability, so Venser will not prevent you from discarding or sacrificing.
Doyle524
 
Posts: 16
Joined: 19 Oct 2015, 00:37
Has thanked: 0 time
Been thanked: 2 times

Re: Forge Beta: 10-02-2015 ver 1.5.46

Postby friarsol » 03 Nov 2015, 22:50

Doyle524 wrote:This is correct behavior. To return a permanent to an opponent's hand, you must first allow that permanent to resolve and land on the battlefield. A spell on the stack is not a valid target for Venser, Shaper Savant, as he does not counter a spell. Besides, you will not be able to remove Liliana of the Veil before her sorcery speed +1 or -2 go on the stack, since you do not have priority between LotV resolving and your opponent announcing the loyalty ability, so Venser will not prevent you from discarding or sacrificing.
No, you seem to be misunderstanding the card. It can target a permanent (on the battlefield) OR a spell on the stack. There was an issue with this type of spell interaction not properly removing the appropriate SpellAbility associated with it.

"When Venser, Shaper Savant enters the battlefield, return target spell or permanent to its owner's hand."

5/1/2007: If a spell is returned to its owner's hand, it's removed from the stack and thus will not resolve. The spell isn't countered; it just no longer exists.
5/1/2007: If a copy of a spell is returned to its owner's hand, it's moved there, then it will cease to exist as a state-based action.
5/1/2007: If Venser's enters-the-battlefield ability targets a spell cast with flashback, that spell will be exiled instead of returning to its owner's hand.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Beta: 10-02-2015 ver 1.5.46

Postby horsekateer » 04 Nov 2015, 01:49

Description: Attacking with a flipped Akki Lavarunner in a commander game.

RuntimeException | Open
Code: Select all
Forge Version:    1.5.46-r-1
Operating System: Windows 10 10.0 amd64
Java Version:     1.8.0_60 Oracle Corporation

java.lang.RuntimeException: AbilityFactory : getAbility -- no API in Akki Lavarunner:
   at forge.game.ability.AbilityFactory.getAbility(AbilityFactory.java:106)
   at forge.game.replacement.ReplacementHandler.executeReplacement(ReplacementHandler.java:169)
   at forge.game.replacement.ReplacementHandler.run(ReplacementHandler.java:134)
   at forge.game.replacement.ReplacementHandler.run(ReplacementHandler.java:81)
   at forge.game.player.Player.replaceDamage(Player.java:688)
   at forge.game.player.Player.addCombatDamage(Player.java:843)
   at forge.game.combat.Combat.dealAssignedDamage(Combat.java:689)
   at forge.game.phase.PhaseHandler.onPhaseBegin(PhaseHandler.java:311)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:976)
   at forge.game.GameAction.startGame(GameAction.java:1438)
   at forge.game.Match.startGame(Match.java:96)
   at forge.match.HostedMatch$2.run(HostedMatch.java:220)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
horsekateer
 
Posts: 55
Joined: 03 Apr 2013, 21:58
Has thanked: 7 times
Been thanked: 0 time

Re: Forge Beta: 10-02-2015 ver 1.5.46

Postby Jahill » 04 Nov 2015, 13:48

Scroll Rack arranges cards on top of library in reverse order; the top most card is at the bottom. The panel that displays the cards selected from my hand also has them in reverse order.

Sometimes trigger abilities (Massacre Wurm & Blood Artist) on the stack don't resolve and get ignored untill I cast a spell or end my turn, where they get removed altogether. This mostly happens during performance hicups. The bugged abilities get glitched again if triggered.

AI players, when in Archenemy's Heroes team, regard each other as opponents, making the game a free for all.
Jahill
 
Posts: 17
Joined: 03 Nov 2015, 18:05
Has thanked: 0 time
Been thanked: 2 times

Re: Forge Beta: 10-02-2015 ver 1.5.46

Postby Nekoatl » 04 Nov 2015, 17:06

Jahill wrote:Scroll Rack arranges cards on top of library in reverse order; the top most card is at the bottom. The panel that displays the cards selected from my hand also has them in reverse order.
I think Mirror of Fate also places cards in the library in reverse order from what the UI popup indicates.
Nekoatl
 
Posts: 196
Joined: 22 Aug 2013, 20:13
Has thanked: 21 times
Been thanked: 8 times

Re: Forge Beta: 10-02-2015 ver 1.5.46

Postby Painseer » 05 Nov 2015, 08:30

Hi, i cannot find the download button for the beta version
Please help me :D
Painseer
 
Posts: 1
Joined: 05 Nov 2015, 08:26
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 10-02-2015 ver 1.5.46

Postby Nekoatl » 05 Nov 2015, 10:18

Download links are available at the bottom of the first post in the thread for each version (e.g. this thread).
Nekoatl
 
Posts: 196
Joined: 22 Aug 2013, 20:13
Has thanked: 21 times
Been thanked: 8 times

Re: Forge Beta: 10-02-2015 ver 1.5.46

Postby Xyx » 06 Nov 2015, 00:44

Bug: Diluvian Primordial lets me target multiple cards in the same graveyard.
User avatar
Xyx
Tester
 
Posts: 524
Joined: 23 Feb 2014, 23:01
Has thanked: 38 times
Been thanked: 32 times

Re: Forge Beta: 10-02-2015 ver 1.5.46

Postby Xyx » 06 Nov 2015, 23:42

Reproducible bug. Game state supplied.
  1. Load attached game (Forge -> Dev -> Setup Game State)
  2. Attach both Wild Growths to the same forest.
  3. Tap the Forest with the Wild Growths for mana. (Wild Growth doesn't work with auto-payment)
  4. Click Sylvan Primordial to begin casting it.
  5. Click Auto.
You will have 7 green mana will be dumped into your mana pool, but you will only be asked to pay 1. When Sylvan Primordial resolves, you will have 6 green mana left over that you're not supposed to have.

No idea how this happens, but it's reproducible.

Does it help if I supply the game state like this?
Attachments
201511070037 Auto-mana bug.txt
(2.08 KiB) Downloaded 168 times
User avatar
Xyx
Tester
 
Posts: 524
Joined: 23 Feb 2014, 23:01
Has thanked: 38 times
Been thanked: 32 times

Re: Forge Beta: 10-02-2015 ver 1.5.46

Postby Xyx » 07 Nov 2015, 20:24

I had a problem with auto-yielding. Mana Vault is incredibly annoying to play with, so I right-clicked its trigger and chose "always no", and then Forge immediately passed priority through my entire turn.
User avatar
Xyx
Tester
 
Posts: 524
Joined: 23 Feb 2014, 23:01
Has thanked: 38 times
Been thanked: 32 times

Re: Forge Beta: 10-02-2015 ver 1.5.46

Postby friarsol » 08 Nov 2015, 00:39

Xyx wrote:I had a problem with auto-yielding. Mana Vault is incredibly annoying to play with, so I right-clicked its trigger and chose "always no", and then Forge immediately passed priority through my entire turn.
You should update to hte latest version, that was fixed recently.
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: Baidu [Spider] and 206 guests


Who is online

In total there are 207 users online :: 1 registered, 0 hidden and 206 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: Baidu [Spider] and 206 guests

Login Form