Ajani's avatar?

Additional Ressources for WTH : new cards, card images & more
Locked
Blublub
Posts: 114
Joined: Tue Oct 21, 2008 12:47 am

Ajani's avatar?

Post by Blublub »

Anyone know how to get the avatar created by Ajani Goldmane to appear in-game? Using the normal 191239t.jpg doesn't work, and I also tried adding a "191239a.jpg" image to no avail. Any ideas?
KarloxLoKo
Posts: 64
Joined: Thu May 07, 2009 10:18 am
Location: Shandalar

Re: Ajani's avatar?

Post by KarloxLoKo »

Hi, the correct id for the Avatar is -140233.
MPR full collection owner!

Yo no quiero firma.
I Don't want signature.
It's all fun and games until someone loses an eye.
Blublub
Posts: 114
Joined: Tue Oct 21, 2008 12:47 am

Re: Ajani's avatar?

Post by Blublub »

Edit - that's just the Lorwyn ID - sorry, I forgot to mention I was using the M10 version. Still no dice. Does anyone know the naming convention for a planeswalker avatar? It's not XXXXXXt.jpg or XXXXXXa.jpg, so what might it be?
KarloxLoKo
Posts: 64
Joined: Thu May 07, 2009 10:18 am
Location: Shandalar

Re: Ajani's avatar?

Post by KarloxLoKo »

Looking at mtg.txt and search "avatar"

Code: Select all

[card]
name=Ajani Goldmane
auto=counter(0/0,4,loyalty)
auto={C(0/0,1,Loyalty)}:life:2 controller
auto={C(0/0,-1,Loyalty)}:all(creature|mybattlefield) counter(1/1,1) && all(creature|mybattlefield) vigilance ueot
auto={C(0/0,-6,Loyalty)}:token(-140233)
text=+1: You gain 2 life. -- -1: Put a +1/+1 counter on each creature you control. Those creatures gain vigilance until end of turn. -- -6: Put a white Avatar creature token onto the battlefield. It has "This creature's power and toughness are each equal to your life total."
mana={2}{W}{W}
type=Planeswalker
subtype=Ajani
[/card]
[card]
name=Avatar Token
auto=thisforeach(controllerlife) 1/1
id=-140233
type=Creature
subtype=Avatar
power=*
toughness=*
color=white
[/card]
the id of Avatar token
id=-140233
then put the avatar image in the M11 directory named "-140233.jpg"
MPR full collection owner!

Yo no quiero firma.
I Don't want signature.
It's all fun and games until someone loses an eye.
Blublub
Posts: 114
Joined: Tue Oct 21, 2008 12:47 am

Re: Ajani's avatar?

Post by Blublub »

KarloxLoKo wrote:Looking at mtg.txt and search "avatar"

Code: Select all

[card]
name=Ajani Goldmane
auto=counter(0/0,4,loyalty)
auto={C(0/0,1,Loyalty)}:life:2 controller
auto={C(0/0,-1,Loyalty)}:all(creature|mybattlefield) counter(1/1,1) && all(creature|mybattlefield) vigilance ueot
auto={C(0/0,-6,Loyalty)}:token(-140233)
text=+1: You gain 2 life. -- -1: Put a +1/+1 counter on each creature you control. Those creatures gain vigilance until end of turn. -- -6: Put a white Avatar creature token onto the battlefield. It has "This creature's power and toughness are each equal to your life total."
mana={2}{W}{W}
type=Planeswalker
subtype=Ajani
[/card]
[card]
name=Avatar Token
auto=thisforeach(controllerlife) 1/1
id=-140233
type=Creature
subtype=Avatar
power=*
toughness=*
color=white
[/card]
the id of Avatar token
id=-140233
then put the avatar image in the M11 directory named "-140233.jpg"
I tried that but the image still doesn't appear in game. Can you or someone else also test? Thanks again!
Locked