Yoko

All sides of Injection
It is currently 2025-11-23 13:28:38

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2008-01-10 11:49:45 
Offline

Joined: 2007-07-20 18:57:45
Posts: 36
вот я сделал скриптик
Code:
sub veterenar()
repeat
uo.waittargetobject(0x016D0C72)
uo.usetype('0x0E21')
if uo.stamina < 50 then
uo.usetype('0x0F0B')
wait(20000)
until uo.dead()
end sub

у меня почемуто пишет Line 11 parse error, пожалуйста сделайте чтоб работал или дайте скрипт чтоб лечил коня когда хп у коня меньше максимума и пил стамину когда у чара меньше 50 стамины


Top
   
PostPosted: 2008-01-10 13:01:43 
Offline
Expert!
User avatar

Joined: 2006-02-07 08:51:40
Posts: 1348
Location: г. Старый Оскол
Zodroteg UO wrote:
вот я сделал скриптик
у меня почемуто пишет Line 11 parse error, пожалуйста сделайте чтоб работал или дайте скрипт чтоб лечил коня когда хп у коня меньше максимума и пил стамину когда у чара меньше 50 стамины


Code:
sub veterenar()
   repeat
      uo.waittargetobject('0x016D0C72')
      wait(200)
      uo.usetype('0x0E21')
      wait(5000)
      if uo.stamina < 50 then
         uo.usetype('0x0F0B')
         wait(20000)
      else
         wait(50)
      end if
   until not uo.dead()
end sub

Пробуй


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:  
Powered by phpBB® Forum Software © phpBB Limited