Page 1 of 1
AntiFeedManager.java
Posted: Sat Oct 30, 2010 12:27 am
by roy.rm
Hi at all,
I hope to write in right place, I've a question.
What is AntiFeedManager? What is its usefulness?
Thanks at all in advance
Re: AntiFeedManager.java
Posted: Sat Oct 30, 2010 9:11 am
by jurchiks
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
That's why BEFORE ASKING ANYTHING at LEAST read the configs!!!
Re: AntiFeedManager.java
Posted: Sat Oct 30, 2010 10:58 pm
by roy.rm
Thanks alot for replay and sorry if I asked.