Page 1 of 1

Cheating enchant.

Posted: Thu Jul 02, 2009 2:13 pm
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.

Re: Cheating enchant.

Posted: Thu Jul 02, 2009 2:31 pm
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.

Re: Cheating enchant.

Posted: Thu Jul 02, 2009 2:44 pm
by masterrs
But enchant is successful or not? And it's mean that player used some software to make enchant?

Re: Cheating enchant.

Posted: Thu Jul 02, 2009 3:06 pm
by _DS_
No, enchant not even happened. Personally I am was not kicked not a single time :)
Ask players.

Re: Cheating enchant.

Posted: Thu Jul 02, 2009 3:29 pm
by masterrs
They will not say me true. :D I know them very well. Anyway thanks _DS_ for fast answer.