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; }
[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.