Yoko

All sides of Injection
It is currently 2025-12-19 20:04:40

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2005-08-16 07:34:29 
Offline

Joined: 2005-06-30 23:44:52
Posts: 18
Дюди дайте скрипт на медитацию!Описание:при загрузке скрипта чтоб попросил указать курсанутую вещь а не так чтоб вписывает id этой вещи.Благодарю заранее. :wink:


Top
   
 Post subject:
PostPosted: 2005-08-16 10:36:19 
Offline
User avatar

Joined: 2005-01-14 20:05:16
Posts: 56
Что конкретно хочешь? Что должен делать скрипт? У меня есть пару скриптов. Скажи что тебе конкретно надо я выложу нужный.


Top
   
 Post subject:
PostPosted: 2005-08-16 11:11:48 
Offline
Expert!
User avatar

Joined: 2005-01-15 19:15:05
Posts: 791
Location: Dragon World
Code:
sub Meditation() 
var Exit, LastTimer, CharMana
uo.Print('Выбери Курсу: ')
uo.Exec('addobject Curse')
while uo.Targeting()
wait(100)
wend
wait(300)
uo.DisArm()
wait(2000)
exit=0
while Exit <> 1
CharMana=uo.INT
CheckLag()
uo.WaitTargetType('0x0190')
uo.UseObject('Curse')
wait(500)
uo.Canceltarget()

if uo.InJournal('no target to cansel') then
uo.DeleteJornal()
end if

repeat
wait(500)
until uo.Mana<CharMana
CheckLag()
LastTimer=uo.Timer()

repeat
uo.DisArm()
uo.Print('Медитируем...')
uo.Useskill('Meditation')
wait(4000)
until uo.Mana==uo.INT or LastTimer+300<uo.Timer()
wend
end sub

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


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 4 guests


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