» Find Revision
L2J Revision 5010:
L2JDP Revision 8463:
General.properties CustomNpcTable = True
Code: Select all
# Enable/Disable TvTEvent SystemTvTEventEnabled = True # TvT in instanceTvTEventInInstance = False # Name of the instance file for TvTTvTEventInstanceFile = coliseum.xml # Times TvT will occur (24h format).TvTEventInterval = 9:00,15:00,21:00,3:00 # Registration timer from start of event (in minutes).TvTEventParticipationTime = 60 # Event running time (in minutes).TvTEventRunningTime = 20 # TvT Event NPC (create a custom npc of type L2TvTEventNpc).TvTEventParticipationNpcId = 70010 # TvT Event Participation Fee (itemId, number). Fee is not returned.# Example: 57,100000# Default = noneTvTEventParticipationFee = 0,0 # Location for TvTEvent NPC to spawn in form x,y,z[,heading]TvTEventParticipationNpcCoordinates = 83425,148585,-3406 # Min/Max amount of players allowed in each team.TvTEventMinPlayersInTeams = 1TvTEventMaxPlayersInTeams = 20 # Min/Max level of players that may join the event.TvTEventMinPlayerLevel = 1TvTEventMaxPlayerLevel = 85 # Repsawn and exit delay timers (in seconds).TvTEventRespawnTeleportDelay = 10TvTEventStartLeaveTeleportDelay = 10 # First Team - Name, Start/Death x,y,z location.TvTEventTeam1Name = Team1TvTEventTeam1Coordinates = 148695,46725,-3414 # Second Team - Name, Start/Death x,y,z location.TvTEventTeam2Name = Team2TvTEventTeam2Coordinates = 149999,46728,-3414 # Reward for winning team.# Example: TvTEventReward = itemId,amount;itemId,amount;itemId,amountTvTEventReward = 57,100000 # TvTEvent RulesTvTEventTargetTeamMembersAllowed = TrueTvTEventScrollsAllowed = FalseTvTEventPotionsAllowed = FalseTvTEventSummonByItemAllowed = False
What is where I set wrong? THX