Advertisement
josephpate

skillup.xml

Oct 24th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <spellcast>
  2. <sets>
  3. </sets>
  4.  
  5. <variables>
  6. <var name="do">1</var>
  7. </variables>
  8.  
  9.  
  10. <rules>
  11.  
  12. <if spell="Fire Threnody" advanced='"$do" = "1"'>
  13. <action type="command" when="aftercast">pause 3; input /ma "Water Threnody" me</action>
  14. </if>
  15.  
  16.  
  17. <if spell="Water Threnody" advanced='"$do" = "1"'>
  18. <action type="command" when="aftercast">pause 3; input /ma "Wind Threnody" me</action>
  19. </if>
  20.  
  21. <if spell="Wind Threnody" advanced='"$do" = "1"'>
  22. <action type="command" when="aftercast">pause 3; input /ma "Light Threnody" me</action>
  23. </if>
  24.  
  25. <if spell="Light Threnody" advanced='"$do" = "1"'>
  26. <action type="command" when="aftercast">pause 3; input /ma "Dark Threnody" me</action>
  27. </if>
  28.  
  29. <if spell="Dark Threnody" advanced='"$do" = "1"'>
  30. <action type="command" when="aftercast">pause 3; input /ma "Fire Threnody" me</action>
  31. </if>
  32.  
  33.  
  34. </rules>
  35.  
  36. </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement