Yoko

All sides of Injection
It is currently 2025-10-29 19:46:52

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Cast
PostPosted: 2006-06-13 15:41:35 
Offline
User avatar

Joined: 2005-04-06 05:53:47
Posts: 124
Я вот хотел бы попросить чтобы ктонить написал несложный скрипт на магери. Мне необходимо чтобы было в нём именно в такой последовательности - каст пойзона (1 раз или когда у чара остаётся 75 хитов, второе желательнее), затем юзать спирит спик (он на шадре восстанавливает хиты) , а затем медит. Ну и естественно всё нужно зациклить, больше ничего ненад , типо как брать из сундука реги , всё ето мне некчему


Top
   
 Post subject:
PostPosted: 2006-06-13 15:46:04 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Code:
sub Magery()
  while not uo.Dead()
    while uo.life > 75
      uo.Cast('Poison','self')
      wait(3000) ; Меняй под себя
    wend
    while uo.life < uo.str
      uo.UseSkill('Spirit Speak')
      wait(3000) ; Меняй под себя
    wend
    while uo.mana < uo.int
      uo.UseSkill('Meditation')
      wait(2000)
    wend
  wend
end sub


p.s. Что за шард, если не секрет?


Top
   
 Post subject:
PostPosted: 2006-06-13 17:14:45 
Offline
User avatar

Joined: 2005-04-06 05:53:47
Posts: 124
You Must Die wrote:
Code:
sub Magery()
  while not uo.Dead()
    while uo.life > 75
      uo.Cast('Poison','self')
      wait(3000) ; Меняй под себя
    wend
    while uo.life < uo.str
      uo.UseSkill('Spirit Speak')
      wait(3000) ; Меняй под себя
    wend
    while uo.mana < uo.int
      uo.UseSkill('Meditation')
      wait(2000)
    wend
  wend
end sub


p.s. Что за шард, если не секрет?





Пасиб тебе большое .
Шард - Fores Wars , мне нравиться ,получе чем ДРВ, он в этом месяце начал функционировать(Одесский шард)


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 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:  
cron
Powered by phpBB® Forum Software © phpBB Limited