Cheating enchant.

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
masterrs
Posts: 42
Joined: Wed Mar 19, 2008 7:57 pm
Location: Łódź - Poland
Contact:

Cheating enchant.

Post by masterrs »

Hello all.
I have question.
This source...

Code: Select all

        // fast auto-enchant cheat check        if (activeChar.getActiveEnchantTimestamp() == 0 || System.currentTimeMillis() - activeChar.getActiveEnchantTimestamp() < 2000)        {            Util.handleIllegalPlayerAction(activeChar, "Player " + activeChar.getName() + " use autoenchant program ", Config.DEFAULT_PUNISH);            activeChar.setActiveEnchantItem(null);            activeChar.sendPacket(new EnchantResult(2, 0, 0));            return;        }
...shows me in log:
[24 cze 12:40:04] AUDIT:Player Grunderh use autoenchant program , player Grunderh, 2

Ok. Question. There is any chance that is server mistake? You know, lag or something. Because I don't know what to do. Ban him or not. Source says that is not possible make enachant faster than 2 seconds. Right?

Please for help.
Regards.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Cheating enchant.

Post by _DS_ »

I recommend use those log messages only for information, not for ban. Usually after one-two kicks players stop such actions.
You will be kicked even if attempt to do another enchant attempt before finishing another.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
masterrs
Posts: 42
Joined: Wed Mar 19, 2008 7:57 pm
Location: Łódź - Poland
Contact:

Re: Cheating enchant.

Post by masterrs »

But enchant is successful or not? And it's mean that player used some software to make enchant?
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Cheating enchant.

Post by _DS_ »

No, enchant not even happened. Personally I am was not kicked not a single time :)
Ask players.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
masterrs
Posts: 42
Joined: Wed Mar 19, 2008 7:57 pm
Location: Łódź - Poland
Contact:

Re: Cheating enchant.

Post by masterrs »

They will not say me true. :D I know them very well. Anyway thanks _DS_ for fast answer.
Post Reply