It is currently 16 Aug 2025, 08:13
   
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 lazylockie » 23 Apr 2011, 04:39

I think Linvala, Keeper of Silence isn't blocking AI's level up, such as Zulaport Enforcer, anyone confirms?
lazylockie
 
Posts: 508
Joined: 13 Jul 2010, 22:44
Has thanked: 74 times
Been thanked: 15 times

Re: SVN Bug Reports

Postby friarsol » 24 Apr 2011, 22:07

It looks like cards with AF drawbacks are appending their name to the SpellDescription line. This is the case for both Soul Exchange and Offering to Asha (and I bet many more).
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: SVN Bug Reports

Postby Chris H. » 24 Apr 2011, 22:46

friarsol wrote:It looks like cards with AF drawbacks are appending their name to the SpellDescription line. This is the case for both Soul Exchange and Offering to Asha (and I bet many more).
`
Yep, Last Kiss and others show the same thing.

I also noticed today that some of the cards have 2x descriptions but when I looked at the card txt briefly everything looked OK. I will take a longer look at his once I can free up some time.
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 lazylockie » 25 Apr 2011, 00:28

. Venser, the Sojourner 's +2 isn't triggering Living Weapon (Mortarpod). It also doesn't trigger Volition Reins for a new target.
lazylockie
 
Posts: 508
Joined: 13 Jul 2010, 22:44
Has thanked: 74 times
Been thanked: 15 times

Re: SVN Bug Reports

Postby eidolon » 25 Apr 2011, 10:48

lazylockie wrote:. Venser, the Sojourner 's +2 isn't triggering Living Weapon (Mortarpod). It also doesn't trigger Volition Reins for a new target.
Speaking of Venser + new targets: According to the rules, you are able to attach an aura, to creatures with shroud and protection (even if they still fall of from a protection creature the next time state based effects get checked).

rules book wrote:303.4f If an Aura is entering the battlefield under a player's control by any means other than by resolving as an Aura spell, and the effect putting it onto the battlefield doesn't specify the object or player the Aura will enchant, that player chooses what it will enchant as the Aura enters the battlefield. The player must choose a legal object or player according to the Aura's enchant ability and any other applicable effects.
eidolon
 
Posts: 56
Joined: 15 Sep 2009, 22:12
Location: Bavaria, Germany
Has thanked: 0 time
Been thanked: 0 time

Re: SVN Bug Reports

Postby friarsol » 25 Apr 2011, 12:02

The Aura code is extremely old and follows very simple parts of the rules. We are well aware of these types of limitations about Auras entering play without being cast.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: SVN Bug Reports

Postby Sloth » 25 Apr 2011, 17:10

Corwin72 wrote:Battle Cry and Beastmaster Ascension just change how a game should be played so much. Thanks for thinking about this.
The AI will now take Battle Cry and Beastmaster Ascension into account (as well as other triggers like Soltari Champion, Briar Patch, Fervent Charge etc).
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 Jaedayr » 25 Apr 2011, 20:44

r8194

Nissa Revane goes straight to the graveyard when cast. The cost gets paid as expected but it never appears on the battlefield.
Jaedayr
Tester
 
Posts: 523
Joined: 08 Jul 2010, 00:06
Has thanked: 16 times
Been thanked: 13 times

Re: SVN Bug Reports

Postby UnderFlow » 26 Apr 2011, 09:53

Jaedayr wrote:r8194

Nissa Revane goes straight to the graveyard when cast. The cost gets paid as expected but it never appears on the battlefield.
R8195

The same is true for other Planeswalkers as well as Creatures with Modular (Arcbound Stinger), so it seems to be an etb with counters problem.

Also:
Lands that should etb tapped (Savage Lands, Tolaria West) etb untapped and become tapped when one passes priority.
UnderFlow
 
Posts: 51
Joined: 17 Feb 2011, 17:49
Has thanked: 0 time
Been thanked: 1 time

Re: SVN Bug Reports

Postby Sloth » 26 Apr 2011, 11:15

UnderFlow wrote:
Jaedayr wrote:r8194

Nissa Revane goes straight to the graveyard when cast. The cost gets paid as expected but it never appears on the battlefield.
R8195

The same is true for other Planeswalkers as well as Creatures with Modular (Arcbound Stinger), so it seems to be an etb with counters problem.

Also:
Lands that should etb tapped (Savage Lands, Tolaria West) etb untapped and become tapped when one passes priority.
It seems as if some static abilities were turned into triggers when the stack ordering of triggers was added.
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 Corwin72 » 27 Apr 2011, 14:15

r8201
Planeswalkers are going into the graveyard after being cast.
I have tested Koth of the Hammer, Chandra Nalaar, and Sorin Markov.
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 Hellfish » 27 Apr 2011, 20:31

I am on the case! Also fixing ETB triggers. Should be good tomorrow. :)
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 Chris H. » 27 Apr 2011, 21:05

Hellfish wrote:I am on the case! Also fixing ETB triggers. Should be good tomorrow. :)
`
Ah, good to hear. :D No one wants you to rush, we are willing to wait. :wink:

Oh, BTW, I have notice the list dialog displaying the triggers that we can order. Nice. Is there any specific reason for this dialog if there is only one trigger in the list? Just a friendly question.
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 Corwin72 » 27 Apr 2011, 21:36

Also items that come into play tapped are untapped until priority is checked.
That gives you the ability to use them before they are tapped. You probably already know this.
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 Hellfish » 28 Apr 2011, 06:41

Chris: hmm, that dialog shouldn't show unless you have more than one trigger to put on the stack. Which cards were involved?

Corwin: Oh, yeah, those things are included with the ETB fixes. 8)
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

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 42 guests

Main Menu

User Menu

Our Partners


Who is online

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

Login Form