[UO Steam] FiXXer's Camping trainer

If you make a Client-side script you can publish it here for other players to use
Locked
User avatar
fixxer1963
Legendary Scribe
Posts: 271
Joined: Tue Apr 01, 2014 5:43 pm

[UO Steam] FiXXer's Camping trainer

Post by fixxer1963 »

Just stand to the Southwest of a tree and start the script. Then move when it tells you to.

Code: Select all

// Fixxer's Camping Trainer v1.01
// *****************
clearjournal
if not findalias 'Blade'
  headmsg 'Select Bladed Object'
  promptalias 'Blade'
endif
// *****************
while not @injournal "There's not enough"
  // *****************
  useobject "Blade"
  waitingfortarget 15000
  targettileoffset  1 -1 0
  pause 800
  usetype '0xde1'
  pause 300
endwhile
headmsg 'Move to the SouthWest of the next Tree' 24
pause 5000
Hawke Armstrong/FiXXer
Locked