Files
mod-individual-xp/.github/README.md
Walter Pagani 07dd4b3c7b Adding translations to the module (#35)
* Adding translations to the module

* Update enum
2023-06-15 20:19:40 -03:00

38 lines
1.6 KiB
Markdown

# ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore
## Individual XP Module
- Latest build status with azerothcore: [![Build Status](https://github.com/azerothcore/mod-individual-xp/workflows/core-build/badge.svg?branch=master&event=push)](https://github.com/azerothcore/mod-individual-xp)
Allows players to _View, Set, or Toggle_ the rate at which they gain experience individually.
# How to install
1) clone this module into the modules directory of the main source
2) apply the provided sql in the character database
3) re-run cmake
4) compile.
# Config
There are two variables to configure in the Config:
1) Max XP Rate
2) Default XP Rate
The Max XP Rate variable dictates how high a player can set their XP rate. </br>
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'
# Player Commands
| 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 |
# Video Showcase
[![Youtube Link](https://i.imgur.com/Jhrdgv6.png)](https://www.youtube.com/watch?v=T6UEX47mPeE)