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?
AntiFeedManager problems.
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- SolidSnake
- Posts: 865
- Joined: Wed Jan 20, 2010 6:54 pm
- Location: Italy
Re: AntiFeedManager problems.
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
