Spellcast Question

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » FFXI » Jobs » Summoner » Spellcast question
Spellcast question
 Ragnarok.Nausi
Offline
Server: Ragnarok
Game: FFXI
user: Nausi
Posts: 6709
By Ragnarok.Nausi 2011-09-24 18:40:49
Link | Quote | Reply
 
Quote:
<if PetISValid="True" status="Idle|Engaged|Aftercast">
<aftercastdelay delay="1"/>
<equip when="aftercast" set="Perp" />
<if buffactive="Avatar's Favor">
<action type="equip" when="Idle|Engaged|Aftercast">
<legs>Evoker's Spats +1</legs>
</action>
</if>
<elseif advanced='"%WeatherElement"="%PetElement" OR "%DayElement"="%PetElement"'>
<action type="equip" when="Idle|Engaged|Aftercast">
<legs>Evoker's Spats +1</legs>
</action>
</elseif>
<else>
<action type="equip" when="Idle|Engaged|Aftercast">
<legs>Augur's Brais</legs>
</action>
</else>
</if>

That isnt working for me for some reason. Can anyone tell me what im doing wrong?

I'm trying to make it so that i put on spats +1 if i have matching weather/day or avatar's favor and the Augur Brais if it doesn't.
 Fenrir.Nightfyre
Offline
Server: Fenrir
Game: FFXI
user: Nightfyre
Posts: 11680
By Fenrir.Nightfyre 2011-09-24 19:07:23
Link | Quote | Reply
 
There's no such buff as "Avatar's Favor". Each avatar has their own unique buff. Change it to if buffactive="*Favor" and it should work.
 Ragnarok.Nausi
Offline
Server: Ragnarok
Game: FFXI
user: Nausi
Posts: 6709
By Ragnarok.Nausi 2011-09-24 19:35:28
Link | Quote | Reply
 
Hmm, that didn't do it, but I sort of fixed it by adding my "Perp" set as an aftercast swap after my BPs. However that brings me to another question....

How do set the legs equip line in my perp set to a variable and govern it by the rule in the above section?