Advertisement
Maespark

Training - Melee

Jan 28th, 2018
796
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. //Will use the training weapons in the training room to
  2. //get to 100 swords, fencing, and mace fighting while also
  3. //training spirit speak
  4. clearhands 'both'
  5. pause 500
  6. if skill 'swordsmanship' < 100
  7. @findtype 0x27a9 'any' 'backpack'
  8. equipitem 'found' 2
  9. while skill 'swordsmanship' < 100
  10. useskill 'spirit speak'
  11. pause 6100
  12. endwhile
  13. endif
  14. pause 1500
  15. clearhands 'both'
  16. pause 1500
  17. if skill 'fencing' < 100
  18. @findtype 0x27ab 'any' 'backpack'
  19. equipitem 'found' 2
  20. while skill 'fencing' < 100
  21. useskill 'spirit speak'
  22. pause 6100
  23. endwhile
  24. endif
  25. pause 1500
  26. clearhands 'both'
  27. pause 1500
  28. if skill 'mace fighting' < 100
  29. @findtype 0x27ae 'any' 'backpack'
  30. equipitem 'found' 2
  31. while skill 'mace fighting' < 100 and skill 'spirit speak' < 100
  32. useskill 'spirit speak'
  33. pause 6100
  34. endwhile
  35. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement