Page 1 of 1

[UO Steam] FiXXer's Camping trainer

Posted: Tue Jan 13, 2015 2:30 pm
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