Client with Notepad++
Tutorial explaining how to edit the client and set up to localhost with Notepad++.
Before editing, remember to make a backup of the client.exe!
1 - Download:
Notepad++: https://notepad-plus-plus.org/downloads/
2 - How to exchange RSA key:
Open client folder (.. \.. \Tibia\bin) and open the original client.exe with Notepad++.
Look for:
Replace with:
3 - How to change the IP:
Look for:
Replace with:
Look for:
Replace with:
Remember to add spaces at the end of the lines if your webservice URL has a different text length than the original.
Original: loginWebService=https://www.tibia.com/clientservices/loginservice.php (col: 70). clientWebService=https://www.tibia.com/clientservices/clientservices.php (col: 73).
127.0.0.1: loginWebService=http://127.0.0.1/login.php (col:43) (+27 spaces). clientWebService=http://127.0.0.1/login.php (col: 44) (+29 spaces).
4 - How to disable Battleye:
Disable client battleye with step 4 of the tutorial with HexEditorXVI32:
5 - Credits:
Majesty (Tutorial)