Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //This macro could be improved by adding some lines to auto-equip
- //heavier armors as your stealth gets higher. I'll leave that up to you
- //to decide if you'd like to macro it or do it manually
- while skill 'stealth' < 100
- if not hidden 'self'
- useskill 'Hiding'
- pause 11000
- endif
- if hidden 'self'
- useskill 'Stealth'
- pause 11000
- endif
- endwhile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement