AntiFeedManager.java

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
roy.rm
Posts: 2
Joined: Thu Jul 29, 2010 12:15 pm

AntiFeedManager.java

Post 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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: AntiFeedManager.java

Post 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!!!
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
roy.rm
Posts: 2
Joined: Thu Jul 29, 2010 12:15 pm

Re: AntiFeedManager.java

Post by roy.rm »

Thanks alot for replay and sorry if I asked.
Post Reply