Jump to content
  • 0

Territory War (Informations)


Afou To Patisa

Question

Hello,i would like to ask some informations for territory war in high5 pack.

As far i've read on the internet, territory wars start 1 day before sieges. So Example if siege is on Sunday 22 May 10:00   the Territory war will be on Saturday 21 May 10:00.

The problem is that L2J is not finalized. In the TerritoryWarSuperClass.java the  nextTWStartDate is set manually to a specific day. So even after TW stops it no refresh itself. 

 

 

endTerritoryWar();

//_scheduledStartTWTask = ThreadPoolManager.getInstance().scheduleGeneral(new ScheduleStartTWTask(), 1000);
ThreadPoolManager.getInstance().scheduleGeneral(new closeTerritoryChannelTask(), 600000);

 

it basically ends and no start again. Is this on purpose? Some other code affect it or l2j team didnt finish this? If so is there any code i can take or any advice to finish it?

Normally it need to start 1 daybefore every siege right? Thanks a lot.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...