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

    Default Macro to roll greed?

    Is there a macro out there that will roll greed for me? I threebox heroics and pick up two people to dps for me, so I usually leave group loot on.
    Firetree, Alliance.

    Adiabat (Prot Pally), Isochor (Holy Priest), Isobar (Frostfire Mage) <Retired at 80 during WotLK>

    Corpsebréw, Corpsebrèw, Corpsebrêw (3x Death Knight) <Retired at 80 during WotLK>

    Femtotank (Prot Warrior), Femtoheals (Disc Priest), Femtosummons (Demo Lock) <Active, 105>

  2. #2

    Default

    Doesnt jamba do this? If not maybe it should !
    Orbzz, Orbzm, Orbzem,Iceorbs SHM - Lvl 80 Hyjal PvE
    Örbz, Örbs, Õrbz & Õrbs 80 Ret Paladin Team Hyjal

    Shaman FTL Setup -
    http://www.dual-boxing.com/showthread.php?t=23141

  3. #3

    Default

    I will have to check if Jamba does this I want to say it has a pass on roll option.

    This post might be interesting. http://forums.worldofwarcraft.com/th...87009260&sid=1

    I have quoted it below. I have no idea if it works.

    These will choose a roll on the roll with the lowest ID. I believe the lowest ID would be the first roll to come up and so on, no necessarily the "top" one, so use these carefully. I also think that the roll ID does not start at 1 until you log out or exit.


    For Passing the first roll
    /script t=0 for i=1,100 do if GetLootRollItemInfo(i) then RollOnLoot(i,t) break end

    For Greeding the first roll
    /script t=2 for i=1,100 do if GetLootRollItemInfo(i) then RollOnLoot(i,t) break end

    For Needing the first roll
    /script t=1 for i=1,100 do if GetLootRollItemInfo(i) then RollOnLoot(i,t) break end


    And also a "pass all" macro
    /script t=0 for i=1,100 do if GetLootRollItemInfo(i) then RollOnLoot(i,t) end

  4. #4

    Default

    Try this click command it use to result in an error but a blue post said it was fixed in 3.0.8

    /click GroupLootFrame1Greed

    If you use a addon to manage rolls and loot you might need to ID the frame there is a simple script for that and just do a /click function based on the FrameID

  5. #5

    Default

    Quote Originally Posted by Fizzler View Post
    I will have to check if Jamba does this I want to say it has a pass on roll option.

    This post might be interesting. http://forums.worldofwarcraft.com/th...87009260&sid=1

    I have quoted it below. I have no idea if it works.
    Quote Originally Posted by Fizzler View Post
    Try this click command it use to result in an error but a blue post said it was fixed in 3.0.8

    /click GroupLootFrame1Greed

    If you use a addon to manage rolls and loot you might need to ID the frame there is a simple script for that and just do a /click function based on the FrameID
    Neither of these commands work.
    Firetree, Alliance.

    Adiabat (Prot Pally), Isochor (Holy Priest), Isobar (Frostfire Mage) <Retired at 80 during WotLK>

    Corpsebréw, Corpsebrèw, Corpsebrêw (3x Death Knight) <Retired at 80 during WotLK>

    Femtotank (Prot Warrior), Femtoheals (Disc Priest), Femtosummons (Demo Lock) <Active, 105>

  6. #6

    Default

    Quote Originally Posted by Iceorbz View Post
    Doesnt jamba do this? If not maybe it should !
    Jamba only has an option to pass on loot rolls. I would like my guys to roll greed.
    Firetree, Alliance.

    Adiabat (Prot Pally), Isochor (Holy Priest), Isobar (Frostfire Mage) <Retired at 80 during WotLK>

    Corpsebréw, Corpsebrèw, Corpsebrêw (3x Death Knight) <Retired at 80 during WotLK>

    Femtotank (Prot Warrior), Femtoheals (Disc Priest), Femtosummons (Demo Lock) <Active, 105>

  7. #7

  8. #8

    Default

    Quote Originally Posted by coupas View Post
    That works perfectly! Thanks a bunch!
    Firetree, Alliance.

    Adiabat (Prot Pally), Isochor (Holy Priest), Isobar (Frostfire Mage) <Retired at 80 during WotLK>

    Corpsebréw, Corpsebrèw, Corpsebrêw (3x Death Knight) <Retired at 80 during WotLK>

    Femtotank (Prot Warrior), Femtoheals (Disc Priest), Femtosummons (Demo Lock) <Active, 105>

Posting Rules

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