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!

[Request Tutorial] How to fix crafted item the wrong prefix?

Experienced Elementalist
Joined
Feb 17, 2015
Messages
262
Reaction score
118
ok I already fix this.
 
Last edited:
Solution
how? can you tell me how did you do it?

This is for the Portuguese v374 client most servers are reusing:

0x5599D: Change 06 to 02
0x6C623C: Change 06 to 02

Edit CabalMain.exe with a hex editor and adjust these two bytes.
This will put the client into 'English' mode.

You will also need to do the following afterward:
- Open <Cabal Folder Path>/Data/Language
- Copy the 'portuguese' folder and paste it in the same location to make a duplicate of it.
- Rename the new copy to 'english'.

Now your client should be in English and show the suffixes properly.

exact, change to 02 also in the .dat file in the client's home folder, otherwise your game will not open
Experienced Elementalist
Joined
Feb 17, 2015
Messages
262
Reaction score
118
how? can you tell me how did you do it?

This is for the Portuguese v374 client most servers are reusing:

0x5599D: Change 06 to 02
0x6C623C: Change 06 to 02

Edit CabalMain.exe with a hex editor and adjust these two bytes.
This will put the client into 'English' mode.

You will also need to do the following afterward:
- Open <Cabal Folder Path>/Data/Language
- Copy the 'portuguese' folder and paste it in the same location to make a duplicate of it.
- Rename the new copy to 'english'.

Now your client should be in English and show the suffixes properly.

exact, change to 02 also in the .dat file in the client's home folder, otherwise your game will not open
 
Upvote 0
Solution
Back
Top