Yoko

All sides of Injection
It is currently 2026-01-17 21:11:09

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2004-12-01 17:05:48 
Offline

Joined: 2004-10-30 21:28:19
Posts: 76
Народ скиньте плиз толковую проверку на фэил руны и её марк!!!


Top
   
PostPosted: 2004-12-02 09:54:24 
Offline
Expert!
User avatar

Joined: 2004-07-04 00:14:58
Posts: 1284
Code:
sub Recall(rune)
var lastX=uo.getX(),lastY=uo.getY()
   while uo.getX()==LastX and uo.getY()==LastY
      CheckLag()
      while UO.MANA < 20
         UO.UseSkill('Meditation')
         wait(5000)
         UO.Say('! <GUARDS> ')
      wend
      uo.waittargetobject(rune)
      uo.cast('Recall')
      repeat
         wait(1000)         
      until uo.getX()<>LastX or uo.getY()<>LastY or UO.InJournal(uo.getname()+": The spell fizzles.") or UO.InJournal('You lack') or UO.Dead()
      if UO.InJournal('You lack') or UO.Dead() then
         return 1
      end if            
   wend   
   return Markrune(rune)
end sub

sub markRune(rune)
   repeat
      UO.DeleteJournal()
      UO.Click(rune)
      while not UO.InJournal(" charges")
         wait(50)
      wend      
      if val(Left(UO.Journal(UO.InJournal(" charges")-1),2)) > 4 then
         return 0
      end if      
      CheckLag()
      while UO.MANA < 20
         UO.UseSkill('Meditation')
         wait(5000)
         UO.Say('! <GUARDS> ')
      wend
      uo.waittargetobject(rune)
      uo.cast('Mark')
      wait(5000)
      CheckLag()
   until 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 7 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