This script is able to take items out of the box.
Code: Select all
UO.FindType(bag[i],-1,'box')
if UO.GetQuantity('finditem')>0 then
UO.MoveItem('finditem',0,'backpack')
wait(500)
endif
If the box has not been opened, or someone else's case can not be taken out of the item.
Is there any way to refresh all the items inside the box?
Has not understood what the role of this paragraph?
Who explained, is the point of the package?
Code: Select all
sub CheckLag()
UO.DeleteJournal()
UO.Click("backpack")
Repeat
wait(200)
Until UO.InJournal('backpack')
end sub