UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

UOSteam train Stealing/Stealth/Hiding/Ninjitsu(57.5)

rhasce

Sorceror
Hey all I just wanted to share this small script, it can train Stealing on a box in your house, just change serial of object, trains Hiding and Stealth to 100 and even Ninjitsu from 30 to 57.5, this last one is optional and you have to remove comment brackets.

Code:
//cast 'Mirror Image'
//pause 5000
if skill 'Stealing' < 100
  if not dead
    useskill 'Stealing'
    waitfortarget 500
    target! 0x42c21e1c ///Change this to your own boject inside a chest in your house
    pause 11000
    organizer 'Gold'
  endif
endif
while not hidden
  useskill 'Hiding'
  pause 11000
endwhile
while hidden and skill 'Stealth' < 100
  useskill 'Stealth'
  turn "North"
  turn "South"
  pause 11000
endwhile
 
Top