Help s recall

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
chema
Posts: 4
Joined: 2005-06-19 12:38:06

Help s recall

Post by chema »

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.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]
Arsuri
Posts: 62
Joined: 2005-02-25 13:31:26
Location: DRW, [Hussars]
Contact:

Re: Help s recall

Post by Arsuri »

chema 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
Post Reply