Yoko

All sides of Injection
It is currently 2025-10-10 18:29:47

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2006-06-30 11:41:56 
Offline

Joined: 2006-06-29 01:42:03
Posts: 5
дайте пожалуйста елементарнейший скрипт
кастую на себя парализ когда маны 20 начинаю медитировать и так опять :)

сам писать неумею вообше :)


Top
   
 Post subject:
PostPosted: 2006-06-30 11:58:45 
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 > 20
      uo.Cast('Paralyze','self')
      wait(3500)
    wend
    while uo.mana < mana
      uo.UseSkill('Meditation')
      wait(1500)
    wend
  wend
end sub


Top
   
 Post subject:
PostPosted: 2006-06-30 12:06:21 
Offline

Joined: 2006-06-29 01:42:03
Posts: 5
Пасибо!


Top
   
 Post subject:
PostPosted: 2006-06-30 13:31:30 
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
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 4 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 39 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