How To Lock Af Feet During Mana Wall

Langues: JP EN DE FR
users online
Forum » FFXI » Jobs » Black Mage » How to lock af feet during mana wall
How to lock af feet during mana wall
Offline
Posts: 100
By Jajabiondina 2012-02-25 13:56:04
Link | Citer | R
 
I have <equip when="AfterCast" set="idle" /> rule, i need something to lock feet when buff on and go back to idle aftercast when wall goes off.
 Siren.Kalilla
VIP
Offline
Serveur: Siren
Game: FFXI
user: Kalila
Posts: 14552
By Siren.Kalilla 2012-02-25 14:00:10
Link | Citer | R
 
<if buffactive="manawall">
<equip when"aftercast" set="idle">
<feet lock="yes">Feet Name</feet>
</equip>
</if>

<if Notbuffactive="manawall">
<equip when="aftercast" set="idle" />
</if>

That should work I think... the buff name might be wrong.
 Ramuh.Austar
Offline
Serveur: Ramuh
Game: FFXI
user: Austar
Posts: 10457
By Ramuh.Austar 2012-02-25 14:01:09
Link | Citer | R
 
<if buffactive="Mana Wall"><equip when="idle"><feet lock="true">Goetia Sabots +2</feet></equip></if>

Should work too with less space?
Offline
Posts: 100
By Jajabiondina 2012-02-25 14:02:55
Link | Citer | R
 
Thx.
necroskull Necro Bump Detected! [61 days between previous and next post]
 Sylph.Aenaenon
Offline
Serveur: Sylph
Game: FFXI
Posts: 5
By Sylph.Aenaenon 2012-04-26 12:29:48
Link | Citer | R
 
<if mode="or" buffactive="Mana Wall" spell="Mana Wall">
<equip when="precast|midcast|aftercast">
<feet lock="true">Goetia Sabots +2</feet>
</equip>
</if>

If I remember right, the boots have to stay on for the whole duration for the ability. If you take them off, you can't put them back on to regain the bonus. This will lock them in place.
[+]
Log in to post.