Added support for CB teleports and buffs.

This commit is contained in:
mobius
2015-01-07 16:58:25 +00:00
parent e337b2f33a
commit f6beb2a072
5 changed files with 56 additions and 5 deletions

View File

@@ -587,3 +587,15 @@ FreeJumpsForAll = False
# Enable Custom Community Board
# Default: False
CustomCommunityBoard = True
# Currency used by the Community Board (itemId)
# Default: 57 (Adena)
CommunityCurrencyId = 57
# Price for Teleports
# Default: 0 (free)
CommunityTeleportPrice = 0
# Price for Buffs
# Default: 0 (free)
CommunityBuffPrice = 0