Page 1 of 1

нужен скрипт

Posted: 2004-05-02 18:39:08
by BornToReign
Помогите плиз Нужен скрит на медитацию

Posted: 2004-05-02 23:56:16
by AvantriX
ты что совсем нюб или как???)))) лана без обид так и быть дам тебе скрипт)

Code: Select all

sub Meditate()
   while true
     UO.DeleteJournal()
     while (UO.mana<UO.int) and (not UO.InJournal("You must wait to perform another action"))   
       UO.UseSkill("Meditation")
       wait(5000)
     wend
end sub