Grim Reapers Free-Shard Hiding and Stealth Training Script by trix5067
Description from the author:
// Grim Reapers Free-Shard Hiding and Stealth Training Script
// UOAssists infamous Grim Reaper is back, accept no imitations!
// ___
// / /\ |---.
// |__|/__ |---,\
// | GRIM |= `
// |REAPER/|
// | .-- |
// | | |
// | | |
// | | |
// / | |
// /_____\ |
#Set your Hiding skill cap
@setvar! hidingGR 100
#Set your Stealth skill cap
@setvar! stealthGR 100
#Do not edit below this line
#============================================================================
clearsysmsg
while skill 'hiding' < hidingGR
while skill 'stealth' < stealthGR
if hidden
skill 'Stealth'
for 20
while insysmsg 'world is saving'
overhead 'Waiting for world save...'
wait 250
waitforsysmsg 'save complete' 5000
overhead 'Save Complete'
clearsysmsg
endwhile
wait 510
endfor
else
useskill 'hiding'
or 20
while insysmsg 'world is saving'
overhead 'Waiting for world save...'
wait 250
waitforsysmsg 'save complete' 5000
overhead 'Save Complete'
clearsysmsg
endwhile
wait 510
endfor
endif
endwhile
useskill 'hiding'
for 20
while insysmsg 'world is saving'
overhead 'Waiting for world save...'
wait 250
waitforsysmsg 'save complete' 5000
overhead 'Save Complete'
clearsysmsg
endwhile
wait 510
endfor
say Boo
endwhileSet skill caps and press play.
Not ideal to use at a bank, due to the number of people running reveal scripts.








