Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 26th, 2012  |  syntax: None  |  size: 1.51 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.     <?xml version="1.0"?>
  2.     <spellcast xmlns:xi="http://www.w3.org/2001/xinclude">
  3.       <config debug="true" hideerrors="false" normalgroup="common" normalset="main" showgearswaps="false" showspellinfo="false" variablesclear="yes"/>
  4.      
  5.       <variables>
  6.                     <var name="skillup">0</var>
  7.       </variables>
  8.       <sets>
  9.       </sets>
  10.      
  11.       <rules>
  12.             <if spell="barthundra">
  13.                 <if advanced='"$SkillUp" == "1"'>
  14.                     <command when="aftercast">wait 2;input /ma "barstonra" &lt;me&gt;</command>
  15.                 </if>
  16.             </if>
  17.             <elseif spell="barstonra">
  18.                 <if advanced='"$SkillUp" == "1"'>
  19.                     <command when="aftercast">wait 2;input /ma "barwatera" &lt;me&gt;</command>
  20.                 </if>
  21.             </elseif>
  22.                     <elseif spell="barwatera">
  23.                 <if advanced='"$SkillUp" == "1"'>
  24.                     <command when="aftercast">wait 2;input /ma "barfira" &lt;me&gt;</command>
  25.                 </if>
  26.             </elseif>
  27.                     <elseif spell="barfira">
  28.                 <if advanced='"$SkillUp" == "1"'>
  29.                     <command when="aftercast">wait 2;input /ma "regen" &lt;me&gt;</command>
  30.                 </if>
  31.             </elseif>
  32.             <elseif spell="regen">
  33.                 <if advanced='"$SkillUp" == "1"'>
  34.                     <command when="aftercast">wait 2;input /ma "barthundra" &lt;me&gt;</command>
  35.                 </if>
  36.             </elseif>