Spellcast For Trueflight + Korin Obi

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » Jobs » Ranger » Spellcast for Trueflight + Korin Obi
Spellcast for Trueflight + Korin Obi
 Leviathan.Hohenheim
Offline
サーバ: Leviathan
Game: FFXI
user: Hohenheim
Posts: 3351
By Leviathan.Hohenheim 2012-03-11 21:15:46  
How do I write a rule having korin obi be equipped if the day/weather is light/lightsday when using Trueflight? I tried to modify my blm rule, but it's not working ;o

<if Advanced='("%WeaponskillElement" = "%WeatherElement" OR "%WeaponskillElement" = "%DayElement")'>
<if Element="Light"><action type="equip" when="precast"><waist lock="yes">Korin Obi</waist></action></if>
</if>

not sure if there's a thing as %weaponskillelement.
 Asura.Vrytreya
Offline
サーバ: Asura
Game: FFXI
user: VZX
Posts: 510
By Asura.Vrytreya 2012-03-11 21:26:04  
<if Advanced='"%SpellElement" = "%WeatherElement" OR "%SpellElement" = "%DayElement"'>
remove the ()

Also : remove the <equip> line because it's redundant with <waist>
 Leviathan.Hohenheim
Offline
サーバ: Leviathan
Game: FFXI
user: Hohenheim
Posts: 3351
By Leviathan.Hohenheim 2012-03-11 21:28:11  
i just copied the working thing from my blm version!
 Leviathan.Hohenheim
Offline
サーバ: Leviathan
Game: FFXI
user: Hohenheim
Posts: 3351
By Leviathan.Hohenheim 2012-03-11 21:45:07  
Ty!