Advertisement
Maespark

Training - Stealth

Jan 27th, 2018
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. //This macro could be improved by adding some lines to auto-equip
  2. //heavier armors as your stealth gets higher. I'll leave that up to you
  3. //to decide if you'd like to macro it or do it manually
  4. while skill 'stealth' < 100
  5. if not hidden 'self'
  6. useskill 'Hiding'
  7. pause 11000
  8. endif
  9. if hidden 'self'
  10. useskill 'Stealth'
  11. pause 11000
  12. endif
  13. endwhile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement