Yoko

All sides of Injection
It is currently 2025-12-10 19:16:36

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Tracking
PostPosted: 2008-09-22 18:58:56 
Offline
User avatar

Joined: 2006-10-08 08:37:57
Posts: 87
Хелп, выдаёт ошибку унхалден ин парсер =) всё испробывал незнаю в чём дело :(

Code:
sub Tracking()
repeat
uo.CancelMenu()
uo.UseSkill('Tracking')
uo.WaitMenu('Tracking','Animals','Tracking','Llama')
until UO.InJournal("You stop tracking")
wait(4500)
until uo.Dead()
end sub


Top
   
 Post subject:
PostPosted: 2008-09-22 19:31:06 
Offline
User avatar

Joined: 2008-09-12 05:07:34
Posts: 247
Code:
sub Tracking() 
while not uo.Dead()
uo.deletejournal()
uo.WaitMenu('Tracking','Animals','Tracking','Llama')
uo.UseSkill('Tracking')
repeat
wait(500)
until UO.InJournal("You stop tracking")
wend
end sub

Помоему как-то так.


Last edited by Millerbeer on 2008-09-22 19:52:52, edited 1 time in total.

Top
   
 Post subject:
PostPosted: 2008-09-22 19:33:29 
Offline
User avatar

Joined: 2006-10-08 08:37:57
Posts: 87
усё Я сделал) получилось так :)
Code:
sub Tracking()
while 1
uo.CancelMenu()
uo.UseSkill('Tracking')
uo.WaitMenu('Tracking','Animals','Tracking','Llama')
uo.deletejournal()
repeat
wait(500)
until UO.InJournal("You stop tracking")
wait(1000)
wend
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:  
cron
Powered by phpBB® Forum Software © phpBB Limited