How Do I Make It So Certain Sets Are Used In VW? |
||
Forum » Windower » Spellcast Scripting »
Dark Knight
»
How do I make it so certain sets are used in VW?
How do I make it so certain sets are used in VW?
Title is the question. Need some help with the code for that. I have a few sets already with code for being engaged, idle, or being engaged while I have Embrava/Haste/LR on. Wondering how to add in a TP set that will be used during VW.
if buffactive = Voidwatcher
Would it be like this?
Code <if status="engaged" advanced='buffactive("Embrava") and buffactive("Haste") and buffactive("Last Resort")'> <action type="equip" when="Engaged|aftercast" set="HasteCap"/> </if> <elseif status="engaged" advanced='buffactive("Voidwatcher")' <action type="equip" when="Engaged|aftercast" set="VW"/> <elseif status="engaged"> <action type="equip" when="Engaged|aftercast" set="Melee"/> </elseif> <elseif notstatus="engaged"> <action type="equip" when="Idle|aftercast" set="Idle"/> </elseif> copy paste your sets in a new set-group make the modifications you want and use //sc group "w/e name you call it" any time you are in VW. if u use any renamed or different sets that way you only change those specific rules. and you can toggle between your group sets
|
||
All FFXI content and images © 2002-2024 SQUARE ENIX CO., LTD. FINAL
FANTASY is a registered trademark of Square Enix Co., Ltd.
|