Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.83 KB | None | 0 0
  1. <?xml version="2.0" ?>
  2. <spellcast>
  3. <config
  4. HideErrors="false"
  5. Debug="false"
  6. Language="NA"
  7. ShowSpellInfo="false"
  8. />
  9.  
  10.  
  11. <variables clear="yes">
  12. <var name="Enfeebling Potency">0</var>
  13. </variables>
  14.  
  15.  
  16. <sets>
  17. <group default="yes" name="Black Mage">
  18.  
  19. <set name="Resting" BaseSet="Standing">
  20. <main>Pluto's Staff</main>
  21. <rear>Antivenom Earring</rear>
  22. <lear>Relaxing Earring</lear>
  23. <head>Yigit Turban</head>
  24. <body>Errant Houppelande</body>
  25. <neck>Beak Necklace</neck>
  26. <legs>Baron's Slops</legs>
  27. <waist>Austerity Belt</waist>
  28. </set>
  29.  
  30. <set name="Standing" >
  31. <main>Earth Staff</main>
  32. <sub>Raptor Strap +1</sub>
  33. <neck>Beak Necklace</neck>
  34. <lear>Insomnia Earring</lear>
  35. <rear>Antivenom Earring</rear>
  36. <body>Warlock's Tabard</body>
  37. <head>Warlock's Chapeau</head>
  38. <hands>Magna Gauntlets</hands>
  39. <lring>Ether Ring</lring>
  40. <rring>Jelly Ring</rring>
  41. <back>Lamia Mantle</back>
  42. <waist>Penitent's Rope</waist>
  43. <legs>Warlock's Tights</legs>
  44. <feet>Wood M Ledelsens</feet>
  45. <ammo>Phtm. Tathlum</ammo>
  46. </set>
  47.  
  48. <set name="Elemental Skill">
  49. <sub>Elementa Grip</sub>
  50. <neck>Elemental Torque</neck>
  51. <lear>Aptus Earring</lear>
  52. <rear>Moldavite Earring</rear>
  53. <body>Teal Saio</body>
  54. <head>Warlock's Chapeau</head>
  55. <hands>Teal Cuffs</hands>
  56. <lring>Diamond Ring</lring>
  57. <rring>Diamond Ring</rring>
  58. <back>Rainbow Cape</back>
  59. <waist>Penitent's Rope</waist>
  60. <legs>Teal Slops</legs>
  61. <feet>Duelist's Boots</feet>
  62. <ammo>Phtm. Tathlum</ammo>
  63. </set>
  64.  
  65. <set name="Enfeebling Skill">
  66. <sub>Macera Grip</sub>
  67. <neck>Spider Torque</neck>
  68. <lear>Aptus Earring</lear>
  69. <rear>Morion Earring</rear>
  70. <body>Warlock's Tabard</body>
  71. <head>Wise Cap</head>
  72. <legs>Teal Slops</legs>
  73. <hands>Teal Cuffs</hands>
  74. </set>
  75.  
  76. <set name="Enhancing Skill">
  77. <legs>Warlock's Tights</legs>
  78. <body>Warlock's Tabard</body>
  79. </set>
  80.  
  81. <set name="Fast Cast">
  82. <head>Warlock's Chapeau</head>
  83. <body>Duelist's Tabard</body>
  84. </set>
  85. </group>
  86. </sets>
  87.  
  88. <rules>
  89. <action type="equip" set="Fast Cast" when="precast" />
  90. <action type="equip" set="Standing" when="postcast" />
  91.  
  92.  
  93. <!--This will be caught by autoset events-->
  94. <if spell="autoset">
  95. <!--Techinally dont need to set the if checks since the only when condition will be the one for the status you want-->
  96. <if status="resting">
  97. <!--Note: You need to set the when here to match the status event you want-->
  98. <action type="equip" when="resting" set="Resting" />
  99. </if>
  100. <elseif status="idle">
  101. <action type="equip" when="idle" set="Standing" />
  102. </elseif>
  103. </if>
  104.  
  105.  
  106. <if Skill="EnfeeblingMagic">
  107. <action type="equip" set="Enfeebling Skill" when="midcast" />
  108. <if advanced='"$Enfeebling Potency"="0"'>
  109. <if Spell="Slow|Paralyze">
  110. <action type="equip" when="midcast">
  111. <hands>Devotee's Mitts</hands>
  112. <waist>Penitent's Rope</waist>
  113. <legs>Errant Slops</legs>
  114. <feet>Teal Pigaches</feet>
  115. <back>Rainbow Cape</back>
  116. <lring>Sapphire Ring</lring>
  117. <rring>Sapphire Ring</rring>
  118. </action>
  119. </if>
  120.  
  121. <elseif Spell="Blind|Gravity|Bind|Sleep*">
  122. <action type="equip" when="midcast">
  123. <back>Rainbow cape</back>
  124. <waist>Penitent's Rope</waist>
  125. <lring>Diamond Ring</lring>
  126. <rring>Diamond Ring</rring>
  127. <hands>Errant Cuffs</hands>
  128. </action>
  129. </elseif>
  130. </if>
  131. <elseif advanced='"$Enfeebling Potency"="1"'>
  132. <if Spell="Slow|Paralyze">
  133. <action type="equip" when="midcast">
  134. <head>Teal Chapeau</head>
  135. <body>Errant Houppelande</body>
  136. <neck>Promise Badge</neck>
  137. <sub lock="t">Raptor Strap +1</sub>
  138. <hands>Devotee's Mitts</hands>
  139. <waist>Penitent's Rope</waist>
  140. <legs>Errant Slops</legs>
  141. <feet>Teal Pigaches</feet>
  142. <back>Rainbow Cape</back>
  143. <lring>Sapphire Ring</lring>
  144. <rring>Sapphire Ring</rring>
  145. </action>
  146. </if>
  147.  
  148. <elseif Spell="Blind|Gravity|Bind|Sleep*">
  149. <action type="equip" when="midcast">
  150. <head>Teal Chapeau</head>
  151. <back>Rainbow cape</back>
  152. <waist>Penitent's Rope</waist>
  153. <lring>Diamond Ring</lring>
  154. <rring>Diamond Ring</rring>
  155. <hands>Errant Cuffs</hands>
  156. </action>
  157. </elseif>
  158. </elseif>
  159.  
  160. <elseif Skill="DarkMagic">
  161. <action type="equip" when="midcast">
  162. <lear>Aptus Earring</lear>
  163. <neck>Dark Torque</neck>
  164. </action>
  165. <if Spell="Drain|Aspir*|Stun">
  166. <action type="equip" when="midcast">
  167. <head>Walahra Turban</head>
  168. </action>
  169. </if>
  170. </elseif>
  171.  
  172. <elseif Spell="Fir*|Water*|Thunder*|Stone*|Aero*|Blizz*">
  173. <if NotSpell="Burn|Frost|Choke|Drown|Shock|Rasp">
  174. <action type="equip" when="midcast" set="Elemental Skill" />
  175. <if MPPAftercastLT="50">
  176. <action type="equip" when="midcast">
  177. <neck>Uggalepih Pendant</neck>
  178. </action>
  179. </if>
  180. </if>
  181. </elseif>
  182. </if>
  183.  
  184. <if Element="Earth">
  185. <if NotSpell="Stoneskin|Bar*">
  186. <action type="equip" when="midcast">
  187. <main>Earth Staff</main>
  188. <sub>Earth Grip</sub>
  189. </action>
  190. </if>
  191. </if>
  192.  
  193. <if Element="Ice">
  194. <if NotSpell="Bar*|Ice Spikes">
  195. <action type="equip" when="midcast">
  196. <main>Aquilo's Staff</main>
  197. <sub>Ice Grip</sub>
  198. </action>
  199. </if>
  200.  
  201. <if Spell="Blizz*|Freez*">
  202. <if mode="OR" weather="Ice*" day="Iceday">
  203. <action type="equip" when="midcast">
  204. <waist>Hyorin Obi</waist>
  205. </action>
  206. </if>
  207. </if>
  208.  
  209. </if>
  210.  
  211. <if Element="Wind">
  212. <if NotSpell="Blink|Haste|Invisible|Sneak|Deoderize|Bar*|Tele*|Utsu*|Tonko*|Mono*"
  213. <action type="equip" when="midcast">
  214. <main>Auster's Staff</main>
  215. </action>
  216. </if>
  217. </if>
  218.  
  219. <if Element="Dark">
  220. <if NotSpell="Escape|Warp*|Bar*|Retrace">
  221. <action type="equip" when="midcast">
  222. <main>Pluto's Staff</main>
  223. <sub>Dark Grip</sub>
  224. </action>
  225.  
  226. <if mode="OR" weather="Dar*" day="Darksday">
  227. <if Spell="Drain|Aspir">
  228. <action type="equip" when="midcast">
  229. <waist>Anrin Obi</waist>
  230. </action>
  231. </if>
  232. </if>
  233. </if>
  234. </if>
  235.  
  236. <if Element="Light">
  237. <if NotSpell="Refresh*|Teleport*|Protect*|Shell*|Reraise|Raise*|Phalanx|Bar*|Erase|Retrace|Mono*|Para|Cursna|Stona|Silena">
  238. <action type="equip" when="midcast">
  239. <main>Light Staff</main>
  240. </action>
  241. <if Spell="Cur*">
  242. <action type="equip" when="midcast">
  243. <head>Teal Chapeau</head>
  244. <body>Errant Houppelande</body>
  245. <legs>Errant Slops</legs>
  246. <hands>Devotee's Mitts</hands>
  247. <feet>Teal Pigaches</feet>
  248. <rring>Sapphire Ring</rring>
  249. <lring>Sapphire Ring</lring>
  250. </action>
  251. </if>
  252. </if>
  253. </if>
  254.  
  255. <if Element="Fire">
  256. <if NotSpell="Bar*|Blaze Spikes">
  257. <action type="equip" when="midcast">
  258. <main>Fire Staff</main>
  259. </action>
  260. </if>
  261.  
  262. <if Spell="Fir*|Flar*">
  263. <if mode="OR" weather="Fire*" day="Firesday">
  264. <action type="equip" when="midcast">
  265. <waist>Karin Obi</waist>
  266. </action>
  267. </if>
  268. </if>
  269.  
  270. </if>
  271.  
  272. <if Element="Water">
  273. <if NotSpell="Bar*|Aquaveil">
  274. <action type="equip" when="midcast">
  275. <main>Water Staff</main>
  276. </action>
  277. </if>
  278. </if>
  279.  
  280. <if Element="Thunder">
  281. <if NotSpell="Bar*|Shock Spikes">
  282. <action type="equip" when="midcast">
  283. <main>Jupiter's Staff</main>
  284. <sub>Thunder Grip</sub>
  285. </action>
  286. </if>
  287.  
  288. <if Spell="Thun*|Burs*">
  289. <if mode="OR" weather="Thunder*" day="Lightningday">
  290. <action type="equip" when="midcast">
  291. <waist>Rairin Obi</waist>
  292. </action>
  293. </if>
  294. </if>
  295. </if>
  296.  
  297. <if Spell="Bar*|Teleport*|Stoneskin|Blink|Reraise*|Aqua*|Protect*|Shell*">
  298. <action type="DefaultTarget" target="<me>" />
  299. </if>
  300.  
  301.  
  302.  
  303. </rules>
  304. </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement