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
Connect With Us