64 lines
1.5 KiB
INI
64 lines
1.5 KiB
INI
# ---------------------------------------------------------------------------
|
|
# Custom Community Board
|
|
# ---------------------------------------------------------------------------
|
|
|
|
# Enable Custom Community Board.
|
|
# Default: False
|
|
CustomCommunityBoard = True
|
|
|
|
# Currency used by the Community Board (itemId).
|
|
# Default: 57 (Adena)
|
|
CommunityCurrencyId = 57
|
|
|
|
# Enable Multisells.
|
|
# Default: True
|
|
CommunityEnableMultisells = True
|
|
|
|
# Enable Teleports.
|
|
# Default: True
|
|
CommunityEnableTeleports = True
|
|
|
|
# Enable Buffs.
|
|
# Default: True
|
|
CommunityEnableBuffs = True
|
|
|
|
# Enable Heal.
|
|
# Default: True
|
|
CommunityEnableHeal = True
|
|
|
|
# Price for Teleports.
|
|
# Default: 0 (free)
|
|
CommunityTeleportPrice = 0
|
|
|
|
# Price for Buffs.
|
|
# Default: 0 (free)
|
|
CommunityBuffPrice = 0
|
|
|
|
# Price for Heal.
|
|
# Default: 0 (free)
|
|
CommunityHealPrice = 0
|
|
|
|
# Disable Community Board while in combat.
|
|
# Default: True
|
|
CommunityCombatDisabled = True
|
|
|
|
# Disable Community Board while player has Karma.
|
|
# Default: True
|
|
CommunityKarmaDisabled = True
|
|
|
|
# Cast animations of each buff.
|
|
# Default: False
|
|
CommunityCastAnimations = False
|
|
|
|
# Enable buying premium from community board.
|
|
# Premium System must be enabled.
|
|
# Default: False
|
|
CommunityPremiumSystem = False
|
|
|
|
# ItemID for buying premium in community board.
|
|
# Check data/html/CommunityBoard/Custom/premium/main.html
|
|
CommunityPremiumBuyCoinId = 57
|
|
|
|
# Amount of coins needed for each premium day bought.
|
|
CommunityPremiumPricePerDay = 1000000
|