Yoko

All sides of Injection
It is currently 2025-10-30 10:34:30

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
 Post subject: автохил
PostPosted: 2006-02-11 10:00:33 
Offline

Joined: 2006-02-08 09:40:32
Posts: 7
помогите сделать так чтобы если стамины меньше 20 , он перестает хилится и потом не хилится пока не будет стамины 30 , как станет 30 все сначало.
вот собсно скрипт

Code:
sub heal () 
while NOT UO.Dead()
wait(1500)
If UO.Life<UO.Str Then
UO.SetArm('CWeapon')
UO.Exec("bandageself")
wait(500)
UO.Arm('CWeapon')
uo.print("Лечимся")
Endif
wend
end sub


заранее спасибо :roll:


Top
   
 Post subject:
PostPosted: 2006-02-11 10:38:43 
Offline
Expert!
User avatar

Joined: 2005-01-07 13:22:19
Posts: 766
Code:
while NOT UO.Dead() 


замени на

Code:
while uo.stamina>20


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 2 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:  
cron
Powered by phpBB® Forum Software © phpBB Limited