• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

(Help) How can i change the name of soul and cape! Rep

Printer

if Printer then print("LUA") end
Senator
Premium User
Joined
Dec 27, 2009
Messages
5,780
Solutions
31
Reaction score
2,299
Location
Sweden?
How can i change the name of the cape and soul!




Rep
 
Edit in HEX Editor client.
And C++ for subtitles like: "You dont have enough soul" , "You cannot carry anymore" etc.
 
Depending on the client version you want to do this with, ie: 8.60
Open with hexeditor do a text search for Soul: somwere around Address: 001BC460 hex: 536F 756C
Change to whatever you want,
Note: only same amount of letters
For Soul: 7 letters you can call it ABCDEF: total 7 letters with : being the 7th
For Cap: 6 letters you can call it ABCDE: total 6 letters with : being the 6th

Also their are other references to Soul and Cap
 
Tibia.exe, this can be done in any text editor too but it's better to use a hex editor since you can input NUL easier
 
Back
Top