Page 1 of 1

Where is default TvT java file?

Posted: Thu Sep 01, 2011 4:08 pm
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

Re: Where is default TvT java file?

Posted: Thu Sep 01, 2011 5:52 pm
by Origami
com.l2jserver.gameserver.model.entity.TvTManager?

Re: Where is default TvT java file?

Posted: Thu Sep 01, 2011 5:55 pm
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

Re: Where is default TvT java file?

Posted: Tue Sep 27, 2011 4:31 pm
by thaiscorpion
Great that was nice help :P