Jump to content

Phoenix Engine


Rizel

Recommended Posts

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

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock