sub drop() var g = '0x0EED' repeat uo.findtype(g,'-1','backpack') if uo.findcount()<>0 then uo.drop(11,0,0,0,'finditem') wait (750) else uo.print ('No money') end if until UO.Count(g)==0; end sub
sub alloff() uo.print("ALL OFF") uo.exec('terminate all') end sub