Page 1 of 1
[Help] Town War
Posted: Wed Mar 21, 2012 7:10 pm
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.
Use...
» Find Revision
L2J Revision
Number: 5216M
L2JDP Revision
Number: 8729M
Re: [Help] Town War
Posted: Thu Mar 22, 2012 5:25 am
by JMD
Post your town war script so we can help you better.
Re: [Help] Town War
Posted: Thu Mar 22, 2012 2:38 pm
by NeoDark
ok there you attach.
Re: [Help] Town War
Posted: Fri Mar 23, 2012 12:15 am
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)