If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4888:
L2JDP Revision 8329:
Hiya guys,
Im trying to configure the automatic TvT event the one that comes by default and has a config file in gameserver/config/l2jmods.properties and has the html in gameserver/data/html/mods/TvTEvent.
My problem is that I cant find the .java file that creates this event so I can configure it better. Any help would be great! ty in advance!
-Thaiscorpion
Where is default TvT java file?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Origami
- Posts: 21
- Joined: Mon May 18, 2009 5:54 pm
- Location: Moscow/Russia
Re: Where is default TvT java file?
com.l2jserver.gameserver.model.entity.TvTManager?
Месть - это блюдо, которое подают в тапки...
- BiggBoss
- L2j Veteran
- Posts: 1104
- Joined: Wed Apr 15, 2009 3:11 pm
- Location: Spain
Re: Where is default TvT java file?
package com.l2jserver.gameserver.model.entity contains the TvT Engine
TvTEvent -> the event itself
TvTEventTeam -> represents a tvt team
TvTEventTeleporter -> in charge of port players to arena and respawns
TvTManager -> in charge of scheule and initialize event
TvTEvent -> the event itself
TvTEventTeam -> represents a tvt team
TvTEventTeleporter -> in charge of port players to arena and respawns
TvTManager -> in charge of scheule and initialize event
-
- Posts: 30
- Joined: Thu Sep 01, 2011 3:57 am
Re: Where is default TvT java file?
Great that was nice help 
