Page 1 of 1

Помогите с магией

Posted: 2006-06-23 14:02:33
by Unikorn
Дайте скрипт на магию чтобы кастовал на себя медитировал и пользовался бинтами :oops:

Posted: 2006-06-23 23:07:37
by Scripts Writer

Code: Select all

sub mag()
  while not uo.Dead()
    while uo.mana > 10
      uo.Cast( ... ,'self')
      wait(2000)
      while uo.life < 50
        uo.bandageself()
        wait(3500)
      wend
    wend
    while uo.mana < uo.int
      uo.UseSkill('Meditation')
      wait(1500)
    wend
  wend
end sub

Posted: 2006-06-24 08:15:58
by Destruction
ПОИСК !!!

viewtopic.php?t=7394