з.ы. Запуск скрипта на клавиши забиндин.
Code: Select all
sub BAG()
uo.print('Where Bag?')
uo.exec('addobject Bag')
end sub
sub gold()
UO.SetReceivingContainer('Bag')
UO.findtype('0x0EED','-1','ground') ;money
UO.grab ('0','finditem')
end sub
sub bags()
UO.SetReceivingContainer('Bag')
UO.findtype('0x0E76','-1','ground') ;bag
UO.grab ('0','finditem')
end sub