Hey Evo,
So I've tried both methods from the Wiki as well as UOGuide (Stealth while wearing ringmail armor and a Close Helmet & Leather Leggings, Chainmail Tunic, Studded Gorget and Leather Cap) with no luck. I'm running the following UOSteam script:
while not dead and skill 'hiding' < 100
useskill 'hiding'
pause 11000
endwhile
while not dead and skill 'stealth' < 100
walk "West"
walk "west"
pause 300
walk "North"
walk "North"
pause 300
walk "East"
walk "East"
pause 300
walk "South"
walk "South"
pause 300
walk "West"
walk "west"
pause 300
walk "North"
walk "North"
pause 300
walk "Southeast"
walk "Southeast"
pause 300
while not hidden
pause 1000
useskill 'hiding'
endwhile
endwhile
while not dead and skill 'hiding' < 100
useskill 'hiding'
pause 11000
endwhile
My hiding is at 100 so I hide successfully 100% of the time. Also, that script seemed to work very well to get me to 98 but now I cant seem to move past 98.0. I'm not sure if it's something I'm doing wrong, or something I'm missing so any advice would be very welcome! Thanks...
- Reside