WoW - Delete Item from Bags

DataMine
by DataMine · 3 posts
11 years ago in Other
Posted 11 years ago · Author
This will delete all the items from your bags that match a certain name. Replace "Solid Stone" with whatever you want to delete. I personally use this while mining.

Code
/run for b=0,4 do for s=1,GetContainerNumSlots(b)do local n=GetContainerItemLink(b,s);if n and string.find(n,"Solid Stone") then PickupContainerItem(b,s);DeleteCursorItem();end;end;end;
Posted 11 years ago · Author
Don Von Free Credits wrote:
I sell my solid stones for 15 gold per stack. Engineers use them for making explosives I think.


Yes, they do, but it's not worth nearly that much, not on retail and the server I play on anyway. Although, on a private server where you can amass gold with no effort involved, I am sure people will throw it around like it's nothing.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT