Train Hiding and Stealth (Jaseowns) by Brant

Description: This is the same script Jase created for Outlands, but it works here!

# Training Hiding and Stealth by Jaseowns - https://youtu.be/Ch97IWwJvVM # UO Outlands # Requirements: Do not be in a house or inn room if skill "hiding" < 80 useskill 'Hiding' wait 11000 loop endif if not hidden useskill 'Hiding' wait 11000 endif if hidden and skill 'stealth' < 100 useskill 'Stealth' wait 1000 wait 11000 else useskill 'Hiding' wait 11000 endif loop