Yoko

All sides of Injection
It is currently 2025-10-14 20:44:07

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
 Post subject: AutoHealing
PostPosted: 2004-05-23 14:00:45 
Offline

Joined: 2004-05-21 17:35:14
Posts: 5
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 ^^"...


Top
   
 Post subject:
PostPosted: 2004-05-23 16:49:10 
Offline

Joined: 2004-05-21 17:35:14
Posts: 5
umn...plz ....can anyone help me to fix the problem ??...


Top
   
 Post subject:
PostPosted: 2004-05-23 22:02:27 
Offline
Expert!

Joined: 2004-04-25 11:11:07
Posts: 359
Code:
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

_________________
Без труда не выловишь и рыбку из пруда,
А без пруда не выловишь её и с трудом...


Top
   
 Post subject:
PostPosted: 2004-05-24 00:14:11 
Offline

Joined: 2004-05-23 18:31:26
Posts: 49
prb you have not set the type "Bandage"


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 4 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited