Jump to content

Recommended Posts

Posted

How would you make a server from scratch?

Asumming there was no other project to get as a base.

 

To make it more interesting lets asume you would only want to support the Awakening client.

A kinda new client with no access to sniff info from retail or other servers.

 

Elaborate on...

-Server/Client packet handling system.

-Skills engine.

-Scripting system.

-Geodata handling.

-Database system based on MySQL.

 

What else you think it would be important to elaborate on?

 

Please keep conversation serious an on topic.

Posted

How would you make a server from scratch?

Asumming there was no other project to get as a base.

 

To make it more interesting lets asume you would only want to support the Awakening client.

A kinda new client with no access to sniff info from retail or other servers.

 

Elaborate on...

-Server/Client packet handling system.

-Skills engine.

-Scripting system.

-Geodata handling.

-Database system based on MySQL.

 

What else you think it would be important to elaborate on?

 

Please keep conversation serious an on topic.

Why don't you join me? I am doing the same thing pretty much on C#.

 

There is no point to do it again in java unless if you have tons of free time, but you will end up copying a lot of code from l2j.

Posted (edited)

The basic idea of this is, to theoretically use the knoledge we have gained so far from java servers to make the best software we could make, from scratch.

Theoretically... this info can help someone that might want to get involved with it. ;)

 

I would really like to see people seriously elaborate with the idea.

Edited by Mobius
Posted (edited)

How would you make a server from scratch?

Asumming there was no other project to get as a base.

 

To make it more interesting lets asume you would only want to support the Awakening client.

A kinda new client with no access to sniff info from retail or other servers.

 

Elaborate on...

-Server/Client packet handling system.

-Skills engine.

-Scripting system.

-Geodata handling.

-Database system based on MySQL.

 

What else you think it would be important to elaborate on?

 

Please keep conversation serious an on topic.

 

A server from scratch without client informations ? Better create your own game, it will be faster.

 

- Skills engine is like any XML engine out there, and like any fixed data it shouldn't be set on SQL because you will need a lot of redundancy to do the same thing (mostly 2 or 3 tables, like npcs data).

- Geodata you have to refer to an existing data too, so you're kinda limited. Where you can have more choices is about pathfinding type (a*, etc).

- Scripting engine, L2J engine handles already 99% of retail cases. You then got the choice between script system : one script per npcid, or one script by "theme". One script by npcid is extremely redundant, but you got no problem between the different scripts.

- server/client handling, better use directly an existing architecture (Putty or similar stuff, I saw some far lesser hungry stuff)

- database, well... MySQL is fine. If you mean which db pooler, the good stuff atm is HikariCP.

 

On a L2J base, I think the biggest flaws are the knownlist system, db pooler choice and the client/server packet system. In term of gameplay, I think the whole casting and movement behaviors should be rewrite from zero. Those are the main downfalls.

 

I doubt than rewriting everything from zero will lead to "transcendal" speedup. If you fix the previous, you will get already a solid architecture. All by all, I think L2J architecture is ok. There were only strange choices made about technologies, and no thoughts about handling "masses".

Edited by Tryskell
Posted

The whole AI, the whole stats system, basically everything is important, even if Tryskell never saw all flaws

Posted

Do you realise how expensive it is to develop client side

 

 

everything is cracked, the most expensive part is the UI, the textures, the animations and the meshes. All are cracked. This client can even be coded in java

Posted

Unreal engine -> New game faster...

 

how exactly you gonna find out the whole information from the client? you gonna copy it anyway so is not from scratch...

just build new..

Posted (edited)

Unreal engine -> New game faster...

 

how exactly you gonna find out the whole information from the client? you gonna copy it anyway so is not from scratch...

just build new..

You should have damn good reverse engineering skills in order to copy it anyway...

I spend 3 days in order to find all packets (with some help) for Interlude in engine.dll... maybe you can do it better. :lol:

Edited by Tessa
Posted (edited)

You should have damn good reverse engineering skills in order to copy it anyway...

I spend 3 days in order to find all packets (with some help) for Interlude in engine.dll... maybe you can do it better. :lol:

 

There is static array of simple structs like const char* packet name, const char* format, and as far as i remember callback address

 

And if u need detail info just use packets from phx data, they did it for you 10 years ago

Edited by Szakalaka
Posted

There is static array of simple structs like const char* packet name, const char* format, and as far as i remember callback address

 

And if u need detail info just use packets from phx data, they did it for you 10 years ago

L2PHX doesn't contains all the packets and some of the packets listed there are not completed. I found the packets but I had hard time looking for all the parameters they accept. Anyway, I completed the list... it was a big effort, because I don't have a clue about assembler. :lol:

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.


  • Posts

    • Yeah inside router i had to enable udnp services 
    • Hello cheaters, As a team of avid developers and enthusiasts of Lineage 2, we are excited to present the L2 Control Hub, a groundbreaking plugin designed by myself and my collaborator, StinkyMadness. This innovative tool equips server administrators with powerful automation capabilities directly within the game's community board. L2 Control Hub simplifies the creation and management of automations, enabling you to customize your server operations without the need to modify the source code.   Key Features of L2 Control Hub: Robust Automation Triggers: Select from a plethora of triggers currently available, with continuous additions in the works to enhance your control options. Dynamic Conditions and Actions: Tailor your server operations with an extensive range of conditions and actions, ensuring flexible and precise control over game events and player interactions. Customizable Variables: Easily integrate server-specific variables from your database to further personalize and streamline your automations. Utilize these variables across various automation scenarios to cater to your specific server requirements. JavaScript Integration: Execute custom JavaScript codes that interact seamlessly with Java classes, bringing advanced functionalities to your server's ecosystem.   Explore L2 Control Hub in Action: We've prepared a series of video tutorials to demonstrate the capabilities of L2 Control Hub: Control Hub - Create a Simple Flow with 1 Condition and 1 Action: Get started with basic automations. Control Hub - Multiple Conditions with Multiple Actions: Explore more complex automations for detailed server management. Control Hub - Using Variables: Discover how to implement and use custom variables for tailored automations. Control Hub - Using JavaScript: Experience the power of custom scripts in enhancing your server functionality.   L2 Control Hub is currently about 70% complete, and we are actively developing and refining features. We invite you to join our ➡️ Discord community ⬅️ to engage with the development process, provide feedback, and be the first to test new features. Additionally, any updates or changes to the plugin are seamlessly delivered to all customers directly from our web server, ensuring your system is always up-to-date without the need for manual downloads.   Your game, your rules, automated. Join us in redefining server management in Lineage 2 and elevate your gaming community with unmatched automation capabilities. For more details, contact us directly to get started with L2 Control Hub.   Currently, the plugin is developed using aCis sources. We will continue with these sources until we finalize all the necessary details before proceeding to integrate with the more prominent sources available.       The L2 Control Hub is designed to extend beyond mere functional additions to your server. We are in the process of implementing a suite of advanced mechanisms, such as a vote manager capable of interfacing with any Lineage 2 voting site without requiring configuration, live statistics to provide admins with real-time insights, and an event engine that can generate any desired event within seconds. All these features will be seamlessly integrated into the module, enhancing your server management experience significantly.     Please note that L2 Control Hub will be a premium tool, reflecting the extensive features and benefits it offers. While we are finalizing the pricing structure, rest assured that we aim to deliver great value for your investment. We will announce the cost details soon on our platforms to ensure everyone is well-informed and can plan accordingly. Join us to take your server management to the next level with L2 Control Hub.     
    • The link soucer and system are off, reup please, thanks very much @HypeH
    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/hood-services https://campsite.bio/utchihaamkt  
    • Hola, Busco proveedores de adena en Reborn signature. Trabajo serio, Web de ventas Seria. Adena-Shop. Discord: susi007317   Hello, I am looking for adena suppliers in Reborn signature. Serious work, Serious sales Web. Adena-Shop. Discord: susi007317
  • Topics

×
×
  • Create New...