Support for custom community board delevel.

This commit is contained in:
MobiusDev
2019-03-06 13:32:27 +00:00
parent 4ac4ce3c05
commit f6c0fd7679
84 changed files with 4344 additions and 12 deletions

View File

@@ -26,6 +26,10 @@ CommunityEnableBuffs = True
# Default: True
CommunityEnableHeal = True
# Enable delevel.
# Default: False
CommunityEnableDelevel = False
# Price for Teleports.
# Default: 0 (free)
CommunityTeleportPrice = 0
@@ -38,6 +42,10 @@ CommunityBuffPrice = 0
# Default: 0 (free)
CommunityHealPrice = 0
# Price for Delevel.
# Default: 0 (free)
CommunityDelevelPrice = 0
# Disable Community Board while in combat.
# Default: True
CommunityCombatDisabled = True