Macros |
---|
General guides |
Macros Beginners Guide |
Useful macros by class |
Display a server-side dice roll to party members and nearby players.
/random range1 range2
You can also use /rand
, /rnd
, /roll
.
Arguments[]
- range1 range2
- Integers between 0 and 999999 specifying the range of numbers. All integers between range1 and range2 (both inclusive) are possible outcomes.
Notes[]
- If both range1 and range2 are provided, the range is range1-range2.
- If range2 is omitted, the range is 1-range1.
- If range1 and range2 are omitted, the range is 1-100 (default).