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

Client Editing [Ip,Port,Rsa]

i have added new outfit to that version on my ot if i assing an outfit via mysql works but when i try to add it to outfits.xml to be view when a player choose his outfit is still just appearin same 7 outfits of 7.7 version

to conclude i can't make work any outfit added via outfits.xml
You have to edit & add in your tibia.spr too if not it wont appear ingame
 
You have to edit & add in your tibia.spr too if not it wont appear ingame
ofcourse i have added my spr files like i said it's working when i add via mysql but when a player try to set new outfit to change theirs outfits the new ones doesn't appear
 
Ever Wanted you make a Custom client of your 10.x server? And never Knew? I will explain in a Step by Step How to do it

First of All:

Needed Programs:Hex Editor Or Notepad++(Includes Hex Editor)

IP:
First Open Tibia In Hex Editor as Below:
fefdf8a0adad94fcb57a6c20a64dcbdd.png

Then Search for "login01." As Below
5204dea7f0d39e76355abaebe98ae4b9.png


Now The Tricky Part!

Lets Say your Ip is numbers, then you do like below
1a710f41f5185a008d71f5b6f29c2cd6.png


Ok What i Did?
Lets Say this is the Hex

login01.cipsoft.com login02.cipsoft.com -- i want my ip to be lets say 192.16.212.1
192.16.212.1

you will now have something like this

192.16.212.1oft.com login02.cipsoft.com

then you go on left side
6c9ff8a12b2d8286d44ad43e8dc50bae.png


And change Whatever Number or symbol there to 00 Like Shown Above

Now IP is Done,Congratulation

------------------------------

Now Port

Port is written in a weird way in tibia Client.

Just open the Hex Editor and do like this
920d9bdcc51dc69737e2203b7f2bfc30.png


Why 03 1C ?

Port is 7171, Changing it to Hex will be -> 1C 03 , Its written inverse in Tibia Client, so if you want to make your Port 7000

7000 -> 1B 58 -> 58 1B <-- you should write this in your tibia client and so on

How to know it?
Just open the calculator
13f8a35e92adaf3b41504f52a3008109.png

Then click Hex and done

Port is Done,
---------------------------
Now RSA

open Hex Editor And search for this:
Code:
1321
you should get This
882803bc8d8d1bcc6bac8faf28fbb49e.png


Now replace the whole string
Code:
13212774320587228406229509908229338495277632649616550796787636184334395343554449668205332383339435179772895415509701210392836078695982113221447329157571213880049503316991481406963774031827815029073368403252417478274013435762969906298702394175817

TO
Code:
109120132967399429278860960508995541528237502902798129123468757937266291492576446330739696001110603907230888610072655818825358503429057592827629436413108566029093628212635953836686562675849720620786279431090218017681061521755056710823876476444260558147179707119674283982419152118103759076030616683978566631413

PS:prefered To be Done in notepad++

Congratulation,You now have your own custom client

For Picture Editing,Use this Program
https://otland.net/attachments/unpack-pack-zip.1634/

---- Notepad++, How to make it support Hex Editing -------
1-Open notepad++
2-Plugins -> Plugins Manager -> Show Plugins Manager
3-Search for Hex Editing and Click Install
4-Restart Notepad++
5-Open notepad++ then Open tibia.exe
6-Choose The H Letter in Toolbar
Demonstrating Photo
dc645880d6b17555d0fc27fa6088bec5.png

Thanks for Reading my Tutorial :)
I need Explain FOR The Port Edit When i Change 03 1c To 06 1c I GOT Tibia kick What Error I got ? .!! Tibia 860 Custom Client
 
It's not 1C 03 that you should be looking, it's 03 1C. Read the main post.

And for better search you can search for "78 00 03 1C", there should be 10 of those only (10 login servers.), change only the 2 last bytes.
Thanks ITs Fixed The KIck :D
 
Ever Wanted you make a Custom client of your 10.x server? And never Knew? I will explain in a Step by Step How to do it

---- Notepad++, How to make it support Hex Editing -------
1-Open notepad++
2-Plugins -> Plugins Manager -> Show Plugins Manager
3-Search for Hex Editing and Click Install
4-Restart Notepad++
5-Open notepad++ then Open tibia.exe
6-Choose The H Letter in Toolbar
I never knew this and I love notepad++, just tried it and it's really good! Thanks for the tip mate! :)
 
Is it possible to change the IP this way in a 7.72 client?

Can't seem to find any "login01." strings, but was able to find some others that looked like server addresses, but changing them has no affect.
 
Back
Top