Jump to content
Sign in to follow this  
V3ct0r

Bug fix for TransformCha() function (character transformation)

Recommended Posts

[Fix] Bug fix for TransformCha() function (character transformation)

 

Hello friends!

 

I think many people know about the bug associated with the TransformCha() function, when using it, the character's hat disappears. In this thread I will show you how to fix this bug.

 

Thanks to @Де-Компанье for the solution!

 

1) Open GameServer.exe with the character transformation function (TransformCha()) in any HEX editor. For example, in HxD.

2) Find the sequence of bytes:

05 98 00 00 00 89 45 EC 8B 45 FC 05 32 6E 00 00 8B 5D F8 89 18 8B 45 FC 83 C0 58 8B 5D F8 89 18 6A 00

trfrmcha-1.png

 

3) Replace these bytes with the following ones:

05 98 00 00 00 89 45 EC 8B 45 FC 50 05 32 6E 00 00 8B 5D F8 66 89 18 58 83 C0 58 8B 5D F8 89 18 6A 00

trfrmcha-2.png

 

4) Save the changes.

 

Now, when transforming character, the hat will not disappear.


Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...