Mekira Oto Spellcast Help

Language: JP EN DE FR
2010-09-08
New Items
users online
Forum » FFXI » Jobs » Dragoon » Mekira Oto Spellcast help
Mekira Oto Spellcast help
 Asura.Chanceikin
Offline
Server: Asura
Game: FFXI
Posts: 60
By Asura.Chanceikin 2013-09-16 11:17:01
Link | Quote | Reply
 
Hey guys - landed a Yaoyotl Helm the other day and now that I'm on SC cleanup day, I was curious if anyone could toss me sufficient coding for Mekira to be used for Stardiver only on appropriate days. I have a pretty good idea of how to do it, but was wondering is someone would mind listing their code so I can make sure I'm not mucking it.

Thanks ahead of time.
 Shiva.Znitch
Offline
Server: Shiva
Game: FFXI
user: znitch
Posts: 188
By Shiva.Znitch 2013-09-16 16:23:45
Link | Quote | Reply
 
Here's what I use, seems to work okay for me:

<if spell="Stardiver">
<equip when="precast" set="Stardiver" />
<if Advanced='"%DayElement" = "Light" OR "%DayElement" = "Earth" OR "%DayElement" = "Dark"'>
<equip when="precast">
<head lock="yes">Mekira-Oto +1</head>
</equip>
</if>
</if>
Log in to post.