Jump to content
  • 0
Sign in to follow this  
Beret

pcjobnamegender.lua client 2013

Question

Well I wanted to change the names of the classes, I had seen this file pcjobnamegender.lua looks like he is responsible for changing the name of the class, I tried to change more continues with the same name, someone knows how can I change the names?

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

in any case you will have to edit the client because it doesn't use the lua file for setting up the class names.

If your replacement name fits in the length of the original then you can easily replace it.

for e.g.

 

Lets say you want Devotee shown instead of Acolyte.

1) Open the client in a hex editor

2) Search for Acolyte (should be followed by a 00 byte)

3) Replace with Devotee.

4) Save the client.

 

You'll see multiple matches for the various versions of Acolyte (High and Baby) so you can replace all of them and remember always keep a backup just in case.

If your new name is smaller just put a 00 byte after your name while replacing.

Ofcourse if your new name is larger then we need to do more than a simple search and replace & it requires ollydbg.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.