Advertisement
Narse

SAM Spellcast Dummy Spell

Mar 31st, 2011
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.64 KB | None | 0 0
  1.         <if spell="Holy II">
  2.             <if status="engaged">
  3.                 <if BuffActive="Aftermath">
  4.                     <action type="equip" when="precast" set="MeleeAftermath" />
  5.                     <action type="cancelspell"/>
  6.                     <action type="return"/>
  7.                 </if>
  8.                 <elseif BuffActive="Hasso">
  9.                     <action type="equip" when="precast" set="MeleeHasso" />
  10.                 </elseif>
  11.                 <elseif BuffActive="Seigan">
  12.                     <if NotBuffActive="Third Eye">
  13.                         <action type="equip" when="precast" set="MeleeSeigan" />
  14.                     </if>
  15.                 </elseif>
  16.                 <else>
  17.                     <action type="equip" when="precast" set="Melee" />
  18.                 </else>
  19.             </if>
  20.             <action type="cancelspell"/>
  21.             <action type="return"/>
  22.         </if>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement