Jump to content

Recommended Posts

Posted (edited)

I Dont know why but i got kick when i am try to login to a server ... this happen only for 2-3 servers.... i think is something with Smartguard or with server protections but i dont have any antivirus or any program active.... I also tried clean Install client and still the same...

check the video ...


https://streamable.com/2e8z42

Edited by Jeremy_
Posted
On 2/15/2021 at 3:54 AM, Jeremy_ said:

I Dont know why but i got kick when i am try to login to a server ... this happen only for 2-3 servers.... i think is something with Smartguard or with server protections but i dont have any antivirus or any program active.... I also tried clean Install client and still the same...

check the video ...


https://streamable.com/2e8z42

The game client has logging, see what is in the logs and at what point you have disconnected.

l2.log file. 

 

How to enable:

Open l2.ini and add or edit:

[URL]
IsNetworkLog = True

 

But it may not work out if this config is hooked with one of some protection file, for example dsetup.dll

Posted (edited)
21 hours ago, KabLe21 said:

miss engine.dll for win10 😉 when kick u try use CTRL+ALT+ DEL and can u see l2 run in proces 😉

i change the engine.dll from  the clean system for windows 10 (it work if i run L2.EXE) but when i put it inside to the new system still the same

https://pasteboard.co/JOPEONT.png

that is the only process i run after the kick...

 

Edited by Jeremy_
Posted (edited)
On 2/16/2021 at 10:24 AM, NevesOma said:

The game client has logging, see what is in the logs and at what point you have disconnected.

l2.log file. 

 

How to enable:

Open l2.ini and add or edit:

[URL]
IsNetworkLog = True

 

But it may not work out if this config is hooked with one of some protection file, for example dsetup.dll

is not "DISCONNECTED MESSAGE" i got just kick... just close the window of l2 After 0.5 second sometimes it happens after 1-2 seconds...

i tried with L2File editor to put this to l2.ini and i save it but after running l2 there is not file l2.log

https://pasteboard.co/JOPMYPs.png

Edited by Jeremy_
Posted (edited)
1 hour ago, Celestine said:

close nvidia overlay / discord overlay and you will be fine.

its fix only for active anticheat or ?

 

NVidia GeForce Experience (Overlay)
1°-> http://prntscr.com/pv05p0 (click settings)
2°-> http://prntscr.com/pv05y7 (Overlay in game) click to disable this function only server to take print and record (videos) but the interference
With our l2.exe !!

Discord App (Overlay)
1°-> http://prntscr.com/pv06gz (click overlay)
2°-> http://prntscr.com/pv06m6 (leave it that way)

 

when dont have experience download and instal, discord app too ;)

Edited by KabLe21
Posted
18 hours ago, KabLe21 said:

its fix only for active anticheat or ?

 

NVidia GeForce Experience (Overlay)
1°-> http://prntscr.com/pv05p0 (click settings)
2°-> http://prntscr.com/pv05y7 (Overlay in game) click to disable this function only server to take print and record (videos) but the interference
With our l2.exe !!

Discord App (Overlay)
1°-> http://prntscr.com/pv06gz (click overlay)
2°-> http://prntscr.com/pv06m6 (leave it that way)

 

when dont have experience download and instal, discord app too ;)

 

any guard

  • Vision locked this topic
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..