Spellcast Question

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » Jobs » Summoner » Spellcast question
Spellcast question
 Ragnarok.Nausi
Offline
サーバ: Ragnarok
Game: FFXI
user: Nausi
Posts: 6709
By Ragnarok.Nausi 2011-09-24 18:40:49  
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
サーバ: Fenrir
Game: FFXI
user: Nightfyre
Posts: 11680
By Fenrir.Nightfyre 2011-09-24 19:07:23  
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
サーバ: Ragnarok
Game: FFXI
user: Nausi
Posts: 6709
By Ragnarok.Nausi 2011-09-24 19:35:28  
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?