Close
Showing results 1 to 3 of 3

Hybrid View

  1. #1

    Default Hollows end Macro

    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

  2. #2

    Default

    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)

  3. #3

    Default

    Ya, if you are saving for the Kitty companion don't do this macro ...

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

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •