Log in

View Full Version : macro/addon for auto greed



Ogloo
12-27-2009, 02:48 PM
Hey so im looking for a macro/addon that would auto greed or choose the new option of d/e the item. I run a group of 4 (1 healer, 3 dps), so it might be cool to be able to greed on each guy when i run heroics with some random tank.
I have to click each one individually if i want to do this.

I know Jamba has the option to auto pass, but i want the increased chance to win ;0

thanks so much!

lacitpo
12-27-2009, 05:00 PM
Use this macro to find the button name and then create a click macro for that button.


/run local f = GetMouseFocus(); if f then DEFAULT_CHAT_FRAME:AddMessage(f:GetName()) end

Here is my current big-button macro



/click TradeFrameTradeButton
/click LFDRoleCheckPopupAcceptButton
/click LFDDungeonReadyDialogEnterDungeonButton
/click GroupLootFrame1GreedButton
/click GroupLootFrame2GreedButton
/click StaticPopup1Button1


It accepts random dungeon pops, greeds on items, accepts the BOP popup, releases corpses, accepts trades. Probably should add a ready check accepter to this too.

Durone
01-01-2010, 12:25 PM
/click GroupLootFrame1GreedButton
/click GroupLootFrame2GreedButton


Does this take the disenchant option before (or if not available) the greed option?

Maxion
01-01-2010, 02:47 PM
Does this take the disenchant option before (or if not available) the greed option?

Looks like it just hits greed on up to two items if you get multiple drops open at the same time.

And as for adding stuff to the macro, you'll prolly want to add accepting summons.

Haust
01-22-2010, 11:59 AM
Theres a addon called PassLoot (http://wow.curse.com/downloads/wow-addons/details/pass-loot.aspx)wich auto-selects pass/need/greed according to preset lists of rules.
It has a pretty amazing list of possible criterias, like: numer of loots (handy for bagspace), "color" of item (all green/blue BoP to disenchanter), itemLevel, BoP/BoE, type of item (1hand blunt, 2 hand blunt, mail armor, alchemy recepie, quest, the list is Long of all the subcategories).

With my setup I only roll manually on blues/epics, that one of my toons might want to use. Too low itemLevel, and its considered junk for disenchanting.

It does not auto-disenchant tho, just rolls as pre-decided in the lists.
..and remember that the lists runs from top to bottom, if you want to give it a try. anything Not caught in pass/greed/need is still manually rolled. ..and you can de-select the pass/greed/need checkboxes for temporarely disabling the rule.