Page 5 of 9

Re: Forge Beta: 09-24-2012 ver 1.2.14

PostPosted: 27 Sep 2012, 20:51
by friarsol
sagephoenix wrote:For some reason Behemoth's Herald won't let me activate it's ability. Haven't tested the other heralds yet.
And you definitely have three different creatures that meet the requirements?

Re: Forge Beta: 09-24-2012 ver 1.2.14

PostPosted: 27 Sep 2012, 21:26
by gos
AI countered my Wood Elves with Desertion. I got search my library for a forest when they entered the battlefield.

Re: Forge Beta: 09-24-2012 ver 1.2.14

PostPosted: 27 Sep 2012, 21:38
by gos
When I cast Scapeshift, the lands enter the battlefield consecutively instead of at the same time, which is terrible for Valakut triggers.

Re: Forge Beta: 09-24-2012 ver 1.2.14

PostPosted: 27 Sep 2012, 21:57
by Zirbert
Sloth wrote:
Zirbert wrote:About that whole Hazezon Tamar thing...

This line appears to be the problem:

SVar:TrigExile:AB$ ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Exile | Defined$ Sand.Warrior+YouCtrl

This may be a case where the card once worked correctly but Forge engine updates have changed the script syntax out from under it. The Defined$ needs to specify all permanents with both types, Sand and Warrior. This should exile all of Hazezon's own tokens, anything with changeling, and of course Mistform Ultimus. The "YouCtrl" is right out, since Hazezon's departure exiles the opponent's changelings as well (according to http://mtgcommander.net/Forum/viewtopic.php?f=2&t=11316, anyway).
Fixed! Thanks Zirbert.
Was there a back-end fix done for this - that is, more than just a correction to the card script? Because I've tested the new script (http://svn.slightlymagic.net/forge/trunk/res/cardsfolder/h/hazezon_tamar.txt), and Hazezon still isn't exiling any Sand Warriors or changelings when he leaves...

Re: Forge Beta: 09-24-2012 ver 1.2.14

PostPosted: 27 Sep 2012, 22:03
by goldaryn
Oh man, hilarious moment just now..

Ned Flanders just cast Rise from the Grave on my Angels of Glory's Rise

:P

Re: Forge Beta: 09-24-2012 ver 1.2.14

PostPosted: 28 Sep 2012, 03:05
by swordshine
The problem that Emrakul, the Aeons Torn shakes off Aura like Dragon Breath happened again in this beta.

Re: Forge Beta: 09-24-2012 ver 1.2.14

PostPosted: 28 Sep 2012, 05:06
by moomarc
Zirbert wrote:
Sloth wrote:
Zirbert wrote:About that whole Hazezon Tamar thing...

This line appears to be the problem:

SVar:TrigExile:AB$ ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Exile | Defined$ Sand.Warrior+YouCtrl

This may be a case where the card once worked correctly but Forge engine updates have changed the script syntax out from under it. The Defined$ needs to specify all permanents with both types, Sand and Warrior. This should exile all of Hazezon's own tokens, anything with changeling, and of course Mistform Ultimus. The "YouCtrl" is right out, since Hazezon's departure exiles the opponent's changelings as well (according to http://mtgcommander.net/Forum/viewtopic.php?f=2&t=11316, anyway).
Fixed! Thanks Zirbert.
Was there a back-end fix done for this - that is, more than just a correction to the card script? Because I've tested the new script (http://svn.slightlymagic.net/forge/trunk/res/cardsfolder/h/hazezon_tamar.txt), and Hazezon still isn't exiling any Sand Warriors or changelings when he leaves...
Really fixed this time. Just change the last ChangeZone to ChangeZoneAll. (tested and everything :mrgreen: )

Re: Forge Beta: 09-24-2012 ver 1.2.14

PostPosted: 28 Sep 2012, 06:20
by moomarc
gos wrote:AI countered my Wood Elves with Desertion. I got search my library for a forest when they entered the battlefield.
Fixed! Thanks gos. (It looks like you would have this problem with any ETB trigger of a card put onto the battlefield via countering this way)

Re: Forge Beta: 09-24-2012 ver 1.2.14

PostPosted: 28 Sep 2012, 08:03
by schnautzr
[Angel's Tomb] prompts you to treat it as a creature even if it's already a creature this turn.

Re: Forge Beta: 09-24-2012 ver 1.2.14

PostPosted: 28 Sep 2012, 09:58
by moomarc
schnautzr wrote:[Angel's Tomb] prompts you to treat it as a creature even if it's already a creature this turn.
That's correct. It becoming a creature doesn't remove the trigger and in some circumstances it may have become something else between becoming an angel and the next creature being cast. (You also never know when a card will come out that triggers something whenever another card becomes a creature).

Re: Forge Beta: 09-24-2012 ver 1.2.14

PostPosted: 28 Sep 2012, 12:15
by Andy9973
moomarc wrote:
Zirbert wrote:Maybe I missed a token image pack somewhere along that line that needed to be downloaded separately, but...

I have no picture (token image) for the 1/1 white Human tokens created by Commander's Authority and Voice of the Provinces. They look for TokenImage$ w 1 1 human avr, which doesn't exist in my res/pics/tokens folder.

Is that one missing in action? As a workaround, I changed it to w 1 1 human dka, which I do have (Thraben Doomsayer and friends).
I think it was the same image as the dka one so I never uploaded a set-specific one. I'll fix this tomorrow when I'm back at my pc.
Actually the Human token of AVR is different to the one of DKA.

I also have a problem with a picture of one of the tokens. The soldier token creature by Hero of Bladehold doesn't show up for me. I added "TokenImage$ W 1 1 Soldier SOM" in the hero_of_bladehold.txt file (while paying attention that its separated by the rest with a |) and I named the picture "w_1_1_soldier_som.jpg". I've tried it with some other token images and they worked. Only the Hero of Bladehold tokens don't seem to be showing with a picture.

Re: Forge Beta: 09-24-2012 ver 1.2.14

PostPosted: 28 Sep 2012, 12:35
by moomarc
Andy9973 wrote:Actually the Human token of AVR is different to the one of DKA.

I also have a problem with a picture of one of the tokens. The soldier token creature by Hero of Bladehold doesn't show up for me. I added "TokenImage$ W 1 1 Soldier SOM" in the hero_of_bladehold.txt file (while paying attention that its separated by the rest with a |) and I named the picture "w_1_1_soldier_som.jpg". I've tried it with some other token images and they worked. Only the Hero of Bladehold tokens don't seem to be showing with a picture.
See my post from about a page ago:
moomarc wrote:...EDIT: Nevermind. Found the problem. For now, in your main.properties file in the res folder change "token-images.txt" to "../token-images.txt". Then run the downloader again.
You can either fix the file yourself otherwise just wait for the next beta. Should be fairly soon - just getting RtR scripted and tested.

Re: Forge Beta: 09-24-2012 ver 1.2.14

PostPosted: 28 Sep 2012, 13:03
by timmermac
swordshine wrote:The problem that Emrakul, the Aeons Torn shakes off Aura like Dragon Breath happened again in this beta.
You shouldn't even be able to put a Dragon Breath on Emrakul. It has protection from colored spells. Or am I misinterpreting something here?

Re: Forge Beta: 09-24-2012 ver 1.2.14

PostPosted: 28 Sep 2012, 13:16
by friarsol
timmermac wrote:
swordshine wrote:The problem that Emrakul, the Aeons Torn shakes off Aura like Dragon Breath happened again in this beta.
You shouldn't even be able to put a Dragon Breath on Emrakul. It has protection from colored spells. Or am I misinterpreting something here?
I think you are just missing the triggered ability on Dragon Breath

Re: Forge Beta: 09-24-2012 ver 1.2.14

PostPosted: 28 Sep 2012, 14:40
by uhlersoth
That multiple blockers panel is really confusing. I don't know what it's asking or how to use it.