Battalion zone - incomplete.
Contributed by Ionut.
This commit is contained in:
121
trunk/dist/game/config/Custom.properties
vendored
121
trunk/dist/game/config/Custom.properties
vendored
@@ -717,3 +717,124 @@ PremiumRateSpoilAmount = 2
|
||||
# Usage: itemId1,multiplier1;itemId2,multiplier2;...
|
||||
PremiumRateDropChanceByItemId = 57,2
|
||||
PremiumRateDropAmountByItemId = 57,2
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Battalion zone - a custom feature for your server (Mass or Solo Battalion)
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# This option will turn on PvP flag to all people when entering to the zone.
|
||||
BTZEnablePvP = True
|
||||
|
||||
# If set to false, zone will be no-restart zone.
|
||||
BTZRestartZone = False
|
||||
|
||||
# If set to false, zone will be no-logout zone.
|
||||
BTZLogoutZone = False
|
||||
|
||||
# If set to false, zone will be no-store zone.
|
||||
BTZStoreZone = False
|
||||
|
||||
# Give noblesse after revive?
|
||||
BTZReviveNoblesse = False
|
||||
|
||||
# Heal after revive?
|
||||
BTZReviveHeal = False
|
||||
|
||||
# If set to true, players will take noblesse blessing when entering.
|
||||
BTZGiveNoblesse = True
|
||||
|
||||
# Remove buffs when entering to the zone.
|
||||
BTZRemoveBuffs = False
|
||||
|
||||
# Remove pets when entering to the zone.
|
||||
BTZRemovePets = False
|
||||
|
||||
# Delay, in seconds, to wait before revive.
|
||||
# 0 to disable
|
||||
BTZReviveDelay = 10
|
||||
|
||||
# Delay, in seconds, to wait before revive (for support classes).
|
||||
# 0 to disable
|
||||
BTZReviveSupportDelay = 15
|
||||
|
||||
# Which are the support classes?
|
||||
# Example: 93,85,12
|
||||
BTZSupport = 93
|
||||
|
||||
# Set the spawn points where players will be teleported on revive, if enabled.
|
||||
# Example: 150111,144740,-12248;143665,144418,-12022;144443,147685,-12139
|
||||
BTZSpawnLoc = 150111,144740,-12248;143665,144418,-12022;144443,147685,-12139
|
||||
|
||||
# Random respawn radius
|
||||
BTZRespawnRadius = 500
|
||||
|
||||
# List of Items(id's) that won't be usable inside this area and also will be unequiped when entering.
|
||||
# (armor, weapons, scrolls, potions, etc), example: 728,7575, 6383, 1538
|
||||
BTZItems = 728,7575,6383,1538
|
||||
|
||||
# List of Grades that won't be usable inside this area and also will be unequiped when entering.
|
||||
# Example: D,C,B,A,S,S80,S84,R,R95,R99
|
||||
BTZGrades = C,B,A
|
||||
|
||||
# Items with this enchant or more won't be usable inside this area and also will be unequiped when entering.
|
||||
# 0 to disable
|
||||
BTZEnchant = 0
|
||||
|
||||
# Players with one of that classes won't be able to enter to the zone.
|
||||
# Example: 93,85,12
|
||||
BTZClasses = 92
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Options if you set Battalion zone as Solo.
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Disable clan crests?
|
||||
BTZDisableCrests = False
|
||||
|
||||
# Allow mass skills (heal hp, heal mp, heal cp etc.) for clan/allies members?
|
||||
BTZHealAllies = False
|
||||
|
||||
# Can attack clan/allies members w.o CTRL on?
|
||||
BTZAttackAllies = False
|
||||
|
||||
# Character custom name inside zone?
|
||||
BTZAddCustomName = False
|
||||
|
||||
# Character custom name inside zone?
|
||||
BTZName = Player
|
||||
|
||||
# Character custom title inside zone?
|
||||
BTZAddCustomTitle = False
|
||||
|
||||
# Character custom title inside zone?
|
||||
BTZTitle = Kill Me
|
||||
|
||||
# PvP Count restriction while joining the zone?
|
||||
# 0 to disable
|
||||
BTZPvpCount = 500
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Rewards for hunting inside Battalion zone
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Reward for every kill you make.
|
||||
# Example: 57,100000;14720,1
|
||||
BTZRewards = 57,100000;14720,1
|
||||
|
||||
# Reward for every kill your party makes.
|
||||
# Example: 57,100000;14720,1
|
||||
BTZSupportRewards = 57,100000;14720,1
|
||||
|
||||
# Chances to get rewarded when your party killing someone (calculated in %)
|
||||
# Example: 57,100000;14720,1
|
||||
BTZChanceSupportRewards = 50
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Anti feed inside Battalion zone
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Delay time when killing the same person multiple times (calculated in seconds).
|
||||
# Example: 30
|
||||
# 0 for no delay (disable)
|
||||
BTZDelay = 10
|
||||
|
Reference in New Issue
Block a user