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
AntiFeedManager.java
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: AntiFeedManager.java
l2jmods.properties:
That's why BEFORE ASKING ANYTHING at LEAST read the configs!!!
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
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 2
- Joined: Thu Jul 29, 2010 12:15 pm
Re: AntiFeedManager.java
Thanks alot for replay and sorry if I asked.