Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Notes for THF XML
- Add the following 4 lines to your Autoexec.xml file. They are needed for auto-switching out of SA/TA gear, and for WS stuff.
- <register silent="true" event="losebuff_Sneak_Attack">sc var set SA 0; wait .2; Dancing Chains</register>
- <register silent="true" event="losebuff_Trick_Attack">sc var set TA 0; wait .2; Dancing Chains</register>
- <register silent="true" event="gainbuff_Sneak_Attack">sc var set SA 1; wait .2; Dancing Chains</register>
- <register silent="true" event="gainbuff_Trick_Attack">sc var set TA 1; wait .2; Dancing Chains</register>
- Macro the following: /ws Dancing Chains" <t>
- This will change your gear to whatever set is defined in the "engaged" variable if you are engaged. If you are idle, it will put on your idle set.
- Macro the following: /ws "Foxfire" <t>
- This will change the "engaged" variable from engaged to evasion to Dynamis, then start back over at engaged again. This will not only change the variable to switch between the various engaged sets, it will change your gear. If you are engaged when you fire off Dancing Chains, it will swap to whatever the "engaged" variable is now set to. If you are idle when you fire it off, it will change you to your idle set until you engage a mob, then it will use the "engaged" variable for your engaged set.
- Macro the following: /ws "Grim Halo" <t>
- This will swap you to your PDT gear set. You will stay in this set until you send another command through spellcast. Usually, I will hit my Dancing Chains macro to get back in "engaged" or idle set.
- Macro the following: /ws Vulcan Shot <t>
- This will swap you to your MDT gear set. You will stay in this set until you send another command through spellcast. Usually, I will hit my Dancing Chains macro to get back in "engaged" or idle set.
Advertisement
Add Comment
Please, Sign In to add comment