Jump to content

Selection of L2 Server platform


Recommended Posts

Hello!

It's been so many years since I've tried install and create a L2 server.. for what I've tried to catch up, there are a couple of platforms with which one can create a L2 server. As far as I've learned, we have L2J, L2 Off and others (?). Can you guys help me with some cons and pro's about the options available for taking this first step in creating my server?

Thanks a lot in advanced for your concern in this subject.

p.s. I've tried to look out at the forum search and did not found such a subject (or just didn't know how to make the proper search)

Edited by Aaron_Shinta
Link to comment
Share on other sites

L2OFF all the way, people dont use it because they dont even know how to install it.

pros

everything runs smooth

after you understand how everything works the logic is always better

consoles can crash and restart
cons

hard to add customs

hard to make/find/create website
language C++ no people available even if you pay them gold to help you write this language if you dont know it by your self.

hard to edit extender

hard to find components that dated in 2005-2008

L2Java (Emulator of L2OFF Files)
pros

can do anything write it as bad as you like and will still work

easy to find/create website

easy to edit and use latest technologies
cons

alot of people write bad java language

consoles crash while you sleep

emulate is still try to imitate the l2off behavior without much of success for 10 or more years

bad behavior

unexpected crashes

 

 

 

  • Upvote 1
Link to comment
Share on other sites

1 hour ago, Nightw0lf said:

L2OFF all the way, people dont use it because they dont even know how to install it.

pros

everything runs smooth

after you understand how everything works the logic is always better

consoles can crash and restart
cons

hard to add customs

hard to make/find/create website
language C++ no people available even if you pay them gold to help you write this language if you dont know it by your self.

hard to edit extender

hard to find components that dated in 2005-2008

L2Java (Emulator of L2OFF Files)
pros

can do anything write it as bad as you like and will still work

easy to find/create website

easy to edit and use latest technologies
cons

alot of people write bad java language

consoles crash while you sleep

emulate is still try to imitate the l2off behavior without much of success for 10 or more years

bad behavior

unexpected crashes

 

 

 

I agree with everything you say about java but not with the crashing. Unless the pack is completely shit, filled with memory leaks, and unclosed connections, crashes are rare if non existent on a clean source. 

Link to comment
Share on other sites

Hello everyone.. thanks a lot for your honest and detailed replies. This is the best community of L2 server developing I've found on the net... I know that this sentence is "cliché", yet, on most places you find either: a dead community (years without posting), members are too jealous (or lazy?), to reply or help, or they "keep the knowledge for themselves".

 

Thanks again to everyone that let their time to read and comment 🙂

 

Edited by Aaron_Shinta
  • Like 1
Link to comment
Share on other sites

8 hours ago, Porthos said:

I agree with everything you say about java but not with the crashing. Unless the pack is completely shit, filled with memory leaks, and unclosed connections, crashes are rare if non existent on a clean source. 

well still an unexpected crash while you sleep is 100% damage and reason for your server to die from every perspective, and most codes shared have coded on jdk 6-7 without proper try with resources, people code something and if it works they dont care to go deeper and check for NPE's or empty arrays and you find your self with pants down, personally i dont know any pack that have no memory leaks in java or no crashes, l2off on the other hand if a console crash, you can restore it automatically with "res(surect)" program (i would choose l2off even if its harder to work)

Link to comment
Share on other sites

Indeed L2J needs to be rewritten from the bones. But I can say out of experience those "L2OFF" platforms and extenders that claim to be PTS leak also have bugs and you won't be able to find a source other than decompiled, making it a lot harder to work with, on top of all they are heavier on resources.
The true benefit of "OFF" platform would be if you run highly populated low rate server with minimum custom features.
While JAVA platform is suitable for customizing game-play to unlimited extend (maybe client).

Edited by Cherish
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...