sub sunduk() VAR X, Y, typ='.....' UO.set('finddistance','3') UO.IgnoreReset() UO.FindType(typ, '-1', 'ground') if UO.FindCount() then X=UO.GetX('finditem') Y=UO.GetY('finditem') while UO.FindCount() UO.Ignore('finditem') if UO.GetX('finditem')==X and UO.GetY('finditem')==Y then UO.MoveItem('finditem', '0', 'backpack') wait(500) endif UO.FindType(typ, '-1', 'ground') wend endif end sub