Yoko

All sides of Injection
It is currently 2025-10-15 07:47:00

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2010-07-23 13:45:49 
Offline

Joined: 2005-05-22 17:42:56
Posts: 22
Почему не работает?
Code:
sub autoheal()
var myarm
repeat
wait(300)
uo.deletejournal()
if uo.injournal('You hit|You smash|You miss|You land|You score|You knock') and uo.life<90   then
uo.deletejournal()
uo.setarm('myarm')
uo.waittargetobject('self')
uo.usetype('0x0E21')
wait(100)
UO.arm('myarm')
end if
until uo.dead()
end sub


Top
   
PostPosted: 2010-07-23 18:53:14 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
Code:
sub autoheal()
   var myarm
   uo.deletejournal()
   repeat
      wait(300)
      if uo.injournal('You hit|You smash|You miss|You land|You score|You knock') and uo.life<90   then
         uo.deletejournal()
         uo.setarm('myarm')
         uo.waittargetobject('self')
         uo.usetype('0x0E21')
         wait(100)
         UO.arm('myarm')
      end if
   until uo.dead()
end sub

_________________
Image
YokoInjection CodeSweeper
Ошибка "Unhandled exception in parser"
Стрелялка для олдов.


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