Search found 1 match

by lizardking
2008-04-26 21:26:05
Forum: Help
Topic: autoloot
Replies: 3
Views: 2468

autoloot


sub Autoheal()
While UO.Life > 0
If UO&#46;Life < UO&#46;str Then
UO&#46;BandageSelf&#40;&#41;
wait &#40;4200&#41;
else
wait &#40;50&#41;
Endif
wend
endsub

sub LootLastCorpse&#40;&#41;
VAR Gold = '0x0EED' ; gold
UO&#46;UseObject&#40; 'lastcorpse' &#41;
wait&#40;300&#41;
UO ...