sub AutoHeal()
while uo.count("Bandage")
if not uo.dead() then
if uo.life < uo.str then
uo.exec("bandageself")
;uo.print("Bandagiere....")
wait(500)
endif
;wait(500)
endif
;wend
wait(500)
wend
end sub
that is the script..and when i will run it ..yoko says "Unknown graphic type"
Why it do that ????.....i hope anyone can help me.... =(
Sorry 4 my bad english ^^"...
AutoHealing
Moderators: Murderator+, Murderator
-
- Expert!
- Posts: 359
- Joined: 2004-04-25 11:11:07
- Contact:
Code: Select all
sub AutoHeal()
while uo.count("Bandage")
if not uo.dead() and uo.life < uo.str then
uo.waittargetself()
uo.usetype("ZLF")
wait(500)
endif
wait(500)
wend
end sub
Без труда не выловишь и рыбку из пруда,
А без пруда не выловишь её и с трудом...
А без пруда не выловишь её и с трудом...