Allows players to View, Set, or Toggle the rate at which they gain experience individually.
- clone this module into the modules directory of the main source
- apply the provided sql in the character database
- re-run cmake
- compile.
There are two variables to configure in the Config:
- Max XP Rate
- Default XP Rate
The Max XP Rate variable dictates how high a player can set their XP rate.
While the Default XP Rate variable dictates what XP rate players start with and the rate will be set to if the user does '.XP Default'
Command | Description |
---|---|
.XP | Main Module Command |
.XP View | Displays the current XP rate |
.XP Set # | Changes the XP rate to the value specified |
.XP Default | Returns the XP rate to the default value |
.XP Disable | Disables all XP gain until user does '.XP Enable' |
.XP Enable | Enables all XP gain if it was disabled |