Yoko

All sides of Injection
It is currently 2025-12-20 06:11:17

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2005-09-27 17:25:54 
Offline

Joined: 2005-04-05 16:21:34
Posts: 16
помогите юзал поиск не нашел скрипт на кач хелинга с курсой


Top
   
 Post subject:
PostPosted: 2005-09-27 19:09:14 
Offline
Junior Expert
User avatar

Joined: 2004-06-24 22:08:56
Posts: 3220
viewtopic.php?t=4928&highlight=


Top
   
 Post subject:
PostPosted: 2005-09-27 19:12:05 
Offline
Expert!
User avatar

Joined: 2005-01-15 19:15:05
Posts: 791
Location: Dragon World
Code:
sub Train_Healing() 
var i
while True
   UO.FindType(0x0E21,"-1","my")
   if UO.FindCount() then
      uo.usetype(0x13E3); Cursed Item
      CheckLag()
      if i==3 or not i then
uo.useskill ("Spirit Speak")
         i=1
      else
         i=i+1
      endif

         wait(2000)
      uo.undress()
      wait(100)
      uo.exec('bandageself')
      Wait(2000)
   else
      UO.FindType(0x0E20,"-1","my")
      if UO.FindCount() then
         uo.waittargettype(0x1008)   ;wash basin
         uo.UseType(0x0E20)  ;bloody bandages
         CheckLag()
      else
         uo.print("You haven't bandages")
         uo.exec("terminate Train_Healing")
      endif
   endif
wend
end sub

sub CheckLag()
   UO.DeleteJournal()
   UO.Click('backpack')
   repeat
      wait(500)
   until UO.InJournal('backpack')
end sub

_________________
Image


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 3 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:  
cron
Powered by phpBB® Forum Software © phpBB Limited