• 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!

I need to edit this in the OTCLIENT

Jpstafe

Well-Known Member
Joined
Aug 8, 2011
Messages
507
Reaction score
68
can someone explain to me how to change this .. I am using OTCLIENT
------------------------------------------------------------------

in the INFO option and in ENTER GAME


otland.png
otland2.png
 
can someone explain to me how to change this .. I am using OTCLIENT
------------------------------------------------------------------

in the INFO option and in ENTER GAME


View attachment 44629
View attachment 44630
Download Notepad++ if you dont have it yet...

Then
CTRL+F >> SEARCH IN FILES >> "write here keyword, like (Offical Website)" >> SELECT FOLDER WITH OTC MODULES OR SOURCE >> CLICK FIND...
This is way how to find anything to edit...
 
about version simply you need to open Tibia.exe with Notepad++ and search for "Copyright (C)" and you will find above it - for example -
Code:
 %s%sVersion %d.%02d
now you need to change "%d.%02d" only for whatever you need 7.6 7.3 1.2 you can use any but you must keep the number of letters so it should be like :
Code:
%s%sVersion 7.60000
well now you must change every 0 to space
about changing website : open Tibia.exe again with Notepad++ and press ctrl +h and find "tibia.com" replace it with your server - you must keep the number of letters aswell- for example "tests.com" and you are done
 
Back
Top