Advertisement
Belgaer

Rinjii BST Base

Feb 28th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.16 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2.  
  3. <spellcast>  
  4.   <config Debug="false"
  5.  RequireVersion="2.30"
  6.  HideErrors="false"
  7.  ShowSpellInfo="false"
  8.  ShowGearSwaps="false"
  9.  />      
  10. <variables>
  11.     <variables>
  12.         <var name="Triggers">"Radiant Breath|Eyes on Me|Heat Breath|Magnetite Cloud|Maelstrom|Mysterious Light|Ice Break|Mind Blast</var>
  13.     </variables>
  14. </variables>  
  15.     <sets>
  16.         <group name="Beastmaster|BST" default="yes">
  17.             <set name="TP">
  18.                 <head>Walahra Turban</head>
  19.                 <neck>Backlash Torque</neck>
  20.                 <lear>Brutal Earring</lear>
  21.                 <body>Rvg. Lorica +1</body>
  22.                 <hands>Bellicus Dastanas</hands>
  23.                 <lring>Rajas Ring</lring>
  24.                 <rring>Keen Ring</rring>
  25.                 <back>Atheling Mantle</back>
  26.                 <waist>Swift Belt</waist>
  27.                 <legs>Rvg. Cuisses +2</legs>
  28.                 <feet>Rvg. Calligae +1</feet>
  29.                 <ammo>Bomb Core</ammo>
  30.             </set>
  31.         </group>
  32.     </sets>
  33.     <rules>
  34.         <if spell="Jettatura">
  35.             <cancelspell/>
  36.             <cmd>input /raw /pet "%spell" &lt;t&gt;;</cmd>
  37.         </if>
  38.         <if spell="Fantod">
  39.             <cancelspell/>
  40.             <cmd>input /raw /pet "%spell" &lt;me&gt;;</cmd>
  41.         </if>
  42.     </rules>
  43. </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement