Yoko

All sides of Injection
It is currently 2025-10-16 22:30:59

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Magery+Spirit
PostPosted: 2009-10-14 08:51:23 
Offline
User avatar

Joined: 2006-08-06 10:23:20
Posts: 117
Добрый день. Не могу найти конкретно готовый скрипт...

Вот есть вроде рабочая магия с медитацией..

Code:
sub Magery() 
var LastTimer
while not uo.Dead()
uo.DeleteJournal()
CheckLag()
while uo.Mana>=10
uo.Cast('Poison','self')
wait(3000)
wend
while uo.Mana<uo.INT
LastTimer=uo.Timer()
uo.UseSkill('Meditation')
repeat
wait(100)
until uo.InJournal('You are') or uo.InJournal('You lose') or uo.Timer()>LastTimer+200
uo.DeleteJournal()
wait(2000)
wend
wend
end sub

sub CheckLag()
uo.DeleteJournal()
uo.Click('backpack')
repeat
wait(500)
until uo.InJournal('backpack')
end sub


Кто можешь помочь, добавьте сюда спирит спик, пожалуйста...


Top
   
 Post subject:
PostPosted: 2009-10-14 10:56:39 
Offline
User avatar

Joined: 2006-08-06 10:23:20
Posts: 117
Ну ведь для отцов инжекта это пустяк.. Сделай, пожалуйста..


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 2 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 1 guest


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