Yet Another SC Question.

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » FFXI » Jobs » Ninja » Yet another SC question.
Yet another SC question.
Offline
Posts: 2
By Dakenwolf 2013-02-09 14:12:15  
Just purchased a rancor collar today and was wondering how exactly you get spellcast to take the collar on and off depending if you have utsusemi up.

anyone care to clarify?
Code
<if buffactive="Copy*">
     <neck lock="yes">Rancor Collar</neck>
</if>
 Phoenix.Urteil
Offline
サーバ: Phoenix
Game: FFXI
user: Urteil89
By Phoenix.Urteil 2013-02-09 14:29:35  
You'll need to add:
Code
<register event="gainbuff_Copy*">sc set RancorCollar;</register>


Might also work if you have a set specific to rancor collar in the SC, this is what I use for berserker's torque:
Code
<autoexec>

<register event="gainbuff_Sleep*|losebuff_Sleep*|gainbuff_Aftermath*|losebuff_Aftermath*|gainbuff_Haste|losebuff_Haste|gainbuff_Last*|losebuff_Last*|gainbuff_Embrava|losebuff_Embrava|gainbuff_March|losebuff_March|gainbuff_Voidwatcher|losebuff_Voidwatcher">Update</register>
<register event="gainbuff_Sleep*">sc set BerserkerTorque;</register>
<register event="hpp_*|mpp_*">Update</register>
<register event="tp_0">Update</register>
           
</autoexec>


Hopefully some of that is applicable to your situation.
Offline
Posts: 2
By Dakenwolf 2013-02-09 14:41:41  
thanks, ill try this out later ^___^
Log in to post.