Premium account manager from latest projects.

Custom community board from latest projects.
Fixed existing hexid replacement issue.
This commit is contained in:
MobiusDev
2017-07-24 14:05:36 +00:00
parent 8661b3aa24
commit 3753109f29
18 changed files with 1088 additions and 218 deletions

View File

@@ -575,7 +575,7 @@ ShopMinRangeFromNpc = 100
# Enable Custom Community Board.
# Default: False
CustomCommunityBoard = False
CustomCommunityBoard = True
# Currency used by the Community Board (itemId).
# Default: 57 (Adena)
@@ -593,6 +593,10 @@ CommunityEnableTeleports = True
# Default: True
CommunityEnableBuffs = True
# Enable Heal.
# Default: True
CommunityEnableHeal = True
# Price for Teleports.
# Default: 0 (free)
CommunityTeleportPrice = 0
@@ -601,6 +605,10 @@ CommunityTeleportPrice = 0
# Default: 0 (free)
CommunityBuffPrice = 0
# Price for Heal.
# Default: 0 (free)
CommunityHealPrice = 0
# Disable Community Board while in combat.
# Default: True
CommunityCombatDisabled = True
@@ -609,6 +617,22 @@ CommunityCombatDisabled = True
# 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
# ---------------------------------------------------------------------------
# Premium System (VIP)