How Do I Make It So Certain Sets Are Used In VW?

Language: JP EN DE FR
New Items
2023-11-19
users online
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?
 Bahamut.Bojack
Offline
Server: Bahamut
Game: FFXI
user: Bojack316
Posts: 2076
By Bahamut.Bojack 2013-03-03 14:53:48
Link | Quote | Reply
 
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.
 Bismarck.Ihina
Offline
Server: Bismarck
Game: FFXI
user: Ihina
Posts: 3187
By Bismarck.Ihina 2013-03-03 14:58:42
Link | Quote | Reply
 
if buffactive = Voidwatcher
 Bahamut.Bojack
Offline
Server: Bahamut
Game: FFXI
user: Bojack316
Posts: 2076
By Bahamut.Bojack 2013-03-03 19:23:05
Link | Quote | Reply
 
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>
 Quetzalcoatl.Hidegger
Offline
Server: Quetzalcoatl
Game: FFXI
user: Hidegger
Posts: 130
By Quetzalcoatl.Hidegger 2013-03-03 19:31:06
Link | Quote | Reply
 
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
 Fenrir.Moldtech
Offline
Server: Fenrir
Game: FFXI
user: Moldtech
Posts: 574
By Fenrir.Moldtech 2013-03-03 22:04:00
Link | Quote | Reply
 
<elseif status="voidstatus(whateveritsofficialnameisonthebuffbar)">
<if status="engaged">
<main>allthatgear</main>
</if>
</elseif>
Log in to post.