If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4492
L2JDP Revision Number:7766
I cant see Contract of Mammon in NPC's dialog. how to fix it?
7 Signs
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Flashy
- Posts: 310
- Joined: Mon Sep 29, 2008 11:49 am
- Location: Germany
Re: 7 Signs
search in config, u can deactivate and active it, in this part for all 7sign configs
-
- Posts: 47
- Joined: Wed Oct 06, 2010 2:01 pm
Re: 7 Signs
what?

Code: Select all
# 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 DawnAltCastleForDawn = True # Dusk:# True - Players owning castle can not join Dusk side# False - Anyone can join DuskAltCastleForDusk = True # Minimum Players for participate in SevenSigns Festival.# Default: 5AltFestivalMinPlayer = 5 # Maximum seal stone contribution per player during festival.# Default: 1000000AltMaxPlayerContrib = 1000000 # Festival Manager Start time (set in miliseconds; 1000 = 1 second).# Default: 2 minutesAltFestivalManagerStart = 120000 # Festival Length (set in miliseconds; 1000 = 1 second).# Default: 18 minutesAltFestivalLength = 1080000 # Festival Cycle Length.# Default: 38 Minutes (20 minutes wait time + Festival Length) (set in miliseconds; 1000 = 1 second).AltFestivalCycleLength = 2280000 # At what point the first festival spawn occurs.# Default: 2 minutes (set in miliseconds; 1000 = 1 second).AltFestivalFirstSpawn = 120000 # At what Point the first festival swarm occurs.# Default: 5 minutes (set in miliseconds; 1000 = 1 second).AltFestivalFirstSwarm = 300000 # At what Point the second festival spawn occurs.# Default: 9 minutes (set in miliseconds; 1000 = 1 second).AltFestivalSecondSpawn = 540000 # At what Point the second festival spawn occurs.# Default: 12 minutes (set in miliseconds; 1000 = 1 second).AltFestivalSecondSwarm = 720000 # At what point the chests spawn in.# Default: 15 minutes (set in miliseconds; 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.8AltDawnGatesPdefMult = 1.1AltDuskGatesPdefMult = 0.8AltDawnGatesMdefMult = 1.1AltDuskGatesMdefMult = 0.8 # If this = true only cabal period owners can use merchant and blacksmith of mammon. # If false any player can use.# Default: TrueStrictSevenSigns = True # Save SevenSigns status only each 30 mins 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: TrueAltSevenSignsLazyUpdate = True
- Flashy
- Posts: 310
- Joined: Mon Sep 29, 2008 11:49 am
- Location: Germany
Re: 7 Signs
NPCSettings...
Code: Select all
# Global announcements will be made indicating Blacksmith/Merchant of Mammon# Spawning points.# Default: FalseAnnounceMammonSpawn = True