TreVor Posted September 2, 2012 Posted September 2, 2012 This event engine work on h5 ? please send to me link :) sure
maximilion2 Posted September 2, 2012 Posted September 2, 2012 can someone tyell me how to put in l2jfrozen? i did import patch but where i put the events.xml file?
Dulens. Posted September 2, 2012 Posted September 2, 2012 can someone tyell me how to put in l2jfrozen? i did import patch but where i put the events.xml file? in config.
maximilion2 Posted September 2, 2012 Posted September 2, 2012 i put the file event in config and now i try import the patch but.. can't find events.. head-src....../l2jfrozen/gameserver/event/Battlefield.java (file does not exist) etc...
Diabaths Posted September 2, 2012 Posted September 2, 2012 i put the file event in config and now i try import the patch but.. can't find events.. head-src....../l2jfrozen/gameserver/event/Battlefield.java (file does not exist) etc... common just create one files event head-src....../l2jfrozen/gameserver/event and after apply the patch!!!
maximilion2 Posted September 2, 2012 Posted September 2, 2012 i created a folder name event and i put the file but still l2jfrozen/gameserver/event/Battlefield.java (file does not exist) all the events same error..
Diabaths Posted September 2, 2012 Posted September 2, 2012 i created a folder name event and i put the file but still l2jfrozen/gameserver/event/Battlefield.java (file does not exist) all the events same error.. apply the patch manual and all work great expect some bugs(like to village button)
killer666 Posted September 6, 2012 Posted September 6, 2012 how can i block some events not to run? interlude.. ;2jfrozen
Napster321 Posted September 6, 2012 Posted September 6, 2012 // Add the events to the list events.put(1, new DM()); events.put(2, new Domination()); events.put(3, new DoubleDomination()); events.put(4, new LMS()); events.put(7, new TvT()); events.put(8, new VIPTvT()); events.put(10, new CTF()); events.put(11, new Russian()); events.put(14, new Battlefield()); find it in eventmanager.java i have disabled some events
killer666 Posted September 7, 2012 Posted September 7, 2012 // Add the events to the list events.put(1, new DM()); events.put(2, new Domination()); events.put(3, new DoubleDomination()); events.put(4, new LMS()); events.put(7, new TvT()); events.put(8, new VIPTvT()); events.put(10, new CTF()); events.put(11, new Russian()); events.put(14, new Battlefield()); find it in eventmanager.java i have disabled some events A big thanks to you.
Dulens. Posted September 9, 2012 Posted September 9, 2012 // Add the events to the list events.put(1, new DM()); events.put(2, new Domination()); events.put(3, new DoubleDomination()); events.put(4, new LMS()); events.put(7, new TvT()); events.put(8, new VIPTvT()); events.put(10, new CTF()); events.put(11, new Russian()); events.put(14, new Battlefield()); find it in eventmanager.java i have disabled some events Suggestion : If you want to disable some lines just add // before them.
kenzoR Posted September 11, 2012 Posted September 11, 2012 Exception in thread "GeneralSTPool-7" java.lang.NullPointerException at com.l2jfrozen.gameserver.event.EventManager$Scheduler.run(EventManage r.java:144) at com.l2jfrozen.gameserver.thread.ThreadPoolManager$RunnableWrapper.run (ThreadPoolManager.java:91) 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) java.lang.NullPointerException at com.l2jfrozen.gameserver.event.Event.giveReward(Event.java:390) at com.l2jfrozen.gameserver.event.TvT$Core.run(TvT.java:40) at com.l2jfrozen.gameserver.thread.ThreadPoolManager$RunnableWrapper.run (ThreadPoolManager.java:91) 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) Exception in thread "GeneralSTPool-4" java.lang.NullPointerException at com.l2jfrozen.gameserver.event.EventStats.applyChanges(EventStats.jav a:101) at com.l2jfrozen.gameserver.event.EventManager$Scheduler.run(EventManage r.java:159) at com.l2jfrozen.gameserver.thread.ThreadPoolManager$RunnableWrapper.run (ThreadPoolManager.java:91) 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) Some help ? xD Please ^^
Grierosu Posted September 18, 2012 Posted September 18, 2012 this is a special pack event :) i like it! Nexus and Phoenix Rox :D
HoRrY Posted September 19, 2012 Posted September 19, 2012 Guy's i have a problem at handler , you know how to fix it ?
Recommended Posts