Code: Select all
uo.findtype(type,[color,containerobject/ground/my])
uo.moveitem('finditem',1,bag)Code: Select all
uo.findtype(type,[color,containerobject/ground/my])
uo.moveitem('finditem',1,bag)Code: Select all
var chest='id chest'
#####
uo.moveitem('needed item','quantity','chest')
#####
Code: Select all
sub BuyRegs()
var vendor='0x00760d40'
VAR BP='0x0F7A'
UO.Say( "Bailey" + " buy")
wait(1000)
UO.buy('BP','vendor')
UO.DeleteJournal()
end sub