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.
Printable View
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.
Doesnt jamba do this? If not maybe it should !
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:
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
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