Community Board - LOCKED

######## Buff selling service ############
# Voice command: .sellbuff .sellbuffs
# Detail configs: gameserver/data/sell_buff_list.xml
SellBuffEnable = True
# Selling buffs is available in offline trading
SellBuffOfflineEnable = False
# Allow offline sale of buffs only in a special zone with type: buff_store
# Example: data/zone/offshore.xml [giran_buff_store]
SellBuffAllowOfflineOnlyInBuffZone = False
# Maximum number of buffs in the sale list
SellBuffMaxBuffs = 20
# Sales Buff title prefix
SellBuffTradePrefix = BUFF SELL:
 
It's active, but players can't buff themselves
Code:
# This option prohibits the use CommunityBoard in situations where the state of the character is different from the quiet, or may cause an imbalance.
# Examples: Use in Oly, a state of death, during the flight, during the physical or magical attacks.
AllowBBSAbnormal = false

# Allow CommunityBoard services, buffer, teleport at Siege Zone
AllowBBSAtSiegeZone = true
# Allow CommunityBoard services, buffer, teleport at PvP Zone
AllowBBSAtPvPZone = true
# Allow CommunityBoard services, buffer, teleport at Fun Zone
AllowBBSAtFunZone = true
# Allow CommunityBoard services, buffer, teleport at Epic Zone
AllowBBSAtEpicZone = true
# Allow CommunityBoard services, buffer, teleport for PK players
AllowBBSForPKPlayers = True
# Allow CommunityBoard services, buffer, teleport for Karma players
AllowBBSForKarmaPlayers = True
# Allow CommunityBoard services, buffer, teleport for players at PvP events
AllowBBSAtEvents = False
# Allow CommunityBoard services, buffer, teleport for players at Olympiad
AllowBBSOnOlympiad = False
pvpcommunityboard.properties
 
Back
Top