Advertisement
TC24k

Ninjutsu_Skillup

Jul 27th, 2011
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.50 KB | None | 0 0
  1. <!-- Originally used on CZB[S] Fortalices (hence the :Ichi spells) -->
  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="Katon: Ichi">
  11.             <if advanced='"$SkillUp" == "1"'>
  12.                 <command when="aftercast">wait 4.5;input /ma "Doton: Ichi"</command>
  13.             </if>
  14.         </if>
  15.         <elseif spell="Doton: Ichi">
  16.             <if advanced='"$SkillUp" == "1"'>
  17.                 <command when="aftercast">wait 4.5;input /ma "Suiton: Ichi"</command>
  18.             </if>
  19.         </elseif>
  20.         <elseif spell="Suiton: Ichi">
  21.             <if advanced='"$SkillUp" == "1"'>
  22.                 <command when="aftercast">wait 4.5;input /ma "Hyoton: Ichi"</command>
  23.             </if>
  24.         </elseif>
  25.         <elseif spell="Hyoton: Ichi">
  26.             <if advanced='"$SkillUp" == "1"'>
  27.                 <command when="aftercast">wait 4.5;input /ma "Huton: Ichi"</command>
  28.             </if>
  29.         </elseif>
  30.         <elseif spell="Huton: Ichi">
  31.             <if advanced='"$SkillUp" == "1"'>
  32.                 <command when="aftercast">wait 4.5;input /ma "Raiton: Ichi"</command>
  33.             </if>
  34.         </elseif>
  35.         <elseif spell="Raiton: Ichi">
  36.             <if advanced='"$SkillUp" == "1"'>
  37.                 <command when="aftercast">wait 4.5;input /ma "Katon: Ichi"</command>
  38.             </if>
  39.         </elseif>
  40.      
  41.     </rules>
  42. </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement