Page 1 of 1

AntiFeed Dualbox Improvement Suggestion

Posted: Tue Sep 21, 2010 6:58 pm
by Pandragon
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.
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
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.

Re: AntiFeed Dualbox Improvement Suggestion

Posted: Wed Sep 22, 2010 1:58 am
by dinor

Re: AntiFeed Dualbox Improvement Suggestion

Posted: Thu Sep 30, 2010 9:07 am
by Pandragon
Doesn't work for me at 4415 server revision.
On test server (lan) it works fine,
but on live server it causes server to crash right about the first users come online.

Any chance of adding that mod to the SVN?

Re: AntiFeed Dualbox Improvement Suggestion

Posted: Thu Sep 30, 2010 10:03 am
by dinor
I don't know the reason server crashes, dev's suggest to use branch for Epilogue (not trunks).
Test server and public are same revision?

for me works just fine.

Re: AntiFeed Dualbox Improvement Suggestion

Posted: Fri Oct 01, 2010 9:59 am
by Pandragon
Yes, same revisions.
I don't understand why this happens.

You use the latest version of the script?
Can you link what you use?