Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Will use the training weapons in the training room to
- //get to 100 swords, fencing, and mace fighting while also
- //training spirit speak
- clearhands 'both'
- pause 500
- if skill 'swordsmanship' < 100
- @findtype 0x27a9 'any' 'backpack'
- equipitem 'found' 2
- while skill 'swordsmanship' < 100
- useskill 'spirit speak'
- pause 6100
- endwhile
- endif
- pause 1500
- clearhands 'both'
- pause 1500
- if skill 'fencing' < 100
- @findtype 0x27ab 'any' 'backpack'
- equipitem 'found' 2
- while skill 'fencing' < 100
- useskill 'spirit speak'
- pause 6100
- endwhile
- endif
- pause 1500
- clearhands 'both'
- pause 1500
- if skill 'mace fighting' < 100
- @findtype 0x27ae 'any' 'backpack'
- equipitem 'found' 2
- while skill 'mace fighting' < 100 and skill 'spirit speak' < 100
- useskill 'spirit speak'
- pause 6100
- endwhile
- endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement