-
-
Notifications
You must be signed in to change notification settings - Fork 30
Random Rolls
Sometimes you might want to add a little randomness to the award process. RCLootCouncil supports two ways of doing this:
- Internal rolls
- WoW
/roll
s
As the Master Looter, simply right click any candidate in a session and click "Add Rolls". This will add a random number (using the standard lua math.random
- pretty much the same as used with /roll
) between 1 and 100 to the item, and any dublicates of the item in session. These are furthermore guaranteed to be unique thus making ties impossible.
These rolls can also be added automatically whenever a session starts - see the "Add Rolls" option.
These rolls guarantee a fast and fair way of adding a bit of randomness, but are only visible in the Voting Frame.
If you want to involve your candidates a bit more for the extra excitement, WoW Rolls are also supported. Instead of having everyone doing /roll
, just choose "Request Roll" in the right click menu and a appropriate sub menu. This will make the a special version of the "Loot Frame" show up with a "Roll" and a "Pass" button. Clicking the roll button will do a normal /roll
and relay the result to the council, which is then shown in the Voting Frame.
Note: These rolls are subject to auto passing depending on an item - just like a normal response roll.
This is usually a quite slow method of rolling, as you'd need to wait for candidates to do their response, but is a lot more transparent.