Advertisement
Guest User

BRD

a guest
Mar 14th, 2011
920
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.53 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <spellcast>
  3. <config
  4. RequiredVersion="2.18"
  5. ShowGearSwaps="False"
  6. Debug="False"
  7. />
  8. <variables>
  9. <!-- Var: Input wich staff you want to use for each element -->
  10. <var name="IceStaff">Aquilo's Staff</var>
  11. <var name="WindStaff">Auster's Staff</var>
  12. <var name="EarthStaff">Terra's Staff</var>
  13. <var name="ThunderStaff">Jupiter's Staff</var>
  14. <var name="WaterStaff">Neptune's Staff</var>
  15. <var name="FireStaff">Vulcan's Staff</var>
  16. <var name="DarkStaff">Pluto's Staff</var>
  17. <var name="LightStaff">Apollo's Staff</var>
  18. </variables>
  19. <sets>
  20. <group name="Main" default="yes">
  21. <set name="Idle">
  22. <main>Terra's Staff</main>
  23. <head>Aoidos' Calot +2</head>
  24. <neck>Twilight Torque</neck>
  25. <lear>Static Earring</lear>
  26. <rear>Loquac. Earring</rear>
  27. <body>Dalmatica</body>
  28. <hands>Serpentes Cuffs</hands>
  29. <lring>Serket Ring</lring>
  30. <rring>Bifrost Ring</rring>
  31. <back>Twilight Cape</back>
  32. <waist>Cognizant Belt</waist>
  33. <legs>Aoidos' Rhingrave +2</legs>
  34. <feet>Serpentes Sabots</feet>
  35. </set>
  36. <set name="Stoneskin" BaseSet="Idle">
  37. <main lock="yes">Neptune's Staff</main>
  38. <neck>Morgana's Choker</neck>
  39. <body>Augur's Jaseran</body>
  40. <hands>Tropic Gages</hands>
  41. <feet>Teal Pigaches</feet>
  42. </set>
  43. <set name="Debuffs" BaseSet="Idle">
  44. <neck>Aoidos' Matinee</neck>
  45. <lear>Musical Earring</lear>
  46. <rear>Loquac. Earring</rear>
  47. <body>Augur's Jaseran</body>
  48. <hands>Aoidos' Manchettes +2</hands>
  49. <lring>Omega Ring</lring>
  50. <rring>Balrahn's Ring</rring>
  51. <back>Astute Cape</back>
  52. <waist>Aoidos' Belt</waist>
  53. <feet>Aoidos' Cothurnes +2</feet>
  54. </set>
  55. <set name="Songs" BaseSet="Idle">
  56. <main lock="yes">Felibre's Dague</main>
  57. <sub>Genbu's Shield</sub>
  58. <neck>Aoidos' Matinee</neck>
  59. <lear>Musical Earring</lear>
  60. <rear>Loquac. Earring</rear>
  61. <body>Aoidos' Hongreline +2</body>
  62. <hands>Aoidos' Manchettes +2</hands>
  63. <back>Harmony Cape</back>
  64. <waist>Swift Belt</waist>
  65. <legs>Mahatma Slops</legs>
  66. <feet>Rostrum Pumps</feet>
  67. </set>
  68. <set name="Cure" BaseSet="Idle">
  69. <main lock="yes">Surya's Staff +2</main>
  70. <neck>Morgana's Choker</neck>
  71. <hands>Serpentes Cuffs</hands>
  72. <lear>Novia Earring</lear>
  73. <body>Augur's Jaseran</body>
  74. <feet>Serpentes Sabots</feet>
  75. </set>
  76. <set name="Melee" BaseSet="Idle">
  77. <neck>Chivalrous Chain</neck>
  78. <lear>Suppanomimi</lear>
  79. <rear>Brutal Earring</rear>
  80. <head>Walahra Turban</head>
  81. <hands>Dusk Gloves</hands>
  82. <rring>Rajas Ring</rring>
  83. <lring>Heed Ring</lring>
  84. <waist>Swift Belt</waist>
  85. <legs>Byakko's Haidate</legs>
  86. </set>
  87. <set name="Haste" BaseSet="Idle">
  88. <head>Walahra Turban</head>
  89. <hands>Dusk Gloves</hands>
  90. <waist>Swift Belt</waist>
  91. <legs>Byakko's Haidate</legs>
  92. </set>
  93. <set name="Resting">
  94. <main>Pluto's Staff</main>
  95. </set>
  96. <!-- Set: Instruments -->
  97. <set name="Requiem" BaseSet="Debuffs">
  98. <range>Iron Ram Horm</range>
  99. </set>
  100. <set name="Elegy" BaseSet="Debuffs">
  101. <range>Syrinx</range>
  102. </set>
  103. <set name="Threnody" BaseSet="Debuffs">
  104. <range>Piccolo +1</range>
  105. </set>
  106. <set name="Lullaby" BaseSet="Debuffs">
  107. <range>Cradle Horn</range>
  108. </set>
  109. <set name="Finale" BaseSet="Debuffs">
  110. <range>Ney</range>
  111. </set>
  112. <set name="Minuet" BaseSet="Songs">
  113. <range>Cornette +1</range>
  114. </set>
  115. <set name="Madrigal" BaseSet="Songs">
  116. <range>Traversiere +1</range>
  117. </set>
  118. <set name="Minne" BaseSet="Songs" />
  119. <set name="Mambo" BaseSet="Songs">
  120. <range>Vihuela</range>
  121. </set>
  122. <set name="March" BaseSet="Songs">
  123. <range>Iron Ram Horn</range>
  124. </set>
  125. <set name="Etude" BaseSet="Songs" />
  126. <set name="Prelude" BaseSet="Songs" />
  127. <set name="Ballad" BaseSet="Songs">
  128. <range>Crooner's Cithara</range>
  129. </set>
  130. <set name="Carol" BaseSet="Songs">
  131. <range>Crumhorn +1</range>
  132. </set>
  133. <set name="Paeon" BaseSet="Songs" />
  134. <set name="Mazurka" BaseSet="Songs">
  135. <range>Vihuela</range>
  136. </set>
  137. <set name="Hymnus" BaseSet="Songs" />
  138. <set name="Scherzo" BaseSet="Songs" />
  139. </group>
  140. </sets>
  141. <rules>
  142. <!-- Rule: Equiping Idle set while Idle or after casting -->
  143. <action type="equip" when="Idle|aftercast" set="Idle" />
  144. <!-- Rule: Equiping resting gear while resting -->
  145. <action type="equip" when="Resting" set="Resting" />
  146. <!-- Staff matching the curent Debuff Element -->
  147. <action type="equip" when="midcast">
  148. <main>$%SpellElementStaff</main>
  149. </action>
  150. <!-- Rule: Lock weapon if meleeing -->
  151. <if Status="Engaged" TPGT="20">
  152. <action type="equip" BaseSet="Melee">
  153. <main lock="t" />
  154. </action>
  155. </if>
  156. <!-- Rule: Equipping the right gears matching the spell -->
  157. <if spell="*Threnody">
  158. <action type="equip" set="Threnody" />
  159. </if>
  160. <if spell="*Finale">
  161. <action type="equip" set="Finale" />
  162. </if>
  163. <if spell="Foe Lullaby*|Horde Lullaby">
  164. <action type="equip" set="Lullaby" />
  165. </if>
  166. <if spell="Foe Requiem*">
  167. <action type="equip" set="Requiem" />
  168. </if>
  169. <if spell="*Elegy">
  170. <action type="equip" set="Elegy" />
  171. </if>
  172. <if spell="*Prelude">
  173. <action type="equip" set="Prelude" />
  174. </if>
  175. <if spell="*Etude">
  176. <action type="equip" set="Etude" />
  177. </if>
  178. <if spell="*Carol">
  179. <action type="equip" set="Carol" />
  180. </if>
  181. <if spell="*Hymnus">
  182. <action type="equip" set="Hymnus" />
  183. </if>
  184. <if spell="*Minne">
  185. <action type="equip" set="Minne" />
  186. </if>
  187. <if spell="*Scherzo">
  188. <action type="equip" set="Scherzo" />
  189. </if>
  190. <if spell="*Paeon">
  191. <action type="equip" set="Paeon" />
  192. </if>
  193. <if spell="*Minuet">
  194. <action type="equip" set="Minuet" />
  195. </if>
  196. <if spell="*Madrigal">
  197. <action type="equip" set="Madrigal" />
  198. </if>
  199. <if spell="*Ballad">
  200. <action type="equip" set="Ballad" />
  201. </if>
  202. <if spell="*March">
  203. <action type="equip" set="March" />
  204. </if>
  205. <if spell="*Mambo">
  206. <action type="equip" set="Mambo" />
  207. </if>
  208. <if spell="*Mazurka">
  209. <action type="equip" set="Mazurka" />
  210. </if>
  211. <if spell="Cure*|Cura*">
  212. <action type="equip" set="Cure" />
  213. </if>
  214. <if spell="Stoneskin">
  215. <action type="equip" set="Stoneskin" />
  216. </if>
  217. <if spell="Haste">
  218. <action type="equip" set="Haste" />
  219. </if>
  220. </rules>
  221. </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement