Jump to content
  • 0

Help creating L2[Off] Freya or H5.


Question

Posted

Hi everyone. Im a newbie in this but I would like to create my own Freya or H5 server just for fun. Could anyone please give me some links, tips and other helpfull stuff on how to create L2[off] Freya or H5. Please post here any tips, any links and any info on how to do it.

 

P.S. I checked "[General] Lineage II Develop [OFF] English " and I was not able to find some links for downloading and if I did they was not working and/or people saying that they got viruses and keylogers with those files.

 

Please dont Judge me cuz im a newbie in L2 Server creating. Everyone have theyr first time.

 

Thank you very much.

Recommended Posts

  • 0
  • 0
Posted

They are all about up to Chronicle Interlude or HB. And Im looking for Freya or H5.

 

Iw checked this post that had Freya download

http://maxcheaters.com/forum/index.php?topic=160495.0

...but the file download doesnt work anymore.

Do u know where can I download that file? Well the main server or how u call it. l2server.exe I think or something like that.

 

Thanks for the links and thanks for not ignoring my post :)

  • 0
Posted

They are all about up to Chronicle Interlude or HB. And Im looking for Freya or H5.

 

Iw checked this post that had Freya download

http://maxcheaters.com/forum/index.php?topic=160495.0

...but the file download doesnt work anymore.

Do u know where can I download that file? Well the main server or how u call it. l2server.exe I think or something like that.

 

Thanks for the links and thanks for not ignoring my post :)

 

hmm i will search again if i find anything else i will post it  here

 

 

  • 0
Posted

Iw checked ur link and it says

 

"The topic or board you are looking for appears to be either missing or off limits to you"

 

:( I guess Im not that good to go to special/VIP links

 

And Thanks for your help. I appreciate that.

  • 0
  • 0
Posted

Iw seen those, but thanks anyway. :)

 

It seems that it is hard to find Freya and H5 files :(  . Iw looked for them everywhere but could not find them... I think only way u can find those files If someone will post the actual link. Iw googled for those server files and found nothing :( Or I dont know how to search properly. :)

  • 0
Posted

There is many very good links but I dont see anything about Freya or H5 :( ...

Btw is it possible to upgrade server from Interlude to freya without changing all files or u need to make Freya or H5 server straight away?

 

And thanks again for helping me.

  • 0
Posted

There is many very good links but I dont see anything about Freya or H5 :( ...

Btw is it possible to upgrade server from Interlude to freya without changing all files or u need to make Freya or H5 server straight away?

 

And thanks again for helping me.

U wont find any freya or H5 free packs x64 on shares. U can only buy from Fr3dBR or l2off.biz . But I have seen many ppl who sell good l2j packs for h5 , god.

  • 0
Posted

And how much does it cost? Does it include everything I will need in that packag? And How to contact them?

 

P.S. Im looking for L2 OFF not L2J becouse I heard that L2J have many bugs and users dont like it. Cuz I might do some small server for my friends just to have fun in and test skills and stuff.

 

Thank You for your information.

  • 0
Posted

700+ eu

And how much does it cost? Does it include everything I will need in that packag? And How to contact them?

 

P.S. Im looking for L2 OFF not L2J becouse I heard that L2J have many bugs and users dont like it. Cuz I might do some small server for my friends just to have fun in and test skills and stuff.

 

Thank You for your information.

 

 

 

http://www.depmax64.com/forums/showthread.php?t=1430

  • 0
Posted

And what is main difference about L2J and OFF? I know that OFF is more stable server. But is it that noticable?

 

1. Is created by NCSoft - and an absurd ammount of professional programmers and man hours.

 

2. Is made by a bunch of amateur kids over the span of 7 years - with a codebase that's been corrupted and still uses old technology despite JAVA as a langauge has evolved to it's current version SDK. And so spread with god knows how many forks from the original creation by l2chef.

 

...if you just want to "play for fun with friends" - L2Off is a bad choice.

Infact if you don't understand the fundemental difference of - how while they try offer the same for the end user playing - are so far far apart i'd stay the hell away from it.

 

Time invested to get to 99% percentile is probably 1/10th of L2J to L2Off.

It's just easier.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • And Discord: https://discord.gg/3aYqWNqb
    • Ofc: https://discord.gg/3aYqWNqb
    • You can find some H5 skins shared in old L2 modding Discords, but most of the higher‑quality ones are either paid or come bundled with full client edits. I usually mix in commissioned work and whatever I can patch myself. On a side note, I fund a lot of these commissions by selling off game items through instant sell cs2 skins, which has been a quick way for me to get some cash for projects.
    • There is no need for gRPC in this case, even tho originally it was gRPC based but since we don't need it to be bi-directional, we switched to simple http requests for the web calls and SSEs for the data streamed from the server. There are distributed locks in place to precent race conditions between actions that can happen between multiple web instances and the server.   Local models can also be slow depending on the model, and most external models can actually be faster than local ones if you use Flash 2.5 or something along those lines. I am running on 512GB of Unified Memory on my Mac Studio M3 Ultra so the speed of the local model for a small model is pretty good but I tested it with Gemini too and it works equally as fast and in some cases faster. The way it works is that I'm using pgvector (one of the benefits of moving to Postgres) to search the data and see what the player can see etc and there is some batching of the next few actions for 2-4 seconds for the user until the next LLM request fires. The batching also includes branching on logic so if they for example fall under some HP they will move to kiting instead of attacking or maybe they heal etc.   Everything is authed and permission-based. The server and the backend of the frontend have secure communication between them, either with a symmetric key (not recommended for production) or a certificate (the recommended way), so there is no worry. It's all tied to the account's access level, etc., so nobody can make an action that they normally wouldn't be allowed to do. Even the MCP is token-based, and there are prompt injection protections in place. The MCP is audited, and every mutation needs confirmation. The admin area is only accessible to the admin account anyway so normal users can't access it.  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..