new version commit
This commit is contained in:
9
modules/mod-mxwow-toonmaster/conf/conf.sh.dist
Normal file
9
modules/mod-mxwow-toonmaster/conf/conf.sh.dist
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#
|
||||
# CUSTOM
|
||||
#
|
||||
|
||||
DB_WORLD_CUSTOM_PATHS+=(
|
||||
$MOD_MXWOW_PORTALMASTER_ROOT"/sql/world"
|
||||
)
|
||||
@@ -0,0 +1,31 @@
|
||||
[worldserver]
|
||||
#####################################################################################################
|
||||
# #
|
||||
# MxWoW - Toon Master (Enable / Disable) #
|
||||
# Description: Enables or disable the module #
|
||||
# Default: 1 (Enable) #
|
||||
# 0 (Disable) #
|
||||
# #
|
||||
MxWoW_ToonMaster.Enabled = 1
|
||||
#####################################################################################################
|
||||
# MxWoW - Toon Master (MaxLevel) #
|
||||
# Description: Maximum level to get experience bonus #
|
||||
# Default: 70 #
|
||||
# Between 1 and 79. Set it to 70 to get bonus experience in pre-wotlk content #
|
||||
# #
|
||||
MxWoW_ToonMaster.MaxLevel = 79
|
||||
#####################################################################################################
|
||||
# MxWoW - Toon Master (BonusLevel) #
|
||||
# Description: Level at which a character on this realm is counted for bonus experience. #
|
||||
# Default: 80 #
|
||||
# Between 1 and 80. Every character(s) at this level will grant a bonus to alt(s). #
|
||||
# #
|
||||
MxWoW_ToonMaster.BonusLevel = 80
|
||||
#####################################################################################################
|
||||
# MxWoW - Toon Master (Announce) #
|
||||
# Description: Percent bonus of experience gained per max level character #
|
||||
# Default: 1 (Enable) #
|
||||
# 0 (Disable) #
|
||||
# #
|
||||
MxWoW_ToonMaster.Verbose = 1
|
||||
#####################################################################################################
|
||||
Reference in New Issue
Block a user