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

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Unikorn
Posts: 6
Joined: 2006-06-23 13:56:53

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

Post by Unikorn »

Дайте скрипт на магию чтобы кастовал на себя медитировал и пользовался бинтами :oops:
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Post 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
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

ПОИСК !!!

viewtopic.php?t=7394
Post Reply