Train Stealing With This Macro

If you make a Client-side script you can publish it here for other players to use
Post Reply
User avatar
RavenousPT
Novice Scribe
Posts: 7
Joined: Thu Apr 21, 2022 5:20 am

Train Stealing With This Macro

Post by RavenousPT »

Hello, here is my first UOSteam script to train Stealing as I could't find a working one anywhere.

Don't forget to read all the guidelines to make it work.

Code: Select all

//1. Inside a house, you need to use Object Inspector in your previously tamed Pack Horse and copy paste to all the - target! "here" after the useskill 'stealing'//
//2. Next you'll want to put 15k gold in the Pack Horse and always stay with his bagpack open. //
//3. Make an Organizer With the name 'Stealing', add the gold to it - select the source container as your bag and the target container as the horse backpack //
// 4. Start this macro with the Pack Horse release close to you and with the gold inside//
if not listexists 'tameables'
  createlist 'tameables'
  pushlist 'tameables' 0x123 //Pack Horse
endif
if not @inrange 'tobetamed' 2
  @unsetalias 'tobetamed'
  for 0 in 'tameables'
    if @findtype tameables[] 'any' 'ground' 1 2
      @setalias 'tobetamed' 'found'
      break
    endif
  endfor
endif
//Stealing//
useskill 'Stealing'
waitfortarget 15000
target! 0x16909db
pause 10000
useskill 'Stealing'
waitfortarget 15000
target! 0x16909db
pause 10000
useskill 'Stealing'
waitfortarget 15000
target! 0x16909db
pause 10000
useskill 'Stealing'
waitfortarget 15000
target! 0x16909db
pause 10000
useskill 'Stealing'
waitfortarget 15000
target! 0x16909db
pause 10000
useskill 'Stealing'
waitfortarget 15000
target! 0x16909db
pause 10000
useskill 'Stealing'
waitfortarget 15000
target! 0x16909db
pause 10000
useskill 'Stealing'
waitfortarget 15000
target! 0x16909db
pause 10000
useskill 'Stealing'
waitfortarget 15000
target! 0x16909db
pause 10000
useskill 'Stealing'
waitfortarget 15000
target! 0x16909db
pause 10000
useskill 'Stealing'
waitfortarget 15000
target! 0x16909db
pause 10000
useskill 'Stealing'
waitfortarget 15000
target! 0x16909db
pause 10000
useskill 'Stealing'
waitfortarget 15000
target! 0x16909db
pause 10000
useskill 'Stealing'
waitfortarget 15000
target! 0x16909db
pause 10000
useskill 'Stealing'
waitfortarget 15000
target! 0x16909db
pause 10000
useskill 'Stealing'
waitfortarget 15000
target! 0x16909db
pause 10000
autotargetobject 'tobetamed'
  useskill 'animal taming'
  pause 20000
organizer 'Stealing'
pause 3000
//Release the Pack Horse//
msg 'a pack horse release'
waitforgump 2426193729 15000
replygump 0x909cc741 2
pause 3000
Ravenous
188 Days Old UO Player. (Monthly Updated)
Portugal
Post Reply