my macro to send mail is this
now this macro sends all elementium Ore but is any chance to edit this so it will put only stacks of 20?Code:#showtooltip Elementium Ore /run for b=0,4 do for s=0,32 do l=GetContainerItemLink(b,s) if l and l:find("Elementium Ore")then UseContainerItem(b,s) end end end