Page 1 of 1

how to limit the number of L2Clients per Computer?

Posted: Wed Jun 17, 2009 3:32 pm
by elmarkivo
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

i'm using Gracia T2.2 branches.
I want to know if its possible to limit the number of clients a player can open in his computer (not by IP).
i want to limit to 1 because almost the players open 4 o 5 clients and the roleplaying is lost, but i don´t want lo limit by ip because some players are playing under the same ip address.

it's possible to identify the computer of the player by the server?

Thanks

Re: how to limit the number of L2Clients per Computer?

Posted: Wed Jun 17, 2009 3:56 pm
by RiZe
Without some client-side software it's impossible

Re: how to limit the number of L2Clients per Computer?

Posted: Wed Jun 17, 2009 4:52 pm
by elmarkivo
ok, so maybe i need other software to do that.

if someone knows a way to do that i can implement it, but i don´t know where start.

thx

Re: how to limit the number of L2Clients per Computer?

Posted: Wed Jun 17, 2009 7:00 pm
by toastgodsupreme
elmarkivo wrote:ok, so maybe i need other software to do that.

if someone knows a way to do that i can implement it, but i don´t know where start.

thx
With proper firewall software you can limit the amount of connections per IP to a specific port. I'm talking about highly configurable software or linux and a good working knowledge of iptables.

Re: how to limit the number of L2Clients per Computer?

Posted: Wed Jun 17, 2009 8:00 pm
by RiZe
toastgodsupreme wrote:
elmarkivo wrote:ok, so maybe i need other software to do that.

if someone knows a way to do that i can implement it, but i don´t know where start.

thx
With proper firewall software you can limit the amount of connections per IP to a specific port. I'm talking about highly configurable software or linux and a good working knowledge of iptables.
True but he said
I want to know if its possible to limit the number of clients a player can open in his computer (not by IP).
and here we are. Afaik there is no way how to limit number of game clients without some client-side software.

Re: how to limit the number of L2Clients per Computer?

Posted: Wed Jun 17, 2009 8:27 pm
by elmarkivo
yes, i understand that it's possible only with additional software, my question is what should do that software :lol:

thanks for the replies

Re: how to limit the number of L2Clients per Computer?

Posted: Wed Jun 17, 2009 8:36 pm
by Eragon
You won't get any answer to that, Client Modifications are prohibited

Re: how to limit the number of L2Clients per Computer?

Posted: Wed Jun 17, 2009 9:06 pm
by elmarkivo
mmm

you are right, the only way is by client modification... shit!

well... thanks anyway

Re: how to limit the number of L2Clients per Computer?

Posted: Wed Jun 17, 2009 10:30 pm
by RiZe
Hm, maybe some low-level application could do this without any client modification. Something like residential scanner but it should have some server-side to check if the scanner is running so another piece of sh** like GameGuard, more problems and no positives in compare to negatives.

Re: how to limit the number of L2Clients per Computer?

Posted: Fri Jun 19, 2009 8:09 am
by lhw
Well you could write a simple program that checks for the existence of multiple L2 clients on the client side,
maybe make it mandatory to start the executable via a launcher of yours which then starts the background progress.
Then you built-in a server side socket that listens for those connections and checks on multiple clients. Of course that's all way apart from everything you thought of I guess.

No, I would say there is no easy way to guarantee that there is only one client running on the machine.