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!

How to import hairs and faces from v117 to v83

Newbie Spellweaver
Joined
Jun 8, 2023
Messages
8
Reaction score
7
Requirements: v117 MapleStory, your v83 WZ files with your localhost, harepacker for wz editing, and ollydbg.

First things first. wz editing

Go to harepacker and open up your character.wz from your v83 folder. (make sure it's open it as GMS old)
Next, click the plus button on hairs and delete all of the nodes from hair. Repeat this on face.
Open your v117 character.wz, make sure you open up character.wz as BMS\GMS\MAPLESEA.
Go to the hair section and copy everything from hair and paste them into the hair section of v83 hair.
Repeat this for the face section.

EDIT!!!!! I forgot to mention you need to copy and paste the nodes from string.wz as well. (hair and face from equip section)

Finally, repack your character.wz and make sure you switch to (GMS old)

You are now done with wz editing!

Next, you want to open ollydgb as administrator
After that, open your localhost.exe and search for 005C94FC by pressing ctr + G
Double click and Change:
005C94FC cmp eax, 3
005C94FF je 005C958D ; if (nID / 10000 != 3)

To :

005C94FC cmp eax, 4
005C94FF jle 005C958D ; if (nID / 10000 > 4)

To save the file, right click>edit>copy as executable, then right click and save as exe.


After that dump your wz files with wz dumper and you're finished!

V117 Setup:

harepacker for wz editing:

Ollydgb:

Hope this helps people out!
 
Last edited:
Newbie Spellweaver
Joined
Jul 31, 2023
Messages
19
Reaction score
5
Does this work with importing hairs from even higher versions like 227?
 
Newbie Spellweaver
Joined
Jul 31, 2023
Messages
19
Reaction score
5
I couldn’t say for sure but there’s a chance it might
i'll give it a try, just not sure which addys i would edit.

also i dont see if (nID / 10000 != 3) in my client

wait i just did this with latest version of gms, didnt need to client edit at all
 
Last edited:
Newbie Spellweaver
Joined
Jun 8, 2023
Messages
8
Reaction score
7
i'll give it a try, just not sure which addys i would edit.

also i dont see if (nID / 10000 != 3) in my client

wait i just did this with latest version of gms, didnt need to client edit at all
Good job! :)
 
Back
Top