Помогите разобратся пожалуйста
Posted: 2014-12-02 13:56:47
Вот дали скрипт он вроде рабочий но пишет Autotarget Cancelled =\
sub main()
var sunduk='0x40000627' # Tyt ID Syndyka
var key='0x40000628' # Tyt ID Kly4a
while not UO.dead()
uo.DeleteJournal()
while not uo.InJournal("lock it")
uo.DeleteJournal()
uo.waittargetobject('sunduk')
wait(500)
uo.useobject("key")
wait(3000)
wend
while not uo.InJournal("unlocked")
uo.usetype("0x14FС")
uo.exec("waittargetlast")
wait(5000)
wend
wend
end sub
Что может быть не так ??? 1403.09В инжа
sub main()
var sunduk='0x40000627' # Tyt ID Syndyka
var key='0x40000628' # Tyt ID Kly4a
while not UO.dead()
uo.DeleteJournal()
while not uo.InJournal("lock it")
uo.DeleteJournal()
uo.waittargetobject('sunduk')
wait(500)
uo.useobject("key")
wait(3000)
wend
while not uo.InJournal("unlocked")
uo.usetype("0x14FС")
uo.exec("waittargetlast")
wait(5000)
wend
wend
end sub
Что может быть не так ??? 1403.09В инжа