Hurricane A/B fix for PCMaple 2.1

Joined
Apr 8, 2008
Messages
667
Reaction score
12
First of all, I just wanna say, please dont flame. Lol <3

Well since PCMaple 2.1 didnt have the "Hurricane A/B fix", I decided to add it to the Re-Pack since a lot of people use PCMaple Re-Pack. What the "Hurricane A/B' does is, if you use Hurricane you will get AutoBanned for "FastAttack".

I also changed the "Event Notice'" From "PCMaple 2.1" to "Welcome to MapleStory", and also the "Channels" from "PCMaple" to "Scania" I know proo eh? xD


Download Link :


Tutorial on how to use it :

1) Shut down your server.

2) Pretty simple, just replace the src and dist folder in your RePack,
and then open up the "Dist" folder and copy all the files in it (All 6 files) and then place it in the following:

3) C:\Program Files\Java\jre6\lib\ext
and
4) C:\Program Files\Java\jdk1.6.0_10\lib

Enjoy!

Credits :
- Me for adding the Hurricane A/B fix.
- PinCrackingGod for the RePack.
 
Re: [Release] Hurricane A/B fix for PCMaple 2.1.

lawl i done that after i downloaded it well goodjob this will help the people who didn't knew how to add
 
Re: [Release] Hurricane A/B fix for PCMaple 2.1.

Thank you SOO very much for the positive feedbacks :) Very appreciated <3

@Falzer, I decided to add it to PCmaple 2.1, because it has a lot less bugs than PCMaple 2.2, once PCMaple 2.3 comes out, I'll add all this to it <3
 
Re: [Release] Hurricane A/B fix for PCMaple 2.1.

PCMaple v.2.2 has more bugs than PCMaple v.2.1? Really? Wow... PinCracker should work on fixing bugs than inputting better stuff...
 
Re: [Release] Hurricane A/B fix for PCMaple 2.1.

Cant you just make a tutorial on how to do it?.. because i don't want to erase all the things i have don't in the source file and stuff. Thank you if possible.
 
Re: [Release] Hurricane A/B fix for PCMaple 2.1

Lol at this...
If you don't wanna dl this simply do this...
Go to cheattracker.java
and edit this part
Code:
if (!skillId == 3121004) { // hurricane
divisor = 100;
} else {
 divisor = 350;
}
To
Code:
if (skillId == 3121004) { // hurricane
//compensate for lag with hurricane
divisor = 15;
} else {
//use divisor 450 if your server doesn't lag at all
divisor = 350;
}
Credits to airflow0
 
Re: [Release] Hurricane A/B fix for PCMaple 2.1

Lol at this...
If you don't wanna dl this simply do this...
Go to cheattracker.java
and edit this part
Code:
if (!skillId == 3121004) { // hurricane
divisor = 100;
} else {
 divisor = 350;
}
To
Code:
if (skillId == 3121004) { // hurricane
//compensate for lag with hurricane
divisor = 15;
} else {
//use divisor 450 if your server doesn't lag at all
divisor = 350;
}
Credits to airflow0

I'd say it's much easier to download it. Since you have to compile and shit, which A LOT of people dont know how to do :P
 
Re: [Release] Hurricane A/B fix for PCMaple 2.1

Rofl? How hard can it to compile >_>

Not hard at all... Theres a lot of "Newbies" on the Ragezone forums, that dont know how to compile. I'd say about 70% of the Ragezone community are 'Newbies" that cant compile code or anything. But leech :)

So that's why I made this for them <33 xD
 
Back