[Help] Town War

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
NeoDark
Posts: 9
Joined: Fri Feb 24, 2012 11:06 pm

[Help] Town War

Post by NeoDark »

I have a problem with the latest update from svn, the townwar methyl recently I had run well in the old high five (before updating the svn) good to put the command to start it, it Will Operate and gives the following error.

Image

Use...

» Find Revision
L2J Revision Number: 5216M
L2JDP Revision Number: 8729M
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: [Help] Town War

Post by JMD »

Post your town war script so we can help you better.
NeoDark
Posts: 9
Joined: Fri Feb 24, 2012 11:06 pm

Re: [Help] Town War

Post by NeoDark »

ok there you attach.
You do not have the required permissions to view the files attached to this post.
User avatar
DareStrike
Posts: 376
Joined: Sun May 01, 2011 1:20 pm

Re: [Help] Town War

Post by DareStrike »

this patch for last version hi5/beta and this error for start event :S


Code: Select all

 Exception in thread "GeneralSTPool-13" java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Lcom.l2jserver.gameserver.model.actor.L2Character;         at com.l2jserver.gameserver.model.zone.type.L2TownZone.updateForCharactersInside(L2TownZone.java:110)          at com.l2jserver.gameserver.model.entity.TownWarManager.startEvent(TownWarManager.java:119)        at com.l2jserver.gameserver.model.entity.TownWarManager$TownWarStartTask.run(TownWarManager.java:221)          at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86)        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)        at java.util.concurrent.FutureTask.run(Unknown Source)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)        at java.lang.Thread.run(Unknown Source) 
Post Reply