Починка :(
Posted: 2011-03-14 07:17:09
Доброго времени суток, прошу вас подскажите что те так в скрипте не хочет чинить кирку и все пишет Auto target cancelled. you can't see the target.
Code: Select all
sub repair()
var pickaxe='0x0F39'
var hammer='0x13E3'
uo.findtype(hammer,-1,'backpack')
if uo.findcount() then
UO.WaitTargetObject(pickaxe)
UO.UseObject(hammer)
repeat
wait(100)
until uo.injournal("You can't think of a way to use that item|You repair the")
wend
endsub