Search found 1 match
autoloot
sub Autoheal()
While UO.Life > 0
If UO.Life < UO.str Then
UO.BandageSelf()
wait (4200)
else
wait (50)
Endif
wend
endsub
sub LootLastCorpse()
VAR Gold = '0x0EED' ; gold
UO.UseObject( 'lastcorpse' )
wait(300)
UO ...