Close
Showing results 1 to 5 of 5
  1. #1

    Default macro/addon for auto greed

    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!

  2. #2

    Default

    Use this macro to find the button name and then create a click macro for that button.

    Code:
    /run local f = GetMouseFocus(); if f then DEFAULT_CHAT_FRAME:AddMessage(f:GetName()) end
    Here is my current big-button macro

    Code:
    /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.
    Last edited by lacitpo : 12-27-2009 at 05:02 PM

  3. #3

    Default

    Quote Originally Posted by lacitpo View Post
    Code:
    /click GroupLootFrame1GreedButton
    /click GroupLootFrame2GreedButton
    Does this take the disenchant option before (or if not available) the greed option?

  4. #4

    Default

    Quote Originally Posted by Durone View Post
    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.
    I'm going to live forever, or die trying.
    5 Shaman Northrend Heroics - My YouTube Channel - Details about my setup (outdated)
    T2 Heroics: lvl 80 Heroics wearing lvl 60 armour
    Running 5-6 accounts on one computer, currently playing Horde on US-Skywall.
    My main teams:
    5x Shamans lvl 85
    5-class team lvl 100: Paladin, Druid, Shaman, Mage, Priest

  5. #5

    Default

    Theres a addon called PassLoot 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.

Posting Rules

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