Jump to content

Recommended Posts

Posted

After some research on hundreds of forum, including all the votesites.. I've came to the conclusion that this project is the only one worth playing on. Thank you for making a server that we players can call our home. I wish you best of luck. CHEERS

Posted

After some research on hundreds of forum, including all the votesites.. I've came to the conclusion that this project is the only one worth playing on. Thank you for making a server that we players can call our home. I wish you best of luck. CHEERS

 

 

true ... last days there is no way to play any decent interlude HR .... just this one or reanaissance... GL ;p

Posted

 

true ... last days there is no way to play any decent interlude HR .... just this one or reanaissance... GL ;p

same conclusion here dude im w8in for this

Posted

After some research on hundreds of forum, including all the votesites.. I've came to the conclusion that this project is the only one worth playing on. Thank you for making a server that we players can call our home. I wish you best of luck. CHEERS

you say it good:)
Posted

After some research on hundreds of forum, including all the votesites.. I've came to the conclusion that this project is the only one worth playing on. Thank you for making a server that we players can call our home. I wish you best of luck. CHEERS

 

true ... last days there is no way to play any decent interlude HR .... just this one or reanaissance... GL ;p

same conclusion here dude im w8in for this

you say it good:)

What can I say, thank you for these comments and that you are with L2Abel. I hope that the server keep as much time online and I hope you enjoy it.

Anyway 17h till the GRAND OPENING!!


New update was maded:

- Added 2 rb's with different difficulty (Respawn 1h +/- 30m | 2h +/-30m).

- Added FoG as hard zone.

- Added Anti Buff Shield.

- Added Clan Rep Item.

- Added Raids Info NPC.

- Fixed Request Restart exception.

- Fix Summoners Classes.

- Fix Cardinal Skills.

- Reworked Unstuck coordinates. (Changed to Main Town)

- Reworked RequestRestartPoint.java (Changed to Main Town)

- Reworked Blow Skill Types

 

Regards,

Max

Posted

hmmm i have a thought about ur server...features kick asses!

but the opening time...i mean 10 A.M.?ppl have work/school...so what about change it to afternoon?i dont want to reply in my post by kids who will cry saying that i cant log in...cuz in fact i am able to log in...but most ppl are not!so u might see a good number of ppl online but is not gonna be so big...just a thought!

peace :D

Posted

hmmm i have a thought about ur server...features kick asses!

but the opening time...i mean 10 A.M.?ppl have work/school...so what about change it to afternoon?i dont want to reply in my post by kids who will cry saying that i cant log in...cuz in fact i am able to log in...but most ppl are not!so u might see a good number of ppl online but is not gonna be so big...just a thought!

peace :D

well i must agree with you,best time to open is 17-18,and btw i try make forum account but i dont receive any activation key:(
Posted

Where will be this server hosted in?

 

(I hope you've got a good DDOS protection.. sadly, world is full of jealous kids)

If someone tries to give flood the server will feel a bit lag which will take about 2-5 minutes.

hmmm i have a thought about ur server...features kick asses!

but the opening time...i mean 10 A.M.?ppl have work/school...so what about change it to afternoon?i dont want to reply in my post by kids who will cry saying that i cant log in...cuz in fact i am able to log in...but most ppl are not!so u might see a good number of ppl online but is not gonna be so big...just a thought!

peace :D

Heh,you're not the first we wask why that hour,simple:

We have a very special protection against DDoS attacks and very different from the market and should measure traffic constantly. If they get 200 people at the same time lag would be about 5 minutes for that protection check each ip to see if it is clean or infected. We do not want a large number of players from the first minute or the first hour, we want the community to grow constantly.Anyway Raids/Events/Vote Reward are disabled until 05.05.2012!

 

In one sentence: We open server at this hour cuz protection need time to check every ip and and to stabilize traffic.

When someone tries to give flood, protection will see traffic growth and will block instant that IP (not really instant,may take a between 2-5 min).

 

10h till the GRAND OPENING!!

 

Edit:

Server was accepted in TopZone, please vote!

 

 

Regards,

Max

Posted

hmmm i dont really like what i saw...anyway!i wont say anything yet be4 i post!i am just happy that u spoke the truth cuz many servers failed in the opening cuz they couldnt handle too many ppl!Gl with ur project!cya online ;)

Posted

hmmm i dont really like what i saw...anyway!i wont say anything yet be4 i post!i am just happy that u spoke the truth cuz many servers failed in the opening cuz they couldnt handle too many ppl!Gl with ur project!cya online ;)

That's my point. We are different from other servers, why to have 5k players at grand opening and 100 players daily? It's not hard to fake players online but we are not liers! :D

 

Hopefully you like server!

 

2h till the GRAND OPENING!

Guest
This topic is now closed to further replies.



  • Posts

    • fixed the flickering , if you noticed to an other specific page please let me know
    • 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..