Mynameisgonz

Untitled

Dec 15th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.53 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <spellcast>    
  3.     <config Debug="false" RequireVersion="2.18" ShowSpellInfo="false" ShowGearSwaps="false" />             
  4.     <sets>
  5.         <group name="WAR" Default="Yes">               
  6.             <set name="Idle" baseSet="TP">
  7.                 <head>Ravager's mask</head>
  8.                 <body>Ravager's lorica +2</body>               
  9.                 <hands>Ravager's mufflers</hands>
  10.                 <legs>Ravager's cuisses +2</legs>
  11.                 <feet>Ravager's calligae</feet>
  12.             </set>
  13.             <set name="TP">
  14.                 <ammo>Bomb core</ammo>
  15.                 <head>Brego helm</head>
  16.                 <neck>Rancor collar</neck>
  17.                 <rear>Ravager's earring</rear>
  18.                 <lear>Brutal earring</lear>
  19.                 <body>Ravager's lorica +2</body>
  20.                 <hands>Dusk gloves</hands>
  21.                 <lring>Keen ring</lring>
  22.                 <rring>Hoard ring</rring>
  23.                 <back>Attacker's mantle</back>
  24.                 <waist>Paewr belt</waist>
  25.                 <legs>Ravager's cuisses +2</legs>
  26.                 <feet>Unicorn leggings</feet>
  27.             </set>
  28.             <set name="VIT" baseSet="TP">
  29.                 <head>Ravager's salade</head>
  30.                 <neck>Apathy gorget</neck>
  31.                 <body>Ugol haubert</body>
  32.                 <hands>Ugol moufles</hands>
  33.                 <rring>Spiral ring</rring>
  34.                 <lring>Terrasoul ring</lring>
  35.                 <waist>Light belt</waist>
  36.                 <legs>Jinyang hose</legs>
  37.                 <feet>Dux greaves</feet>
  38.             </set>
  39.         </group>
  40.     </sets>
  41.     <rules>
  42.         <if Status="engaged">
  43.             <action type="equip" when="aftercast|idle|engaged" set="TP" />
  44.         </if>
  45.         <if NotStatus="engaged">
  46.             <action type="equip" when="aftercast|idle" set="Idle" />
  47.         </if>
  48.         <if type="WeaponSkill">
  49.             <if spell="Upheaval">
  50.                 <action type="equip" when="precast" set="VIT" />
  51.             </if>
  52.             <else>
  53.                 <action type="equip" when="precast" set="STR" />
  54.             </else>
  55.         </if>
  56.         <if validtargets="*Self*" targettype="None" spelltarget="&lt;t&gt;">
  57.             <changetarget target="&lt;me&gt;" />
  58.         </if>
  59.         <if spelltarget="&lt;t&gt;" targettype="MONSTER" notvalidtarget="*Enemy*" validtarget="*Self*">
  60.             <changetarget target="&lt;me&gt;" />
  61.         </if>
  62.         <if spell="Sneak" BuffActive="Sneak" SpellTargetType="Self">
  63.                     <command when="midcast">cancel 71</command>
  64.                     <midcastdelay delay="2.2" />
  65.             </if>
  66.             <elseif spell="Stoneskin" BuffActive="Stoneskin">
  67.                     <command when="midcast">cancel 37</command>
  68.                     <midcastdelay delay="3.8" />
  69.             </elseif>
  70.             <elseif spell="Spectral Jig">
  71.                     <command when="precast">cancel 71</command>
  72.             </elseif>
  73.         <if mode="and" skill="*Magic|Ninjutsu" buffactive="Silence">
  74.                 <cancelspell />
  75.             <command>input /item "Echo Drops" Crystalchan</command>
  76.         </if>
  77.     </rules>
  78. </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment