Advertisement
LloydBatair

FFXIV Macros

Jul 12th, 2023 (edited)
703
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 2.70 KB | Gaming | 0 0
  1. " === FFXIV Macros ===
  2. " NOTE: `/micon ###### id` requires the "Extended Mactro Icons" Option in Simple Tweaks to be enabled.
  3.  
  4. " --- NAMES ---
  5.  
  6. " - Toggle Display Names -
  7.  
  8. " On
  9. /micon 009966 id
  10. /nameplatedisp other 1
  11.  
  12. " Off
  13. /micon 009967 id
  14. /nameplatedisp other 2
  15.  
  16. " --- SOUND SETTINGS ---
  17.  
  18. " Reset to "good" settings
  19. /micon 64372 id
  20. /mastervolume 80
  21. /bgm 70
  22. /voice 75
  23. /systemsounds 65
  24. /ambientsounds 80
  25. /soundeffects 45
  26. /soundeffectsself 100
  27. /soundeffectsparty 100
  28. /soundeffectsother 100
  29. /performsounds 50
  30.  
  31. " Toggle Master Volume
  32. /micon 64430 id
  33. /mastervolume
  34.  
  35. " --- BATTLE EFFECTS ---
  36.  
  37. " "Small" Battle Effects
  38. /micon 061161 id
  39. /battleeffect self all
  40. /battleeffect party simple
  41. /battleeffect other off
  42. /nameplatedisp self 4
  43. /nameplatedisp other 4
  44. /petsize all small
  45.  
  46. " Remove Regen Effects
  47. /statusoff "Regen"
  48. /statusoff "Aspected Helios"
  49. /statusoff "Aspected Benefic"
  50. /statusoff "Medica II"
  51. /statusoff "Whispering Dawn"
  52.  
  53. " --- INVENTORY ---
  54.  
  55. " Sort Armoury
  56. /micon 32 id
  57. /isort condition armoury ilv des
  58. /isort execute armoury
  59.  
  60. " --- HOTBARS ---
  61.  
  62. " - Hotbar Toggle Setup -
  63.  
  64. " Open
  65. /micon 64161 id
  66. /hotbar copy current 7 LNC 1
  67. /hotbar copy LNC 2 current 7
  68. /hotbar display 9 [on/off]
  69. /hotbar display 10 off
  70. /hotbar display 8 off
  71. /hotbar display 6 off
  72.  
  73. " Close
  74. /micon 61143 id
  75. /hotbar copy current 7 LNC 2
  76. /hotbar copy LNC 1 current 7
  77. /hotbar display 9 [on/off]
  78. /hotbar display 10 off
  79. /hotbar display 8 off
  80. /hotbar display 6 off
  81.  
  82. " Dropdown 1
  83. /micon 60955 id
  84. /hotbar copy CNJ 5 current 8
  85. /hotbar copy CNJ 4 current 10
  86. /hotbar display 8 off
  87. /hotbar display 10 off
  88. /hotbar display 8 [on/off]
  89. /hotbar display 10 [on/off]
  90.  
  91. " Dropdown 2
  92. /micon 60955 id
  93. /hotbar copy CNJ 1 current 8
  94. /hotbar copy CNJ 3 current 10
  95. /hotbar display 8 off
  96. /hotbar display 10 off
  97. /hotbar display 8 [on/off]
  98. /hotbar display 10 [on/off]
  99.  
  100. " Dropdown 3
  101. /micon 60955 id
  102. /hotbar copy CNJ 6 current 8
  103. /hotbar copy CNJ 2 current 10
  104. /hotbar display 8 off
  105. /hotbar display 10 off
  106. /hotbar display 8 [on/off]
  107. /hotbar display 10 [on/off]
  108.  
  109. " --- CHAT ---
  110.  
  111. " Unique Characters (paste inside FFXIV to see characters)
  112. /micon 61121 id
  113. /echo 
  114. /echo 
  115. /echo 
  116. /echo 
  117. /echo   
  118. /echo 
  119. /echo 
  120. /echo 
  121. /echo 
  122. /echo 
  123. /echo 
  124. /echo 
  125. /echo 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement