[UO Steam] FiXXer's Healing Trainer
Posted: Wed Nov 26, 2014 3:19 pm
Code: Select all
// FiXXer's Healing Trainer *UO Steam*
// This works for the Crimson Cincture as is. If you want to use something else
// READ THIS Use the Object Inspector button and target the Item you want to use.. on the pop up window, get the Layer number.
if not @findalias 'strengthitem'
headmsg 'Select strength item'
promptalias 'strengthitem'
endif
while hits < maxhits
msg '[bandself'
pause 2000
endwhile
moveitem 'strengthitem' 'backpack' 82 84 0
pause 600
// Change the number 12 ...below... to match what layer you determined with Object Inspector button
equipitem 'strengthitem' 12
pause 600
msg '[bandself'
pause 1000