I couldn't find the file!

changelets

New member
Messages
36
Points
0
Github
hi
Hi guys!

I wanted to make a change in a phrase but I couldn't find the file that contained the phrase.

the phrase is " Total : (amount) Zeny " and it is shown when you buy items from a dealer.

I thought it should have been in msgstringtable.txt, however, it wasn't there.

pic:

where.png


thanks!

 
it's hardcoded in the client if you want to edit it you have to use an hex editor and search for what you want.

 
Hi guys!

I wanted to make a change in a phrase but I couldn't find the file that contained the phrase.

the phrase is " Total : (amount) Zeny " and it is shown when you buy items from a dealer.

I thought it should have been in msgstringtable.txt, however, it wasn't there.

pic:

where.png


thanks!



Use hex editor and find this line:

00 00 54 6F 74 61 6C 20 3A 20 25 73 20 5A 65 6E 79 00
Change those part on red label

 
Last edited by a moderator:
for what you want search for :

Code:
54 6F 74 61 6C 20 3A 20 25 73 20 20 5A 65 6E 79
 
Hi guys!

I wanted to make a change in a phrase but I couldn't find the file that contained the phrase.

the phrase is " Total : (amount) Zeny " and it is shown when you buy items from a dealer.

I thought it should have been in msgstringtable.txt, however, it wasn't there.

pic:

where.png


thanks!



Use hex editor and find this line:

> 

00 00 54 6F 74 61 6C 20 3A 20 25 73 20 5A 65 6E 79 00
Change those part on red label
Which hex editor do you recommend me to use for Ragnarok clients??

for what you want search for :

54 6F 74 61 6C 20 3A 20 25 73 20 20 5A 65 6E 79
Which hex editor do you recommend me to use for Ragnarok clients??

Thank you!!

 
Do not add or delete just overwrite the one on the red part
default_smile.png


Im glad that your problem was already solved

 
Back
Top