Page 1 of 1

AntiFeedManager problems.

Posted: Sun Nov 28, 2010 6:29 pm
by malboras112
Hello,

We have a small problem on our server. When massive PvPs take place many people don't get PVP points counted, so we thought this was a flaw in the AntiFeedManager, so I checked the code but there's nothing in it apart the dualbox (PCs from same IP) checks, so what could be the problem? Or did I miss something?

Re: AntiFeedManager problems.

Posted: Sun Nov 28, 2010 6:31 pm
by SolidSnake
config -> l2jmods.properties

Code: Select all

# ---------------------------------------------------------------------------# AntiFeed# ---------------------------------------------------------------------------# This option will enable antifeed for pvp/pk/clanrep points.# Default: FalseAntiFeedEnable = False # If set to True, kills from dualbox will not increase pvp/pk points# and clan reputation will not be transferred.# Default: TrueAntiFeedDualbox = True # If set to True, server will count disconnected (unable to determine ip address)# as dualbox.# Default: TrueAntiFeedDisconnectedAsDualbox = True # If character died faster than timeout - pvp/pk points for killer will not increase# and clan reputation will not be transferred.# Setting to 0 will disable this feature.# Default: 120 seconds.AntiFeedInterval = 120