Jump to content

Recommended Posts

Posted

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!!!

Posted

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)

Posted

		// 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

Posted

		// 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.

Posted

		// 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.

Posted

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 ^^

Guest
This topic is now closed to further replies.



×
×
  • Create New...