I need HELp for activate AUTO TVT
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- islanmir
- Posts: 20
- Joined: Mon Apr 27, 2009 11:36 pm
- Location: Portugal
I need HELp for activate AUTO TVT
Hi guys, i edit mods in my config folder for activate auto TVT.
i edit my file : l2jmods.properties
----------------------------------------------------------------------------------------------------------------------------------
# ---------------------------------------------------------------------------
# Team vs. Team Event Engine (by FBIagent)
# ---------------------------------------------------------------------------
# Enable/Disable TvTEvent System
TvTEventEnabled = enable
# Times TvT will occur (24h format).
TvTEventInterval = 7:00,10:00,13:00,16:00,19:00,22:00,01:00,04:00
# Registration timer from start of event (in minutes).
TvTEventParticipationTime = 15
# Event running time (in minutes).
TvTEventRunningTime = 30
# TvT Event NPC (create a custom npc of type L2TvTEventNpc).
TvTEventParticipationNpcId = 70010
# Location for TvTEvent NPC to spawn.
TvTEventParticipationNpcCoordinates = 83425,148585,-3406
# Min/Max amount of players allowed in each team.
TvTEventMinPlayersInTeams = 1
TvTEventMaxPlayersInTeams = 30
# Min/Max level of players that may join the event.
TvTEventMinPlayerLevel = 30
TvTEventMaxPlayerLevel = 85
# Repsawn and exit delay timers (in seconds).
TvTEventRespawnTeleportDelay = 10
TvTEventStartLeaveTeleportDelay = 10
# First Team - Name, Start/Death x,y,z location.
TvTEventTeam1Name = EvaTeam1
TvTEventTeam1Coordinates = 148695,46725,-3414
# Second Team - Name, Start/Death x,y,z location.
TvTEventTeam2Name = Evateam2
TvTEventTeam2Coordinates = 149999,46728,-3414
# Reward for winning team.
# Example: TvTEventReward = itemId,amount;itemId,amount;itemId,amount
TvTEventReward = 57,50000000
# TvTEvent Rules
TvTEventTargetTeamMembersAllowed = False
TvTEventScrollsAllowed = False
TvTEventPotionsAllowed = true
TvTEventSummonByItemAllowed = False
# Door ID's to open/close on start/end.
# Example: TvTDoorsToOpen = 1;2;3;4;5;6
TvTDoorsToOpen = 1
TvTDoorsToClose = 6
# Should both teams get reward if there's a tie?
TvTRewardTeamTie = False
--------------------------------------------------------------------------------------------------------------------------------
later i restar my server and TVT never started and NPC never Respawnd ???,, is only mee the problem or other ppl have the same problem, please can helpme i need started my TVT in automatic mode and 100 % working.
i edit my file : l2jmods.properties
----------------------------------------------------------------------------------------------------------------------------------
# ---------------------------------------------------------------------------
# Team vs. Team Event Engine (by FBIagent)
# ---------------------------------------------------------------------------
# Enable/Disable TvTEvent System
TvTEventEnabled = enable
# Times TvT will occur (24h format).
TvTEventInterval = 7:00,10:00,13:00,16:00,19:00,22:00,01:00,04:00
# Registration timer from start of event (in minutes).
TvTEventParticipationTime = 15
# Event running time (in minutes).
TvTEventRunningTime = 30
# TvT Event NPC (create a custom npc of type L2TvTEventNpc).
TvTEventParticipationNpcId = 70010
# Location for TvTEvent NPC to spawn.
TvTEventParticipationNpcCoordinates = 83425,148585,-3406
# Min/Max amount of players allowed in each team.
TvTEventMinPlayersInTeams = 1
TvTEventMaxPlayersInTeams = 30
# Min/Max level of players that may join the event.
TvTEventMinPlayerLevel = 30
TvTEventMaxPlayerLevel = 85
# Repsawn and exit delay timers (in seconds).
TvTEventRespawnTeleportDelay = 10
TvTEventStartLeaveTeleportDelay = 10
# First Team - Name, Start/Death x,y,z location.
TvTEventTeam1Name = EvaTeam1
TvTEventTeam1Coordinates = 148695,46725,-3414
# Second Team - Name, Start/Death x,y,z location.
TvTEventTeam2Name = Evateam2
TvTEventTeam2Coordinates = 149999,46728,-3414
# Reward for winning team.
# Example: TvTEventReward = itemId,amount;itemId,amount;itemId,amount
TvTEventReward = 57,50000000
# TvTEvent Rules
TvTEventTargetTeamMembersAllowed = False
TvTEventScrollsAllowed = False
TvTEventPotionsAllowed = true
TvTEventSummonByItemAllowed = False
# Door ID's to open/close on start/end.
# Example: TvTDoorsToOpen = 1;2;3;4;5;6
TvTDoorsToOpen = 1
TvTDoorsToClose = 6
# Should both teams get reward if there's a tie?
TvTRewardTeamTie = False
--------------------------------------------------------------------------------------------------------------------------------
later i restar my server and TVT never started and NPC never Respawnd ???,, is only mee the problem or other ppl have the same problem, please can helpme i need started my TVT in automatic mode and 100 % working.


- momo61
- Posts: 1648
- Joined: Fri Jun 06, 2008 2:05 pm
- Location: Europe
Re: I need HELp for activate AUTO TVT
change:
# Enable/Disable TvTEvent System
TvTEventEnabled = enable
to
# Enable/Disable TvTEvent System
TvTEventEnabled = true
# Enable/Disable TvTEvent System
TvTEventEnabled = enable
to
# Enable/Disable TvTEvent System
TvTEventEnabled = true
- Notorious
- Posts: 501
- Joined: Thu May 28, 2009 3:50 pm
- Location: Sweden
Re: I need HELp for activate AUTO TVT
Tip of the day, this had me scratching my head for a very long time:
# Door ID's to open/close on start/end.
# Example: TvTDoorsToOpen = 1;2;3;4;5;6
TvTDoorsToOpen =
TvTDoorsToClose = 24190002;24190003
# Door ID's to open/close on start/end.
# Example: TvTDoorsToOpen = 1;2;3;4;5;6
TvTDoorsToOpen =
TvTDoorsToClose = 24190002;24190003
- islanmir
- Posts: 20
- Joined: Mon Apr 27, 2009 11:36 pm
- Location: Portugal
Re: I need HELp for activate AUTO TVT
Notorious wrote:Tip of the day, this had me scratching my head for a very long time:
# Door ID's to open/close on start/end.
# Example: TvTDoorsToOpen = 1;2;3;4;5;6
TvTDoorsToOpen =
TvTDoorsToClose = 24190002;24190003
Ok my friend Notorius why this value = 24190002;24190003 ???


- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: I need HELp for activate AUTO TVT
the numbers are the door id from doors.cvs file.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- islanmir
- Posts: 20
- Joined: Mon Apr 27, 2009 11:36 pm
- Location: Portugal
Re: I need HELp for activate AUTO TVT
When my gamserver started the end of line MSDOS console show this:janiii wrote:the numbers are the door id from doors.cvs file.
TvTEventEngine[TvTManager.scheduleEventStart()]: Error figuring out a start time
. Check TvTEventInterval in config file.
TvTEventEngine[TvTManager.TvTManager()]: Started.
LOL...... I have 1 week and i cant Activate this Shie...... please helpmee..


-
- Posts: 99
- Joined: Wed Jan 04, 2006 12:51 am
Re: I need HELp for activate AUTO TVT
Maybe try this:
TvTEventInterval = 1:00,4:00,7:00,10:00,13:00,16:00,19:00,22:00
TvTEventInterval = 1:00,4:00,7:00,10:00,13:00,16:00,19:00,22:00
- Notorious
- Posts: 501
- Joined: Thu May 28, 2009 3:50 pm
- Location: Sweden
Re: I need HELp for activate AUTO TVT
And set it to 15 minutes before you want it to run, since the time there is when TvT is being announced.
TvTEventInterval = 0:45,3:45,6:45,9:45,12:45,15:45,18:45,21:45
TvTEventInterval = 0:45,3:45,6:45,9:45,12:45,15:45,18:45,21:45
- islanmir
- Posts: 20
- Joined: Mon Apr 27, 2009 11:36 pm
- Location: Portugal
Re: I need HELp for activate AUTO TVT
Notorious wrote:And set it to 15 minutes before you want it to run, since the time there is when TvT is being announced.
TvTEventInterval = 0:45,3:45,6:45,9:45,12:45,15:45,18:45,21:45
I edit the interval and restar server and chek again the same :
TvTEventEngine[TvTManager.scheduleEventStart()]: Error figuring out a start tim
. Check TvTEventInterval in config file.
TvTEventEngine[TvTManager.TvTManager()]: Started.
Error..Error..Error..Error..Error..Error..Error..Error..Error..Error.. my godddddddd helpmeee
i spawn the NPC 70010 and not show HMTL dialog and nothing . lol im sek.


- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: I need HELp for activate AUTO TVT
paste here your TvT intervals
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- Notorious
- Posts: 501
- Joined: Thu May 28, 2009 3:50 pm
- Location: Sweden
Re: I need HELp for activate AUTO TVT
Make sure you haven't renamed the file to .txt by mistake...
- islanmir
- Posts: 20
- Joined: Mon Apr 27, 2009 11:36 pm
- Location: Portugal
Re: I need HELp for activate AUTO TVT
Im sorry ppl, but this post wasnt made by me. It was an old member of my team that used my acc to post. I already changed pass, and i have my tvt working since 2 months. So pls close topic or delete it.
Sorry again.
Sorry again.

