Jump to content

Recommended Posts

Posted

We send the money to the dedicated we will have it as soon as possible dedicated pc stats are

 

 

 

 

Intel Core 2 Quad Q6600

8GB DDR2 RAM

250GB - 2*250GB SATA2 HDD

inkl. 200 GB Traffic

1000mbit up/down connection!!!!

 

soon we will transfer into our new come !!! stay tuned !! player limit will be increased when we are going to the new host!!!

Posted

omg donations for +20 weapons? rly unbalanced server,

 

check the prices dude .. its not unbalanced .. its not 5 euro for a weap ..

Posted

but safe is +3 and rate is 66% so donators kick asses here.

first of all with blessed the chances are 90%...also there aren't any +20 yet!And finally nobody asks you to come to the server if you don't like it!

 

Posted

but safe is +3 and rate is 66% so donators kick asses here.

 

its very simple dude we can deny an offer for +20 noone make us to accept all the offers !!! server is balanced and it will be we wont destroy that

Posted

but safe is +3 and rate is 66% so donators kick asses here.

 

well thats double posting btw, i already sayd that, and price is fair, dont complain about the donations, server need it, our you guys prefer that server keeps hosted in TheMentals pc (im not saying that you pc isnt good TM, but when your pc restarts or get off servers gets too)... and staff needs money too, they are humans, and need to eat, and to dress well x'D.. You dont want to do donations, dont you do, but dont complain about the others....

Posted

Im currently installing the db on the new dedicated pc server will be online on few minites!!!

 

 

Some stats of the new server:

Intel quad core 2,1

8GB ram DDR2

1000mbit connection

Windows server 2003

and more :)

 

cu you soon ingame in a few minites

Posted

Kool :) But please fix Register Site !!!

 

It doesnt open it to me!!!!

 

I get "Page Load Error" after some time of load :(!

 

 

 

its auto register we will fix new acm soon for now its auto login and put username and pass and have fun

Please fix it ! Thank you!

Posted

Im currently installing the db on the new dedicated pc server will be online on few minites!!!

 

 

Some stats of the new server:

Intel quad core 2,1

8GB ram DDR2

1000mbit connection

Windows server 2003

and more :)

 

cu you soon ingame in a few minites

 

Gratz Bro! Well I am updating my client and I will login 100%!

 

PS: Saki mpes msn

PS2: An exeis provlima me to DC apla pm me ;)

Posted

i'll come play if the server goes ct2.1 :P Too lazy to re-download ct1.5. :|

 

Also, 66% enchant rate is quite high... +20 is really not that much. (not to mention blessed is 90%...)

 

if you buy 17 blessed scrolls, your chance to make a +20 is out 2%... and thats a +20. never mind making a +15 or something. Which would be like 15%.

 

Only thing i hope is realized is that Mage weapons play a MUCH bigger factor when it comes to enchants. +12 arcana is like a +20 bow.

Posted

i'll come play if the server goes ct2.1 :P Too lazy to re-download ct1.5. :|

 

Also, 66% enchant rate is quite high... +20 is really not that much. (not to mention blessed is 90%...)

 

if you buy 17 blessed scrolls, your chance to make a +20 is out 2%... and thats a +20. never mind making a +15 or something. Which would be like 15%.

 

Only thing i hope is realized is that Mage weapons play a MUCH bigger factor when it comes to enchants. +12 arcana is like a +20 bow.

Well You can Login With Gracia Client too.You will not have any errors.I play in L2Desire with ct2.1 client and never had problem....
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..