Page 1 of 1

Auto Loot and auto sell greys setting or addon?

PostPosted: Fri Sep 18, 2015 4:46 pm
by Kowabunga
Is there a setting I am missing to enable autolooting and if there isnt one is there a addon that does that? Also is there a addon to auto sell grey items?

thanks!

Re: Auto Loot and auto sell greys setting or addon?

PostPosted: Fri Sep 18, 2015 5:21 pm
by Lefeu
No, no we use shift. And yes.

Re: Auto Loot and auto sell greys setting or addon?

PostPosted: Fri Sep 18, 2015 5:45 pm
by Kowabunga
Thanks!

Re: Auto Loot and auto sell greys setting or addon?

PostPosted: Fri Sep 18, 2015 6:00 pm
by Lefeu
You are welcome, kind sir/mam!

Re: Auto Loot and auto sell greys setting or addon?

PostPosted: Fri Sep 18, 2015 7:33 pm
by Lefeu
Check out an addon called lazypig. Good stuff. But still no, no auto looting. Can get loot window at mouse cursor for some quicky clicking or just hold down shift.

Re: Auto Loot and auto sell greys setting or addon?

PostPosted: Sat Sep 19, 2015 4:54 pm
by JCarrill0
Lefeu wrote:Check out an addon called lazypig. Good stuff. But still no, no auto looting. Can get loot window at mouse cursor for some quicky clicking or just hold down shift.

I LOVE lazypig, go toa vender and hold shift, it will sella lll grey items and then auto repair.

before lazypig i used autoprofit.
before that i used a macro;
Code: Select all
/script for bag = 0, 4 do for slot = 1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,"ff9d9d9d") then DEFAULT_CHAT_FRAME:AddMessage("Selling "..name) UseContainerItem(bag,slot) end end end