Advertisement
Guest User

sss

a guest
Aug 18th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. Healing Macro
  2.  
  3. Macro Syntax:
  4. Intended Benefit:
  5. Discard (AST)
  6. /statusoff “Spear Drawn”
  7. /statusoff “Spire Drawn”
  8. /statusoff “Bole Drawn”
  9. /statusoff “Balance Drawn”
  10. /statusoff “Ewer Drawn”
  11. /statusoff “Arrow Drawn”
  12. Put “Draw” on cooldown faster by removing the 15s buff created by its use triggering the timer to start counting down. Used when “Shuffle” is on cooldown and the drawn card is not wanted for use, for “Royal Road”, or for “Spread”.
  13.  
  14.  
  15. Draw (AST)
  16. /action Draw <mo>
  17. /action Draw <t>
  18. /action Draw <me>
  19. /macroicon Draw
  20. Add “mouseover” functionality to Draw. Removing “/ac Draw <me>” will get rid of the default self casting, but will also require a target in order to “draw” the card to begin with.
  21.  
  22. Summon Selene (SCH)
  23. /action “Summon II”
  24. /hotbar pet Embrace Selene 2 3
  25. /hotbar pet “Silent Dusk” Selene 2 4
  26. /hotbar pet “Fey Caress” Selene 2 6
  27. /hotbar pet “Fey Wind” Selene 2 7
  28. /macroicon “Summon II”
  29. Leave off the Embrace line if using a separate Embrace macro. By using the same (c)hotbar positions for Selene and Eos you can increase available space. The numbers to the right of the pet name are (c)hotbar number and position on that bar respectively.
  30.  
  31. Summon Eos (SCH)
  32. /action Summon
  33. /hotbar pet Embrace Eos 2 3
  34. /hotbar pet “Whispering Dawn” Eos 2 4
  35. /hotbar pet “Fey Covenant” Eos 2 6
  36. /hotbar pet “Fey Illumination” Eos 2 7
  37. /macroicon Summon
  38. Leave off the Embrace line if using a separate Embrace macro. By using the same (c)hotbar positions for Selene and Eos you can increase available space. The numbers to the right of the pet name are (c)hotbar number and position on that bar respectively.
  39.  
  40. Embrace (SCH)
  41. /action Embrace <mo>
  42. /action Embrace <t>
  43. /action Embrace <tt>
  44. Manually control the main fairy heal. <mo> allows you to heal two separate targets simultaneously, <t> allows you to pump maximum heals into one target, and <tt> allows you to dps while still healing the tank.
  45.  
  46. Place Pet (SCH)
  47. /pac Heel
  48. /pac Place
  49. /pac Obey
  50. Intended to make manually placing your fairy less cumbersome. Heel interrupts your fairy’s cast while Place gives you the ground targeter for moving your fairy.
  51.  
  52. Gear Set (Job Switch Macro)
  53. /gearset change 1
  54. /autofacetarget off
  55. /macroicon 1 Gearset
  56.  
  57.  
  58. Used to make sure that when on a healing job your character is not constantly changing facing direction based on who they last healed. See Auto Face Target note below for more info.
  59.  
  60.  
  61.  
  62.  
  63. Special Notes:
  64.  
  65. Place the /macroicon command at the bottom of the macro to prevent delays in execution. Placing it above other commands will cause a delay of 16.7 ms in 60fps or 33.3ms in 30fps.
  66.  
  67. Do not macro embrace as part of your heals. Doing so decreases your healing efficiency because of the spell queuing as noted above, as well as, your fairy’s heal having a different cooldown than your heals. It is far better to let the fairy heal on its own until you need to direct it manually with the separate macro listed above. Healing the proper target(s) trumps raw throughput.
  68.  
  69. “/actionerror off” and “/macroerror off” can be used to suppress error messages on a per macro basis rather than turning all errors off in Character Configuration > Log Window Settings > "Display Error messages when actions fail"
  70.  
  71. **Auto Face Target** - There are not a ton of mechanics in the game contingent upon character facing, but they do exist. Introduced as a major mechanic in Turn 7 with a petrifying gaze attack, it became very detrimental to have this setting turned on as a healer since you would have unpredictable facing based on who you had last healed and their positioning. I would recommend having a job switching macro like the one above to handle this and simply either manually maintain your facing for offensive spells or take the small hit to efficiency on your offense to add the /ft to just your offensive spell macros.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement