It is currently 17 Aug 2025, 20:11
   
Text Size

SVN Bug Reports

Post MTG Forge Related Programming Questions Here

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

Re: SVN Bug Reports

Postby Sloth » 26 May 2011, 05:23

Chris H. wrote:
Sloth wrote:
friarsol wrote:AI Played Rith's Grove (one of the Lair lands) without another Land being in play.
The same deck is using Gemstone Mine, but isn't removing any Mining counters. (Because it shouldn't be using Gemstone Mine)
I will add an SVar for the Lairs and remove the Gemstone Mines.
`
I added SVar:RemAIDeck:True to the five lair lands and to Gemstone Mine.

There may be several recent quest decks with lair lands.
I thought about adding a new SVar like NeedsInPlay:Land.NonLair. We could also use it for cards like Kjeldoran Outpost or Cavern Harpy.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: SVN Bug Reports

Postby Chris H. » 26 May 2011, 10:30

Sloth wrote:I thought about adding a new SVar like NeedsInPlay:Land.NonLair. We could also use it for cards like Kjeldoran Outpost or Cavern Harpy.
`
That is a better long term solution. I recently added your initial SVar descriptions to the wiki. As they say, a work in progress. :)
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: SVN Bug Reports

Postby cc-drake » 26 May 2011, 12:55

- Visvera Dragger has
Unearth 1 B

Unearth: Viscera Dragger
Cycling 2 (2, discard Viscera Dragger: Draw a card.)
and when the Dragger dies in combat, AI uses it's Unearth ability right after combat.
cc-drake
 
Posts: 570
Joined: 14 Aug 2010, 07:15
Has thanked: 29 times
Been thanked: 6 times

Re: SVN Bug Reports

Postby Agetian » 26 May 2011, 15:59

Reposting this here since it deals with the SVN version (keep in mind that it might also affect the latest beta update on the forum, but I haven't tested that).

friarsol wrote:
Agetian wrote:I noticed that the Suspend keyword apparently does nothing - I'm not sure if it's just not implemented yet (I haven't found it on the known bugs list at least), but the only thing that paying the Suspend cost does is exile the card from your hand; however, it never comes back into play (tried with several cards with Suspend and I have waited for at least twice as much as necessary for the Suspend to trigger). Is it just me possibly missing something, is this possibly an unimplemented feature, or is it a bug?..
Suspend used to work. It may be having the same issues that Auras are in this release. I'll try to test it in the dev version later tonight if someone doesn't test it first.
I actually tested it on the latest SVN as of today 4 PM (r8969), and it didn't work for me.

And here's another bug that I noticed in the SVN lately, I posted it before but got no response, since it affects the SVN version I thought I'd repost it here: Apocalypse Hydra is currently unplayable and immediately goes to graveyard. It doesn't allow to pay the X part of the mana cost and apparently always comes into play with zero +1/+1 counters, causing it to go to the graveyard immediately.
Last edited by Agetian on 26 May 2011, 16:07, edited 1 time in total.
Agetian
Programmer
 
Posts: 3489
Joined: 14 Mar 2011, 05:58
Has thanked: 683 times
Been thanked: 572 times

Re: SVN Bug Reports

Postby Corwin72 » 26 May 2011, 16:03

r8971
Stitch in Time is using Clash instead of flipping a coin.
| Open
Name:Stitch in Time
ManaCost:1 U R
Types:Sorcery
Text:no text
A:SP$ FlipACoin | Cost$ 1 U R | WinSubAbility$ DBAddTurn | SpellDescription$ Flip a coin. If you win the flip, take an extra turn after this one.
SVar:DBAddTurn:DB$AddTurn | Defined$ You | NumTurns$ 1
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/stitch_in_time.jpg
SetInfo:GPT|Rare|http://magiccards.info/scans/en/gp/132.jpg
End
Attachments
Stitch in time.jpg
Stitch in time.jpg (8.16 KiB) Viewed 2965 times
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: SVN Bug Reports

Postby lazylockie » 26 May 2011, 16:12

I found two issues that have been going for a while (at least since rev. 8000 if I remember correctly)

- Clone (and its variants like Quicksilver Gargantuan) somehow cannot be cast on the second game. You click on the card and it does nothing, it doesn't appear a target to copy nor the cost to pay.

- Bribery and Acquire are indeed targeting the opponent, but the search occurs on your own library.
lazylockie
 
Posts: 508
Joined: 13 Jul 2010, 22:44
Has thanked: 74 times
Been thanked: 15 times

Re: SVN Bug Reports

Postby Sloth » 26 May 2011, 17:55

lazylockie wrote:- Bribery and Acquire are indeed targeting the opponent, but the search occurs on your own library.
Fixed! Thanks lazylockie.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: SVN Bug Reports

Postby Sloth » 26 May 2011, 19:15

cc-drake wrote:- Visvera Dragger has
Unearth 1 B

Unearth: Viscera Dragger
Cycling 2 (2, discard Viscera Dragger: Draw a card.)
and when the Dragger dies in combat, AI uses it's Unearth ability right after combat.
Fixed! Thanks cc-drake.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: SVN Bug Reports

Postby Sloth » 26 May 2011, 19:27

Corwin72 wrote:r8971
Stitch in Time is using Clash instead of flipping a coin.
| Open
Name:Stitch in Time
ManaCost:1 U R
Types:Sorcery
Text:no text
A:SP$ FlipACoin | Cost$ 1 U R | WinSubAbility$ DBAddTurn | SpellDescription$ Flip a coin. If you win the flip, take an extra turn after this one.
SVar:DBAddTurn:DB$AddTurn | Defined$ You | NumTurns$ 1
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/stitch_in_time.jpg
SetInfo:GPT|Rare|http://magiccards.info/scans/en/gp/132.jpg
End
Fixed! Thanks Corwin.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: SVN Bug Reports

Postby Sloth » 26 May 2011, 20:24

Another problem with Livng Weapons: You can equip them to another creature while they are still equipped to their Germ. Resulting in them being equipped to two creatures at once.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: SVN Bug Reports

Postby friarsol » 27 May 2011, 01:36

Suspend should now be fixed. And Apocalypse Hydra fixed as well.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: SVN Bug Reports

Postby friarsol » 27 May 2011, 01:59

Weird. I had a Glissa the Traitor in play. Opponent casts Beacon of Unrest on my Corpse Cur. I cast a Pyrite Spellbomb and pop it to kill the Corpse Cur. Apparently, the AI grabbed my Spellbomb and it went into his hand. Booo.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: SVN Bug Reports

Postby Agetian » 27 May 2011, 03:39

friarsol wrote:Suspend should now be fixed. And Apocalypse Hydra fixed as well.
Works nice, thanks for the corrections! :)
Agetian
Programmer
 
Posts: 3489
Joined: 14 Mar 2011, 05:58
Has thanked: 683 times
Been thanked: 572 times

Re: SVN Bug Reports

Postby Hellfish » 27 May 2011, 06:10

Sloth wrote:Another problem with Livng Weapons: You can equip them to another creature while they are still equipped to their Germ. Resulting in them being equipped to two creatures at once.
Fixed! Cards didn't have their equipping/equippedBy-info copied. This also fixes the problem of Lashwrithe/Bonehoard tokens dying.

On a sidenote, is google code weird for anyone else? It only shows me all revisions up to r8972 and then there are big gaps in the list.
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: SVN Bug Reports

Postby friarsol » 27 May 2011, 11:44

Hellfish wrote:On a sidenote, is google code weird for anyone else? It only shows me all revisions up to r8972 and then there are big gaps in the list.
Seems to be working just fine here.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 12 guests

Main Menu

User Menu

Our Partners


Who is online

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

Login Form