Page 1 of 1

7 Signs

Posted: Tue Feb 22, 2011 3:13 pm
by FreeD
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?

Re: 7 Signs

Posted: Wed Feb 23, 2011 8:55 am
by FreeD
no ideas?

Re: 7 Signs

Posted: Wed Feb 23, 2011 10:17 am
by Flashy
search in config, u can deactivate and active it, in this part for all 7sign configs

Re: 7 Signs

Posted: Wed Feb 23, 2011 12:01 pm
by FreeD
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

Re: 7 Signs

Posted: Wed Feb 23, 2011 12:14 pm
by Flashy
NPCSettings...

Code: Select all

 # Global announcements will be made indicating Blacksmith/Merchant of Mammon# Spawning points.# Default: FalseAnnounceMammonSpawn = True 

Re: 7 Signs

Posted: Wed Feb 23, 2011 1:33 pm
by FreeD
Thank you very much