Code: Select all
sub runaway()
uo.DeleteJournal()
repeat
if uo.InJournal('No item found.') then
wait(1000)
uo.exec("recall 0x40066E17 2")
wait(20000)
uo.closeuo()
end if
wait(1000)
until false
end sub[Испотльзуй теги. Leo]
Moderators: Murderator+, Murderator
Code: Select all
sub runaway()
uo.DeleteJournal()
repeat
if uo.InJournal('No item found.') then
wait(1000)
uo.exec("recall 0x40066E17 2")
wait(20000)
uo.closeuo()
end if
wait(1000)
until false
end subchema wrote:Podskozhite plzz shto zdelat shtobi pri Msg No item found. zarabotal Recall.... (No item found. napisan kak uo.print....)
Code: Select all
sub runaway()
uo.exec('set injectecho 1') # нужно включить
uo.DeleteJournal()
repeat
if uo.InJournal('No item found.') then
wait(1000)
uo.exec("recall 0x40066E17 2")
wait(20000)
uo.closeuo()
end if
wait(1000)
until false
end sub