Premium account manager from latest projects.
Custom community board from latest projects. Fixed existing hexid replacement issue.
This commit is contained in:
26
L2J_Mobius_HighFive/dist/game/config/Custom.ini
vendored
26
L2J_Mobius_HighFive/dist/game/config/Custom.ini
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user