Sync with L2JServer Jan 28th 2015.

This commit is contained in:
mobius
2015-01-29 05:18:04 +00:00
parent 59e1db4a68
commit 2cb3a52ed2
224 changed files with 4690 additions and 835 deletions

View File

@@ -215,102 +215,6 @@ FortressFeeForCastle = 25000
FortressMaximumOwnTime = 168
# ---------------------------------------------------------------------------
# Seven Signs
# ---------------------------------------------------------------------------
# Determines whether castle ownership is determined by clan or by alliance.
# Default is by alliance, as on official servers.
AltRequireClanCastle = False
# Dawn:
# True - Players not owning castle need pay participation fee
# False - Anyone can join Dawn
AltCastleForDawn = True
# Dusk:
# True - Players owning castle can not join Dusk side
# False - Anyone can join Dusk
AltCastleForDusk = True
# Minimum Players for participate in SevenSigns Festival.
# Default: 5
AltFestivalMinPlayer = 5
# Maximum seal stone contribution per player during festival.
# Default: 1000000
AltMaxPlayerContrib = 1000000
# Festival Manager Start time (set in milliseconds; 1000 = 1 second).
# Default: 2 minutes
AltFestivalManagerStart = 120000
# Festival Length (set in milliseconds; 1000 = 1 second).
# Default: 18 minutes
AltFestivalLength = 1080000
# Festival Cycle Length.
# Default: 38 Minutes (20 minutes wait time + Festival Length) (set in milliseconds; 1000 = 1 second).
AltFestivalCycleLength = 2280000
# At what point the first festival spawn occurs.
# Default: 2 minutes (set in milliseconds; 1000 = 1 second).
AltFestivalFirstSpawn = 120000
# At what Point the first festival swarm occurs.
# Default: 5 minutes (set in milliseconds; 1000 = 1 second).
AltFestivalFirstSwarm = 300000
# At what Point the second festival spawn occurs.
# Default: 9 minutes (set in milliseconds; 1000 = 1 second).
AltFestivalSecondSpawn = 540000
# At what Point the second festival spawn occurs.
# Default: 12 minutes (set in milliseconds; 1000 = 1 second).
AltFestivalSecondSwarm = 720000
# At what point the chests spawn in.
# Default: 15 minutes (set in milliseconds; 1000 = 1 second).
AltFestivalChestSpawn = 900000
# This multipliers are used to change P.Def/M.Def of castle gates/walls while Seal of Strife is controlled by one of the sides.
# Default: 1.1,0.8,1.1,0.8
AltDawnGatesPdefMult = 1.1
AltDuskGatesPdefMult = 0.8
AltDawnGatesMdefMult = 1.1
AltDuskGatesMdefMult = 0.8
# If this = true only cabal period owners can use merchant and blacksmith of mammon.
# If false any player can use.
# Default: True
StrictSevenSigns = True
# Save SevenSigns status only each 30 minutes and after period change.
# Player info saved only during periodic data store (set by CharacterDataStoreInterval) and logout.
# If False then save info and status immediately after changes.
# Default: True
AltSevenSignsLazyUpdate = True
# Total count of available tickets.
# Default: 300
SevenSignsDawnTicketQuantity = 300
# Price of each ticket.
# Default: 1000
SevenSignsDawnTicketPrice = 1000
# Tickets bundle (exchanged in amounts of).
# Default: 10
SevenSignsDawnTicketBundle = 10
# Ticket item Id.
# Default: 6388
SevenSignsManorsAgreementId = 6388
# Fee for joining Dawn
SevenSignsJoinDawnFee = 50000
# ---------------------------------------------------------------------------
# Clan Reputation Points
# ---------------------------------------------------------------------------

View File

@@ -84,8 +84,8 @@ MaximumOnlineUsers = 2000
# Numbers of protocol revisions that server allows to connect.
# Delimiter is ;
# WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u>
# Default: 267;268;271;273
AllowedProtocolRevisions = 603;606
# Default: 603;606;607
AllowedProtocolRevisions = 603;606;607
# ---------------------------------------------------------------------------