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!

[Release] QuallDEV™ Patcher - The revolutionary WZ file patcher!

Experienced Elementalist
Joined
Dec 27, 2009
Messages
254
Reaction score
86
Doesn't work for me.

I have a clean Map.wz and another Map.wz with a custom 910000000.xml.
Both function fine individually as expected.

On HaRepacker I use the IMG > Save option to get 910000000.img.

I use this for the patcher. I run the patcher for the clean Map.wz.
patcher.info shows:
Code:
ADD 1
REMOVE 0
62 3
Map.wz ADD Map.wz\Map\Map9 910000000.img

In-game, the client crashes when visiting 9100000000.
The patcher didn't work.

Am I missing something?

Thanks.

Firstly, the map ID 9100000000 exceeds the maximum integer value of the mapid field in MapleMap.java. The maximum value of an Integer, as used by the mapid field in MapleMap.java is only 2147483647. Therefore, when giving a number that exceeds 2147483647, the game client will crash, because it is loading a map with the ID that exceeds 2147483647.

SOLUTION:
Use a number lower than 2147483647. To be on the safe side, use a number lower than 910000000 for your map ID.
 
Initiate Mage
Joined
Nov 28, 2009
Messages
3
Reaction score
1
Firstly, the map ID 9100000000 exceeds the maximum integer value of the mapid field in MapleMap.java. The maximum value of an Integer, as used by the mapid field in MapleMap.java is only 2147483647. Therefore, when giving a number that exceeds 2147483647, the game client will crash, because it is loading a map with the ID that exceeds 2147483647.

SOLUTION:
Use a number lower than 2147483647. To be on the safe side, use a number lower than 910000000 for your map ID.

Yes, my bad, I meant 910000000. The FM market entrance. That typo was only made in that post.

Clean WZ works, custom WZ works, post-patch clean WZ does not work.

The post was supposed to say:
Doesn't work for me.

I have a clean Map.wz and another Map.wz with a custom 910000000.xml.
Both function fine individually as expected.

On HaRepacker I use the IMG > Save option to get 910000000.img.

I use this for the patcher. I run the patcher for the clean Map.wz.
patcher.info shows:
Code:
ADD 1
REMOVE 0
62 3
Map.wz ADD Map.wz\Map\Map9 910000000.img

In-game, the client crashes when visiting 910000000.
The patcher didn't work.

Am I missing something?

Thanks.

Did I do the process right.
 
Last edited:
Experienced Elementalist
Joined
Dec 27, 2009
Messages
254
Reaction score
86
Please try creating a new map with a new ID and add that in with the patcher. I have tested it myself and it works for me.
 
Initiate Mage
Joined
Nov 28, 2009
Messages
3
Reaction score
1
Could you tell me what version of MapleStory it works with?
 

Rey

The Shrewd
Loyal Member
Joined
Oct 29, 2011
Messages
1,336
Reaction score
196
epic poop <3 i love it
 
Back
Top