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

How do I make a custom 12.85 tibia client?

Jake Damico

New Member
Joined
Aug 31, 2014
Messages
101
Reaction score
1
I’ve been trying to accomplish this for a few days now.. every time I edit the client the app fails to start.. can someone please explain how to successfully do this? Thanks in advance
 
Download this client:

go to /bin/ and edit client.exe (or 127.0.0.1.exe) with notepad++ (download and install it in case you don't have it)
search for "loginWebService"
edit it.
It's important to use exactly the same number of characters, so if you have fewer characters in your login.php server address, complete with empty spaces.

example:
my login server is http://play.drakyot.com/login.php, but Tibia login server has more characters, so I edited it like "loginWebService=http://play.drakyot.com/login.php "
the same for clientWebService:
"clientWebService=http://play.drakyot.com/login.php " (note that clientWebService is bigger than loginWebService, so I added two more spaces)

EDIT: I can't put empty spaces in otland comment '-' but after login.php I have a lot of spaces before reaching the end of line, like my screenshot below:
1647976287070.png

save it and try
 
just use this tool:
 
Download this client:

go to /bin/ and edit client.exe (or 127.0.0.1.exe) with notepad++ (download and install it in case you don't have it)
search for "loginWebService"
edit it.
It's important to use exactly the same number of characters, so if you have fewer characters in your login.php server address, complete with empty spaces.

example:
my login server is http://play.drakyot.com/login.php, but Tibia login server has more characters, so I edited it like "loginWebService=http://play.drakyot.com/login.php "
the same for clientWebService:
"clientWebService=http://play.drakyot.com/login.php " (note that clientWebService is bigger than loginWebService, so I added two more spaces)

EDIT: I can't put empty spaces in otland comment '-' but after login.php I have a lot of spaces before reaching the end of line, like my screenshot below:
View attachment 66367

save it and try
still no luck :(
Post automatically merged:

just use this tool:
should my ip (target) be my ip4 address? in domain settings?
 

Attachments

Back
Top