This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Auto Loot Addon?
Post Reply
Return to board index
Post by
Dole
Are there any addons that let you configure Auto-Loot to make it only autoloot Mining Nodes and Quest Items and stuff? I hate it when I auto-loot meat and stuff like that.
Post by
Georgieanna
mmm there's no real way to pick up quest items specifically, for mining you could get an addon to basically autoloot the items. I recently tracked down
Fast Dischant
to use for milling, prospecting, disenchanting on my toons because I was annoyed turning on autoloot and then turning if off just for the gathering of the mats. The main issue is it's not setup for mining items atm. To do so the list would have to be updated with the item id's of every possible mining drop A bit of work but would work for mining auto-loot, I tend to just shift-click the mines to get autoloot triggered on my loot for it.
I understand the pain it can be to be low on bagspace and want to not loot excess greys sometimes, but I find it worthwhile to pick and choose the greys by hand of what to keep and throw out for what I will be able to net the best profit from under the pretense I really can't keep it all.
Post by
Wanderingfox
Magnet
I recently tracked down
Fast Dischant
to use for milling, prospecting, disenchanting on my toons because I was annoyed turning on autoloot and then turning if off just for the gathering of the mats.
Make a macro with this in it:/script if GetCVar("AutolootDefault") == "1" then SetCVar("AutolootDefault", "0"); DEFAULT_CHAT_FRAME:AddMessage("Autoloot Off", 1, 0, 0); else SetCVar("AutolootDefault", "1"); DEFAULT_CHAT_FRAME:AddMessage("Autoloot On", 0, 1, 0); end
Hitting it will toggle autoloot
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.