Log in

View Full Version : Hollows end Macro



Wavingdark
10-22-2011, 12:28 AM
Save yourself alot of time. If your running many toons thru the hallows end and don't want to keep dragging and dropping to delete them.

One button deletes it all.

/run for bag = 0,4,1 do for slot = 1, 32, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"Handful of Treats") then PickupContainerItem(bag,slot); DeleteCursorItem(); end; end; end

Mooni
10-23-2011, 11:04 AM
Great, even outstanding macro, BUT:

I'd just like to warn anyone who actually wants the loot out of the bags not to use this. (I'm saving up for 5x kitty pets, personally)

Wavingdark
10-23-2011, 10:44 PM
Ya, if you are saving for the Kitty companion don't do this macro :D...

Only collect companions on my Hunter so my multiplexer toons are just running it for gold.