Jump to content

Recommended Posts

Posted

ProfessionalGeodata - I really hope the reason you write like that is your keyboard. I'm about to commit Seppuku because of your posts . No insults intended, i apologize if it happen.

 

Now back on topic:

Obesession, how much will it take to get full geared , ready for battle? An estimate would be awesome. :] I'll probably give it a try if time is on my side.

Posted

Dear Draxx,

I am not Really clear about the farming time because i want to see in beta how players react on it! and there for we really want to whait and see the result after beta.

 

Team Lineage2Play

Posted

ProfessionalGeodata - I really hope the reason you write like that is your keyboard. I'm about to commit Seppuku because of your posts . No insults intended, i apologize if it happen.

 

Now back on topic:

Obesession, how much will it take to get full geared , ready for battle? An estimate would be awesome. :] I'll probably give it a try if time is on my side.

I'm not trying to be 1337. Yeah, the keyboard is the problem. Now I'm logged through my phine right now. On topic. I hope this server goes live fast, my friends and I are waiting for a decent project cause we've got bored of all the crap we've seen till now
Posted

what interesting lol

 

it's l2obsessive.

 

the old freya server that lasted less than 1 week, cause admin was clueless and retard.

 

the only update he did on that old server was that he added olympiad manager.

 

and then when some1 was  calling him clueless, he was saying "LOOK I'M GOOD ADMIN, I ADDED OLY NPC", while  half of ppl had multi skills on his own server.

 

He isnt the same guy,stop being mad,take care with your friends nowdays cuz you already felt on their lvl.

Posted

PG - Alright :] You scared me there for a bit. Apologize if i been to rude :[

Obesession - Good to hear.

I'm looking for a decent high rate server with easy farming(if my opinion matters). Squeezing in some fun while taking a break from official .

 

Will be waiting for the ob :)

Posted

Dear Draxx,

 

We try our best to listen to upon every player it can be, because we want to create a game play that have benefit for every player out there,

 

There for please visit our beta (temporary) Website / Forum at the Suggestions and post your ideas.

 

Thank you!

Team Lineage2Play

Posted

Dear People,

 

We gladly to announce the opening of our beta server ! Please be noted that you can expect any type of bug or error, We hope not!

To be sure of you find any type of bug or error please submite it on our forum!  The New website will be online in short time!

 

Enjoy your stay!

 

Greatings,

Team Lineage2Play

Guest
This topic is now closed to further replies.



  • 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..