Yoko

All sides of Injection
It is currently 2025-12-27 01:13:32

All times are UTC+02:00




Post new topic  Reply to topic  [ 7 posts ] 
Author Message
PostPosted: 2004-07-15 18:09:52 
Offline

Joined: 2004-07-02 05:29:22
Posts: 6
What is Problem?
-----------------------------------------------------------------------------
Sub control()
HealX:
if (UO.life<=90) then
UO.Print("***Using Bandageself***")
UO.usetype("bandageself") ; Healing-Bandage
wait(5500)
end if
if (UO.life<=40) then
UO.Print("***Using Life Potion***")
UO.exec("usetype 0x0F82 0x0532") ; ID and Graphic Os life Potion
endif
goto HealX
end sub
-----------------------------------------------------------------------------


Top
   
PostPosted: 2004-07-16 17:51:01 
Offline
User avatar

Joined: 2004-04-03 18:39:28
Posts: 173
DeathMan wrote:
What is Problem?
-----------------------------------------------------------------------------
Sub control()
HealX:
if (UO.life<=90) then
UO.Print("***Using Bandageself***")
Code:
UO.usetype("bandageself") ; Healing-Bandage  <----- 

wait(5500)
end if
if (UO.life<=40) then
UO.Print("***Using Life Potion***")
UO.exec("usetype 0x0F82 0x0532") ; ID and Graphic Os life Potion
endif
goto HealX
end sub


-----------------------------------------------------------------------------

UO.exec ("bandageself") ; Healing-Bandage <-----


Top
   
 Post subject: Script
PostPosted: 2004-07-16 19:22:22 
Offline

Joined: 2004-07-02 05:29:22
Posts: 6
Sorry,
This Script Was Error inLine 15, Function Not FOund... i undestand thsi error...

Look all and try find error:

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

this is a script... i need search error,


Top
   
 Post subject: Re: Script
PostPosted: 2004-07-16 20:05:00 
Offline
User avatar

Joined: 2004-04-03 18:39:28
Posts: 173
DeathMan wrote:
Sorry,
This Script Was Error inLine 15, Function Not FOund... i undestand thsi error...

Look all and try find error:

Sub control()
Code:
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
Code:
goto Healx < ---   goto healx with small "h" becouse up there is with small "h" 

end sub

this is a script... i need search error,


Top
   
 Post subject: Script
PostPosted: 2004-07-16 20:22:42 
Offline

Joined: 2004-07-02 05:29:22
Posts: 6
=/
i'm try using this script, and find error retry in Line 15... i undestand this error..

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



Sub control() < it is true???????


Top
   
 Post subject: Re: Script
PostPosted: 2004-07-16 22:09:17 
Offline
User avatar

Joined: 2004-04-03 18:39:28
Posts: 173
DeathMan wrote:
=/
i'm try using this script, and find error retry in Line 15... i undestand this error..
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



Sub control() < it is true???????



Try This

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: Script
PostPosted: 2004-07-17 05:02:15 
Offline

Joined: 2004-07-02 05:29:22
Posts: 6
Don't function...

do you have a script to PVP From me?


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 12 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