• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

[8.60] Styller-Baiak 8.60 [OTX 1.0] + Mount DLL Modal

I have everything prepared, I just can't modify this client to work on the IP I sent in the previous message
Post automatically merged:

So, can someone help modify this client so that after launching, players play on my IP? Client Styller-Baiak 8.60 This is my IP 93.105.110.9 unfortunately, I can’t do this in hex
 
Post automatically merged:

Czy ktoś mógłby pomóc zmodyfikować tego klienta, żeby po uruchomieniu gracze grali na moim IP? Klient Styller-Baiak 8.60 To mój adres IP 93.105.110.9, niestety nie mogę tego zrobić w systemie szesnastkowym
just use xvi32 and find ip 127.0.0.1 and change it to yours
 
Hi guys, i am editting the server. I have a problem, since i opened the Exe, after a few hours of being online, the Exe closes just because... First, i thought that was RAM problem, so i add more 8gb on the VM, but still do it... I didnt edit anything inside of the server, just putted the sql and db in conditions to run until im editting the website. Can someone help me?


Edit: I found on Config.lua "ShutdownAtGlobalSave" it was True and changed False
 
Last edited:
This server is one big error, the OTC doesn't work, the map doesn't work, like many things on this server
 
This server is one big error, the OTC doesn't work, the map doesn't work, like many things on this server
If you read the thread carefully you’ll understand how this server works. It’s a custom setup not something you can just modify or mix things into without properly configuring your tools first. Yes, it’s old and outdated, but not totally bugged like you say
 
This server is one big error, the OTC doesn't work, the map doesn't work, like many things on this server
Yes, the server is old, but the OTC works and the map editor too. If you read the messages in the thread, you'll see that I explained how to make the map editor work.
 
EDIT:
I did not see your previous post with IP 93.105.110.9.
I made client for your IP: https://skalski.pro/tmp/styller-ots-93.105.110.9-client.zip
I put it in .zip, as web browsers often block .exe downloads.

OLD POST:
My IP is longer, I can't change it without breaking the client
Tibia clients use 17 and 19 letters IPs/domains (these values were domains in original Tibia.exe: login01.tibia.com - login05.tibia.com and tibia05.cipsoft.com - tibia05.cipsoft.com; more info: Custom Client [8.6 - 10.XX] (https://otland.net/threads/custom-client-8-6-10-xx.212219/) )

.exe format does not allow you to change size in bytes (easily), but it's not a problem. 127.0.0.1 is 9 bytes and every Tibia client allows at least 17 bytes as IP and longest IPv4 is 15 bytes (123.123.123.123).
If you change size of .exe, it won't start, which you probably report as 'breaking client'.

In Styller-Ots_LOCAL.exe client there are 127.0.0.1 (9 characters) with multiple NUL characters after them (added by author of that client), you can replace these NUL with your IP. (It's related to how C++ process 'strings', where NUL character means 'end of string' and number of `NUL`s at end does not affect where client connects)

After edition number of characters in .exe must be the same and each IP must start from same 'byte offset' in .exe, so if your IP is 2 characters longer ex. 192.168.1.5 (11 characters), you have to remove 2x NUL after each IP 127.0.0.1 replaced.
1779222503230.webp

In Styller-Ots.exe there are domains sv.styller-ots.com, not IP 127.0.0.1:
1779222667576.webp

In both files list of server IPs starts in 11093 line (using Notepad++ editor).

If you want to test this server yourself, without sending client to friends etc., you can edit Windows hosts file and set domain sv.styller-ots.com to point to your IP. Then Styller-Ots.exe will connect to your IP. You can easily find in Google how to edit hosts file in Windows.
 
Last edited:
Back
Top