Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Tut] Hurricane autoban due to fast attack

IHF
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:
Elite Diviner
Loyal Member
Joined
Apr 30, 2008
Messages
414
Reaction score
0
Re: [GUIDE] Hurricane autoban

Thanks for the guide, nice work!
 
Experienced Elementalist
Joined
Aug 23, 2008
Messages
226
Reaction score
0
Re: [GUIDE] Hurricane autoban

this was figured out a long time ago but anyway Nice Guide !
 
IHF
Joined
Apr 7, 2008
Messages
312
Reaction score
0
Re: [GUIDE] Hurricane autoban

Thank you :)

@Trillian : Well not many people knows how to tweak the fast attack autoban.
 
Experienced Elementalist
Joined
Aug 23, 2008
Messages
226
Reaction score
0
Re: [GUIDE] Hurricane autoban

well thats ragezone xD
 
Elite Diviner
Loyal Member
Joined
Apr 30, 2008
Messages
414
Reaction score
0
Re: [GUIDE] Hurricane autoban

Contribution is a big thing.
 
Supreme Arcanarch
Loyal Member
Joined
Jul 21, 2008
Messages
969
Reaction score
1
Re: [GUIDE] Hurricane autoban

Thanks dude.
 
IHF
Joined
Apr 7, 2008
Messages
312
Reaction score
0
Re: [GUIDE/FIX] Hurricane autoban due to fast attack

Np. Hope it helps
 
Experienced Elementalist
Joined
Aug 23, 2008
Messages
226
Reaction score
0
Re: [GUIDE/FIX] Hurricane autoban due to fast attack

works for me :)
 
IHF
Joined
Apr 7, 2008
Messages
312
Reaction score
0
Re: [GUIDE/FIX] Hurricane autoban due to fast attack

Good to hear that :)
Yayness my 2nd release :p
 
Experienced Elementalist
Joined
Jul 1, 2008
Messages
270
Reaction score
0
Re: [GUIDE/FIX] Hurricane autoban due to fast attack

FallenCity needs this, thanks for releasing it =]
 
Back
Top