pcjobnamegender.lua client 2013

Beret

High Council
Messages
245
Points
28
Age
31
Emulator
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?

 
its not used in the client. you need to change hardcoded values in the client or use my Custom Job patch
default_tongue.png


 
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.

 
Back
Top