12-20-2011, 02:41 AM
sub Healing()
uo.setarm('one')
wait(100)
uo.bandageself()
wait(delayHERE)
uo.arm('one')
wait(delayHERE)
uo.warmode (1)
uo.attack('lasttarget')
endsub
Adjust the delay and viola! Your script does disarm and then arms anything you had before attempting to bandage self !!!111
What was I doing here? Oh yeah, passing by
uo.setarm('one')
wait(100)
uo.bandageself()
wait(delayHERE)
uo.arm('one')
wait(delayHERE)
uo.warmode (1)
uo.attack('lasttarget')
endsub
Adjust the delay and viola! Your script does disarm and then arms anything you had before attempting to bandage self !!!111
What was I doing here? Oh yeah, passing by
![Smile Smile](https://in-uo.net/forums/images/smilies/smile.png)