нужен скрипт
Posted: 2004-05-02 18:39:08
Помогите плиз Нужен скрит на медитацию
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