Advertisement
RogT

RDMskillup

May 16th, 2011
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. <spellcast>
  2. <config />
  3. <variables clear="false">
  4. <var name="SkillUp">1</var>
  5. </variables>
  6. <sets />
  7. <rules>
  8. <if spell="Barfire">
  9. <if advanced='"$SkillUp" == "1"'>
  10. <command when="aftercast">wait 3;input /ma "Barblizzard" &lt;me&gt;</command>
  11. </if>
  12. </if>
  13.  
  14. <elseif spell="Barblizzard">
  15. <if advanced='"$SkillUp" == "1"'>
  16. <command when="aftercast">wait 3;input /ma "Baraero" &lt;me&gt;</command>
  17. </if>
  18. </elseif>
  19.  
  20. <elseif spell="Baraero">
  21. <if advanced='"$SkillUp" == "1"'>
  22. <command when="aftercast">wait 3;input /ma "Barstone" &lt;me&gt;</command>
  23. </if>
  24. </elseif>
  25.  
  26. <elseif spell="Barstone">
  27. <if advanced='"$SkillUp" == "1"'>
  28. <command when="aftercast">wait 3;input /ma "Barthunder" &lt;me&gt;</command>
  29. </if>
  30. </elseif>
  31.  
  32. <elseif spell="Barthunder">
  33. <if advanced='"$SkillUp" == "1"'>
  34. <command when="aftercast">wait 3;input /ma "Barwater" &lt;me&gt;</command>
  35. </if>
  36. </elseif>
  37.  
  38. <elseif spell="Barwater">
  39. <if advanced='"$SkillUp" == "1"'>
  40. <command when="aftercast">wait 3;input /ma "Protect" &lt;me&gt;</command>
  41. </if>
  42. </elseif>
  43.  
  44. <elseif spell="Protect">
  45. <if advanced='"$SkillUp" == "1"'>
  46. <command when="aftercast">wait 3;input /ma "Shell" &lt;me&gt;</command>
  47. </if>
  48. </elseif>
  49.  
  50. <elseif spell="Shell">
  51. <if advanced='"$SkillUp" == "1"'>
  52. <command when="aftercast">wait 3;input /ma "Aquaveil" &lt;me&gt;</command>
  53. </if>
  54. </elseif>
  55.  
  56. <elseif spell="Aquaveil">
  57. <if advanced='"$SkillUp" == "1"'>
  58. <command when="aftercast">wait 3;input /ma "Barsleep" &lt;me&gt;</command>
  59. </if>
  60. </elseif>
  61.  
  62. <elseif spell="Barsleep">
  63. <if advanced='"$SkillUp" == "1"'>
  64. <command when="aftercast">wait 3;input /ma "Barpoison" &lt;me&gt;</command>
  65. </if>
  66. </elseif>
  67.  
  68. <elseif spell="Barpoison">
  69. <if advanced='"$SkillUp" == "1"'>
  70. <command when="aftercast">wait 3;input /ma "Haste" &lt;me&gt;</command>
  71. </if>
  72. </elseif>
  73.  
  74. <elseif spell="Haste">
  75. <if advanced='"$SkillUp" == "1"'>
  76. <command when="aftercast">wait 4;input /ma "Refresh II" &lt;me&gt;</command>
  77. </if>
  78. </elseif>
  79.  
  80. <elseif spell="Refresh II">
  81. <if advanced='"$SkillUp" == "1"'>
  82. <command when="aftercast">wait 5//sc load;input /ma "Barfire" &lt;me&gt;</command>
  83. </if>
  84. </elseif>
  85. </rules>
  86. </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement