[Tut] Hurricane autoban due to fast attack

Joined
Apr 7, 2008
Messages
312
Reaction score
0
Does your players receive an autoban due to fast attack just because he/she merely uses hurricane + shadow partner ? Well this guide should fix the problem.

In CheatTracker.java,
Find
Code:
            if (skillId != 3121004) { // hurricane
                divisor = 10;
            } else {
                divisor = 10; <- Increase this number if you think that your server is not lagging.
            }
Change the divisor to any amount you want.

NOTE: The lesser the divisor number is, the more your players won't get autoban for fast attack.

Hope this guide helps. Also, if this has been already released, sorry :(
 
Last edited:
Back