Files
mod-learn-spells/conf/mod_learnspells.conf.dist
arenacraftwow e9ef8ef62e feat(cpp/conf): Add option to teach all spells on first login (#9)
- Adds a `LearnAllOnFirstLogin` (default: false) option to teach the
player all the spells when he first logs in,
- Disabled by default because of performance concerns,
- Slight optimizations have been added to mitigate this issue
- However enabling this on a more populous server could cause issues
due to the current design of the module
2020-04-01 20:22:25 +02:00

25 lines
627 B
Plaintext

[worldserver]
###################################################################################################
# Learn spells on level-up
###################################################################################################
# Enable the module? (1: true | 0: false)
LearnSpells.Enable = 1
# Announce the module when the player logs in?
LearnSpells.Announce = 1
# Should the player receive all spells on first login?
# Useful for instant leveling type of servers
# (1: true | 0: false)
LearnSpells.LearnAllOnFirstLogin = 0
# Max level Limit the player will learn spells
# Default: = 80
MaxLevel = 80