The Daring Blades
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Script: destroying the greys

Go down

Script: destroying the greys Empty Script: destroying the greys

Post  Draann Sun May 02, 2010 10:17 pm

Code:
/run for bag = 0, 4 do for slot = 1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,"ff9d9d9d") then PickupContainerItem(bag,slot) DeleteCursorItem() end end end

That macro will destroy all grey items in your bags, without any confirmation or anything.

Perfect for junkbox runs.
Draann
Draann
Admin

Posts : 744
Join date : 2008-01-08
Age : 52
Location : Brazil

https://daringblades.forumotion.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum