Where is default TvT java file?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
thaiscorpion
Posts: 30
Joined: Thu Sep 01, 2011 3:57 am

Where is default TvT java file?

Post by thaiscorpion »

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
User avatar
Origami
Posts: 21
Joined: Mon May 18, 2009 5:54 pm
Location: Moscow/Russia

Re: Where is default TvT java file?

Post by Origami »

com.l2jserver.gameserver.model.entity.TvTManager?
Месть - это блюдо, которое подают в тапки...
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: Where is default TvT java file?

Post by BiggBoss »

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
Image
thaiscorpion
Posts: 30
Joined: Thu Sep 01, 2011 3:57 am

Re: Where is default TvT java file?

Post by thaiscorpion »

Great that was nice help :P
Post Reply