заранее спасибо
Code: Select all
var pack, char
pack='0x0E75'
sub xexe4()
UO.AddObject('char')
UO.Print('Выбери жертву')
while UO.Targeting()
wait(1000)
char=uo.getserial('finditem')
uo.useobject('char')
wait(10)
uo.findtype('pack', '-1', 'char')
uo.useobject('finditem')
wait(3000)
end sub