Yoko

All sides of Injection
It is currently 2025-10-10 14:31:17

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2006-06-30 14:16:25 
Offline

Joined: 2006-06-29 01:42:03
Posts: 5
sub Paralyze()
var mana= 100 # До скольки медитировать ставь сам, либо uo.int
while not uo.Dead()
while uo.mana > 30
uo.Cast('Paralyze','self')
wait(5200)
wend
while uo.mana < 100
uo.UseSkill('Meditation')
wait(10000)
wend
wend
end sub

можно чтоб медитация юзалась один раз без задержки тоесть медитируем один раз до полного востановления маны и опять парализ!!! потом опять юзаем медитацию (без повторения)


сделайте плиз!!!


Top
   
 Post subject:
PostPosted: 2006-06-30 14:56:00 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Code:
sub Paralyze() 
var mana= 100 # До скольки медитировать ставь сам, либо uo.int
  while not uo.Dead()
    while uo.mana > 30
      uo.Cast('Paralyze','self')
      wait(5200)
    wend
    uo.UseSkill('Meditation')
    while uo.mana < 100
      wait(100)
    wend
  wend
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 11 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:  
Powered by phpBB® Forum Software © phpBB Limited