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

Solved Can someone help me make my own client?

Luka Trklja

Member
Joined
Jul 8, 2016
Messages
121
Solutions
5
Reaction score
8
Location
Croatia
I've been trying to make it but it just doesnt work. Could anyone help me through teamviewer or something similar?
Thanks in advance.

TFS 0.3.6 8.6
 
Solution
Luka was looking for 8.6 RSA key which was special one:
Code:
124710459426827943004376449897985582167801707960697037164044904862948569380850421396904597686953877022394604239428185498284169068581802277612081027966724336319448537811441719076484340922854929273517308661370727105382899118999403808045846444647284499123164879035103627004668521005328367415259939915284902061793

Request has been completed.
This number is RSA key which your client must have the same if you downloaded the official client, so in case you cannot find with a text editor it is probably someone has changed to something else.

Get again your client from here: Home - Tibia Clients
 
This number is RSA key which your client must have the same if you downloaded the official client, so in case you cannot find with a text editor it is probably someone has changed to something else.

Get again your client from here: Home - Tibia Clients
One more thing as well, my server IP (lulaots.servegame.com) exceeds 19 letter limit, what should I do?

Thanks for your help i really appreciate it!
 
Don't stress yourself, you'll end up getting headache.

Instead of using letter IP address, simply use numbers (e.g. 216.58.210.142).
login01.tibia.com = 17 letters
216.58.210.142 = 14 numbers and 3 numbers left to complete

Now simply add NUL after this IP address until you get total of 17 number-letters (numbers+NUL). This is how I create my NUL:
4e724b62a6ca4e649608e21f102d568c.png

And it returns (00 = NUL):
8885688d8370420eacc0cf76d0f48617.png


In case your IP address has more than 17 numbers, remove the possibles NUL.
 
Don't stress yourself, you'll end up getting headache.

Instead of using letter IP address, simply use numbers (e.g. 216.58.210.142).
login01.tibia.com = 17 letters
216.58.210.142 = 14 numbers and 3 numbers left to complete

Now simply add NUL after this IP address until you get total of 17 number-letters (numbers+NUL). This is how I create my NUL:
4e724b62a6ca4e649608e21f102d568c.png

And it returns (00 = NUL):
8885688d8370420eacc0cf76d0f48617.png


In case your IP address has more than 17 numbers, remove the possibles NUL.
So 1 NUL(00) is counted as 1 characters or 2?
 
It is counted as one number/letter. As the case above, after 14 numbers 3 left to go so you would do something like:
Code:
216.58.210.14200 00 00
Select last six 0 and return them to NUL so now you got 17 numbers.
Code:
216.58.210.142NULNULNUL

EDIT: Open Notepad++ -> Edit -> Character Panel -> ASCII Insertion Panel
There you can add all characters you need just by clicking.
 
It is counted as one number/letter. As the case above, after 14 numbers 3 left to go so you would do something like:
Code:
216.58.210.14200 00 00
Select last six 0 and return them to NUL so now you got 17 numbers.
Code:
216.58.210.142NULNULNUL

EDIT: Open Notepad++ -> Edit -> Character Panel
There you can add all characters you need just by clicking.
Ok, done that part, but i still cant find the RSA Key. I've downloaded from the link you gave me and when i search for it it just says "cant find"
 
I will sort out your issue through private messages. If you solve this problem with RSA key, please post the solution later in here.
 
Luka was looking for 8.6 RSA key which was special one:
Code:
124710459426827943004376449897985582167801707960697037164044904862948569380850421396904597686953877022394604239428185498284169068581802277612081027966724336319448537811441719076484340922854929273517308661370727105382899118999403808045846444647284499123164879035103627004668521005328367415259939915284902061793

Request has been completed.
 
Solution
Back
Top