Advertisement
TC24k

Dark_Maneuver_Spam_Spellcast

Jul 27th, 2011
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.51 KB | None | 0 0
  1. <!-- I'm not a PUP, I can't guarantee how long this will go before your PUP explodes -->
  2.  
  3. <spellcast xmlns:xi="http://www.w3.org/2001/XInclude">
  4.     <config />
  5.     <variables clear="false">
  6.         <var name="SkillUp">1</var>
  7.     </variables>
  8.     <sets />
  9.     <rules>
  10.         <if spell="Dark Maneuver">
  11.             <if advanced='"$SkillUp" == "1"'>
  12.                 <command when="aftercast">wait 12;input /ja "Dark Maneuver" &lt;me&gt;</command>
  13.             </if>
  14.         </if>      
  15.     </rules>
  16. </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement