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
how to limit the number of L2Clients per Computer?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- elmarkivo
- Posts: 34
- Joined: Sun Mar 11, 2007 4:12 pm
- RiZe
- Posts: 122
- Joined: Mon Mar 24, 2008 12:44 am
- Location: Czech Republic
- Contact:
Re: how to limit the number of L2Clients per Computer?
Without some client-side software it's impossible
- elmarkivo
- Posts: 34
- Joined: Sun Mar 11, 2007 4:12 pm
Re: how to limit the number of L2Clients per Computer?
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
if someone knows a way to do that i can implement it, but i don´t know where start.
thx
-
- Posts: 750
- Joined: Sun Dec 07, 2008 7:01 pm
- Location: Poland
Re: how to limit the number of L2Clients per Computer?
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.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
- RiZe
- Posts: 122
- Joined: Mon Mar 24, 2008 12:44 am
- Location: Czech Republic
- Contact:
Re: how to limit the number of L2Clients per Computer?
True but he saidtoastgodsupreme wrote: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.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
and here we are. Afaik there is no way how to limit number of game clients without some client-side software.I want to know if its possible to limit the number of clients a player can open in his computer (not by IP).
- elmarkivo
- Posts: 34
- Joined: Sun Mar 11, 2007 4:12 pm
Re: how to limit the number of L2Clients per Computer?
yes, i understand that it's possible only with additional software, my question is what should do that software
thanks for the replies

thanks for the replies
-
- Posts: 82
- Joined: Thu Apr 21, 2005 2:14 pm
Re: how to limit the number of L2Clients per Computer?
You won't get any answer to that, Client Modifications are prohibited
- elmarkivo
- Posts: 34
- Joined: Sun Mar 11, 2007 4:12 pm
Re: how to limit the number of L2Clients per Computer?
mmm
you are right, the only way is by client modification... shit!
well... thanks anyway
you are right, the only way is by client modification... shit!
well... thanks anyway
- RiZe
- Posts: 122
- Joined: Mon Mar 24, 2008 12:44 am
- Location: Czech Republic
- Contact:
Re: how to limit the number of L2Clients per Computer?
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.
-
- Posts: 8
- Joined: Fri Apr 17, 2009 6:13 pm
Re: how to limit the number of L2Clients per Computer?
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.
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.