Discussion in   Help!   started     9 years ago   November 11, 2015, 09:29:13 AM   by   Reside

Stealth stuck at 98.0

Reside
Offline
116 Posts
Topic :   Stealth stuck at 98.0
9 years ago  November 11, 2015, 09:29:13 AM

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

Sturger
Offline
730 Posts
#1 Re :   Stealth stuck at 98.0
9 years ago  November 12, 2015, 10:51:43 AM

Try stealthing past monsters in dungeons... Dragons & Skeletal Dragons are good choices.

Reside
Offline
116 Posts
#2 Re :   Stealth stuck at 98.0
9 years ago  November 12, 2015, 12:45:00 PM

Ok thanks Sturger... I'll give that a shot.

- Reside