AntiFeed Dualbox Improvement Suggestion
Posted: Tue Sep 21, 2010 6:58 pm
L2J Revision 4415:
L2JDP Revision 7664:
At l2jmods.properties we can enable options at the AntiFeed mod,
to disconnect players that play from the same IP.
I suggest to improve the mod, by checking on player enterworld, LastIP and pcIP from SQL table accounts.
If LastIP and pcIP are same to another character that is online, then kick the player from the game.
This way you can check for multiboxing per computer, not per IP.
You can also set a maximum Multibox variable for enabling more that one account to log from same computer.
L2JDP Revision 7664:
At l2jmods.properties we can enable options at the AntiFeed mod,
to disconnect players that play from the same IP.
I suggest to improve the mod, by checking on player enterworld, LastIP and pcIP from SQL table accounts.
If LastIP and pcIP are same to another character that is online, then kick the player from the game.
This way you can check for multiboxing per computer, not per IP.
You can also set a maximum Multibox variable for enabling more that one account to log from same computer.
I think you should add a modification like this, because multibox checking from just using public IP, is not having a real live server application, in wich players play from internet cafes with same IPs etc.The general idea for enterworld.java addition is:
1. If there is more than 1 player online with same LastIP Then
2. If there is more than (maximum Multibox variable) player online with same pcIP Then
3. Kick current player from game