资 源 简 介
A Plugin for Team Speak 3 Clients which allows using dice rolling commands in chat.
Working Commands:
rnd{Number}
-> returning a pseudorandom number between 1 and 100 or 1 and {Number}
rnd -> 42
rnd 500 -> 372
rtd!
-> rolling a d20
{Task} :
Calculates the given tasks separated by space or comma.
Each task contains of a free ammount of numbers merged by plus or minus.
Each number is a fixed number or a dice command like {rolls}dx or {rolls}wx.
Rolls are optional and describe how often the named dice would be rolled.
The x has to be replaced by the number of sides the dice has.
Examples:
o #20 -> 20
o #d20 ->(1 - 20)
o #2d20 ->(2 - 40)
o #2d20-5 ->(-3 – 35)
o #2d20-d6+3 ->(-1 - 42)
o #d3 d5,d3 ->(1-3) | (1-5) | (1-3)
As long as space is given in the answer message, the plugin shows every single roll.
Sor