Jump to content

Recommended Posts

Posted

as you know in game my name is ExoPr0 .

Really the server is very cool and i can see it from my experience in L2 servers .

Also i am first on pk :OOO  and first on pvp ;) ( you can see it on rankins http://l2desire.com/ranking.php )

But too low pvp / pk cuz on people . So server is very cool and you have to join . First i start to played on the server cuz TheMental is a friend and i was to be the first player . But now i playing cuz i like it and of course cuz the server owner is TheMnetal .

Mafia and Mental good job guys . ;)  you did a nice server .

Cu ig .

Posted

Ok before i download patch are you sure that i can log with gracia ?

 

And last thing are all the classes balanced ?

 

personally i dont log with gracia , never tried , most said that you can log in with gracia too , try it ..

 

all classes are balanced .. if you see smth wrong tell us it and we will try to fix it

Posted

I think that the donation list is insane.

Your team should fix and balance the  donation...

Im not saying to remove it! Im just saying to balance it.

 

Posted

I think that the donation list is insane.

Your team should fix and balance the  donation...

Im not saying to remove it! Im just saying to balance it.

 

 

if u have any prob tell it on our forums about the donation list so we can check it .. also donations are made to pay the bills for the datacenter and they are balanced , if there is a prob with the classes let me know it ^^

 

------------------------

Yesterday we did a little boss events with some good mats and exp :)

 

Now when we reach 550+ votes we will make some tournaments with exp,run event,fishing,hns,dm  and you will be able to participate via forums!

 

www.l2desire.com

Posted

You guys should make a script that show's online players :D

And Atm #Votes:  70 .... and when i looked this morning We had like 120+ ... Kadar Smelled Vote Spam...

Posted

You guys should make a script that show's online players :D

And Atm #Votes:  70 .... and when i looked this morning We had like 120+ ... Kadar Smelled Vote Spam...

 

I talked with mafia about that, and he sayd that probably we will make one, he dont want community online, so we will make somth like that for us see how many player on-line...

 

I think that the donation list is insane.

Your team should fix and balance the  donation...

Im not saying to remove it! Im just saying to balance it.

 

And yeah he is right, OMG donations... guys with +20 weapons will be invencible, cuz with 66% sucess rate and +3 has safe enchant and hard to get adena the most enchanted will be +10 ~ +15 (15 for that insane guys who dont think in brake) so guys with +20 will pown every1... i know that donations are very important for server keeps alive but, some1 see that rewards... :\

Posted

You guys should make a script that show's online players :D

And Atm #Votes:  70 .... and when i looked this morning We had like 120+ ... Kadar Smelled Vote Spam...

 

maybe we will make a command , not sure .Also kadar dunno why deleted our votes .. thats sick ...

 

@grpower not yet , we will inform you guys when

Posted

@maduser on your previous post , to get a +20 weap u need to pay 160E for a S grade .. about 150 for a A .. you can calculate the prices .. and u will see ..

 

@maduser on your 2nd post , i dont think that vitality works as the server is ct1.5 and have nothing in the core about vitality .. so it does not work .. never tested gracia ..

Posted

@maduser on your previous post , to get a +20 weap u need to pay 160E for a S grade .. about 150 for a A .. you can calculate the prices .. and u will see ..

 

@maduser on your 2nd post , i dont think that vitality works as the server is ct1.5 and have nothing in the core about vitality .. so it does not work .. never tested gracia ..

well, yeah the prices are high but, 5 donaters will be a huge diference, well please make one thing, donators with other color name, cuz we can see who is donator and, if we were good players that will avoid that comments "Oh, your -beep-ing donator"...

 

and about gracia ok, we will still w8ing ^^

Posted

Works with Gracia..

BTW will you add custom weapons and armour(icarus)

 

Icarus weapon work but they arent in the shopz yet you can reach it by donating

 

 

I think that the donation list is insane.

Your team should fix and balance the  donation...

Im not saying to remove it! Im just saying to balance it.

 

 

 

We are full in 2 days of the server we need donates to move the server to a dedicated i will go to the bank tommorow to pay for a dedi so i need the donates cuz i will pay the server all alone ... i just need to donates to pay the datacentre nothing more :)

Posted

Server is back online , we are sry for the downtime ,  there was a problem with gameguard and its now fixed. you can play now.

 

Also we will move to a dedidcated machine on midnight maybe.

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