Core/GameEvent: weekend xp rate

Port From (https://github.com/TrinityCore/TrinityCore/commit/c44650502cf7e7285e3e504d238638ac0ccc7ec6)
This commit is contained in:
hondacrx
2021-11-15 23:31:25 -05:00
parent 527f117701
commit 6e6166eec1
3 changed files with 71 additions and 1 deletions
+24
View File
@@ -2960,6 +2960,30 @@ AllowTrackBothResources = 0
PlayerStart.AllReputation = 0
#
# XP.Boost.Daymask
# Description: Enables experience boost during the defined days. This field is a bitmask.
#
# Default: 0 - (Disabled)
# 1 - (Sunday)
# 2 - (Monday)
# 4 - (Tuesday)
# 8 - (Wednesday)
# 16 - (Thrusday)
# 32 - (Friday)
# 64 - (Saturday)
# 65 - (Weekend only)
# 127 - (Always active)
XP.Boost.Daymask = 0
#
# XP.Boost.Rate
# Description: The boost multiplier for experience gain during XP boosted days.
# Default: 2.0 - (Double experience)
XP.Boost.Rate = 2.0
#
# PlayerStart.AllSpells
# Description: If enabled, players will start with all their class spells (not talents).