rooster71
Member
- Joined
- May 6, 2010
- Messages
- 567
- Reaction score
- 6
I did not write this macro, Thanks goes to Purple87.
I knew it was on this forum somewhere, and took me an age to find it so I though others might like it too, this macro saves a load of clicking.
I knew it was on this forum somewhere, and took me an age to find it so I though others might like it too, this macro saves a load of clicking.
Code:
/run local p,N,n=0 for b=0,4 do for s=1,GetContainerNumSlots(b) do n=GetContainerItemLink(b,s) if n and string.find(n,"Saronite Bar") then N={GetItemInfo(n)} p=p+N[11] UseContainerItem(b,s) print("Sold: "..n) end end end print("Total: "..GetCoinText(p))
Last edited: