Yoko

All sides of Injection
It is currently 2025-12-28 07:15:27

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Healing (PVP)
PostPosted: 2004-07-18 07:13:54 
Offline

Joined: 2004-07-02 05:29:22
Posts: 6
I would like one script of healing, which verifies if life this down, and agreement, it healase or with Bandages or Potion...

Ex1: If Life <= 90 Using Bandageself
Else
if life < 60 using Heal potion

Ex2:

Code:
Sub control() 
healx:
if uo.life<90 then
UO.Print("***Using Bandage***")
UO.exec ("bandageself")
wait(5500)
end if
if uo.life<40 then
UO.Print("***Using Heal Potion***")
UO.exec("usetype 0x0F82 0x0532")
endif
goto healx
end sub


Top
   
 Post subject: Re: Healing (PVP)
PostPosted: 2004-07-18 20:41:39 
Offline
Site Admin
User avatar

Joined: 2004-04-03 16:49:38
Posts: 1964
DeathMan wrote:
Ex1: If Life <= 90 Using Bandageself
Else
if life < 60 using Heal potion


Code:
if uo.life <= 60 then
   ...
else
   if uo.life <= 90 then
      ...
   end if
end if


Top
   
 Post subject: Error!
PostPosted: 2004-07-18 21:59:08 
Offline

Joined: 2004-07-02 05:29:22
Posts: 6
Which a Error?

Its script was good, and have error in line 15... i don't whit him find =/

Help:

Its is my script:

Code:
sub control()
healing:
if uo.life <= 60 then
uo.print("Waiting Life Critical"); Msg from me
  uo.exec("usetype 0x0F82 0x0532"); Potion Life!
else
   if uo.life <= 90 then
   uo.print("Life's Down"); Msg from me
     uo.exec("bandageself"); Bandage Self
     wait(5500)
   end if
end if
goto healing
end sub


Top
   
 Post subject:
PostPosted: 2004-07-21 10:33:15 
Offline

Joined: 2004-07-20 05:20:28
Posts: 3
you have bad inject. try run script from edit window or from hot key.

sorry fo my inglish


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 1 guest


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