Jump to content

[Share] Event Engine by hNoke


hNoke

Recommended Posts

I solve the problem.

   [javac] C:\Users\Administrator\workspace\L2_GameServer\java\com\l2jserver\gameserver\GameServer.java:425: cannot find symbol

   [javac] symbol  : variable EventLoader

   [javac] location: class com.l2jserver.gameserver.GameServer

   [javac]       EventLoader.loadEngine();

   [javac]       ^

   [javac] 1 error

 

 

Just delete EventLoader.loadEngine(); i dunno if its good but it works for mr so

Nice share thankss..

That will make your events don't start. Simply hit CTRL + Shift + O to organize imports when you are in Gameserver.java, that should solve it.

 

Hello. I try to put this event  to my server. But I have 6 errors :/

 

[javac] Compiling 1516 source files to C:\workspace\L2_GameServer\build\classes

   [javac] C:\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:7487: 'try' without 'catch' or 'finally'

   [javac] try

   [javac] ^

   [javac] C:\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:7701: 'catch' without 'try'

   [javac] catch (Exception e;)

   [javac] ^

   [javac] C:\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:7701: ')' expected

   [javac] catch (Exception e;)

   [javac]                ^

   [javac] C:\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:7701: not a statement

   [javac] catch (Exception e;)

   [javac]      ^

   [javac] C:\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:7701: illegal start of expression

   [javac] catch (Exception e;)

   [javac]                   ^

   [javac] C:\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:7705: 'finally' without 'try'

   [javac] finally

   [javac] ^

   [javac] 6 errors

 

I don't know what tu do ;///.

 

I'am using L2jServer 7669, 4423 pack :)

Seems like you haven't applied L2PcInstance part of the patch properly. Try to do it again manually.

 

And to everyone, please when you have any errors, post them to the project's forum, not here.

Link to comment
Share on other sites

I have tried to apply with Tortoise SVN. But anyway I have these errors ;//

better to use eclipse is million ways better and you can know where exactly is the error.
Link to comment
Share on other sites

Yeah, it looks cool, but lets think a bit.

 

Now each server (mean a loot) will have this engine, and?

 

Its really bad.

As you see many "servers" their owner cannot put the code at the right place.

Ither they are boring to do it manually because is a big code to apply manually.

So there will be no much server with it.

at 20 server's the 3 will have it.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...