Blu Spellcast Help

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » FFXI » Jobs » Blue Mage » Blu Spellcast Help
Blu Spellcast Help
 Shiva.Superdan
Offline
サーバ: Shiva
Game: FFXI
user: SuperDan
Posts: 720
By Shiva.Superdan 2011-08-26 12:32:15  
Right, I have had a fully functioning blu spellcast for years, but mainly just tweaked / stolen bits and pieces of user submitted xml's for various rules and thus not too great with it all. Wondering if you guys can help me out with this.

What I want to do, is lock specific pieces of gear from swapping while certain buffs are in effect. E.g. I would like to lock af3 boots in while Burst Affinity is active - Also the kavuk for Chain Affinity etc. I'm sure theres probably an easier route to doing it, but was just thinking this shouldn't be too difficult? Thanks in advance^^
Offline
Posts: 277
By Bimbam 2011-08-26 12:34:28  
<if buffactive="chain affinity" status="engaged"> <action type="equip" when="precast|midcast|aftercast"> <head lock="t">Mavi Kavuk +2</head>
[+]
Offline
Posts: 277
By Bimbam 2011-08-26 12:35:18  
hold up, should be a lock in there somewhere
Have ninja edited, could still be wrong, will double check when home from work.
 Shiva.Superdan
Offline
サーバ: Shiva
Game: FFXI
user: SuperDan
Posts: 720
By Shiva.Superdan 2011-08-26 12:35:39  
Thank you :D

Edit: I will try it out, thanks again^^
Offline
Posts: 3419
By Nevill 2011-08-26 12:39:40  
would a

<if BuffActive="Chain Affinity>
<equip when="precast">
<head lock="t">mavi Kavuk +1</head>
</equip>
</if>

work?


edit: I R Slow!
[+]
Offline
Posts: 277
By Bimbam 2011-08-26 13:01:07  
<rules>
<if BuffActive="Chain Affinity">
<equip when="idle|engaged|resting|precast|midcast|aftercast">
<head lock="yes">Mavi kavuk +2</head>
</equip>
</if>
<!-- normal rules follow -->

How I actually have it laid out, pretty sure "t" works though, think mine is quite old lol.
Log in to post.