Yoko
http://forum.yoko.com.ua/

Tracking
http://forum.yoko.com.ua/viewtopic.php?f=20&t=13979
Page 1 of 1

Author:  D3VnuLL [ 2008-09-22 18:58:56 ]
Post subject:  Tracking

Хелп, выдаёт ошибку унхалден ин парсер =) всё испробывал незнаю в чём дело :(

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

Author:  Millerbeer [ 2008-09-22 19:31:06 ]
Post subject: 

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

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

Author:  D3VnuLL [ 2008-09-22 19:33:29 ]
Post subject: 

усё Я сделал) получилось так :)
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

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/