Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" ?>
- <spellcast>
- <config Debug="false" RequireVersion="2.18" ShowSpellInfo="false" ShowGearSwaps="false" />
- <sets>
- <group name="WAR" Default="Yes">
- <set name="Idle" baseSet="TP">
- <head>Ravager's mask</head>
- <body>Ravager's lorica +2</body>
- <hands>Ravager's mufflers</hands>
- <legs>Ravager's cuisses +2</legs>
- <feet>Ravager's calligae</feet>
- </set>
- <set name="TP">
- <ammo>Bomb core</ammo>
- <head>Brego helm</head>
- <neck>Rancor collar</neck>
- <rear>Ravager's earring</rear>
- <lear>Brutal earring</lear>
- <body>Ravager's lorica +2</body>
- <hands>Dusk gloves</hands>
- <lring>Keen ring</lring>
- <rring>Hoard ring</rring>
- <back>Attacker's mantle</back>
- <waist>Paewr belt</waist>
- <legs>Ravager's cuisses +2</legs>
- <feet>Unicorn leggings</feet>
- </set>
- <set name="VIT" baseSet="TP">
- <head>Ravager's salade</head>
- <neck>Apathy gorget</neck>
- <body>Ugol haubert</body>
- <hands>Ugol moufles</hands>
- <rring>Spiral ring</rring>
- <lring>Terrasoul ring</lring>
- <waist>Light belt</waist>
- <legs>Jinyang hose</legs>
- <feet>Dux greaves</feet>
- </set>
- </group>
- </sets>
- <rules>
- <if Status="engaged">
- <action type="equip" when="aftercast|idle|engaged" set="TP" />
- </if>
- <if NotStatus="engaged">
- <action type="equip" when="aftercast|idle" set="Idle" />
- </if>
- <if type="WeaponSkill">
- <if spell="Upheaval">
- <action type="equip" when="precast" set="VIT" />
- </if>
- <else>
- <action type="equip" when="precast" set="STR" />
- </else>
- </if>
- <if validtargets="*Self*" targettype="None" spelltarget="<t>">
- <changetarget target="<me>" />
- </if>
- <if spelltarget="<t>" targettype="MONSTER" notvalidtarget="*Enemy*" validtarget="*Self*">
- <changetarget target="<me>" />
- </if>
- <if spell="Sneak" BuffActive="Sneak" SpellTargetType="Self">
- <command when="midcast">cancel 71</command>
- <midcastdelay delay="2.2" />
- </if>
- <elseif spell="Stoneskin" BuffActive="Stoneskin">
- <command when="midcast">cancel 37</command>
- <midcastdelay delay="3.8" />
- </elseif>
- <elseif spell="Spectral Jig">
- <command when="precast">cancel 71</command>
- </elseif>
- <if mode="and" skill="*Magic|Ninjutsu" buffactive="Silence">
- <cancelspell />
- <command>input /item "Echo Drops" Crystalchan</command>
- </if>
- </rules>
- </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment