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

TFS 1.6 OtClient 13.10

Hi guys! Enjoying the activity of this thread, I believe the maps I installed on my otserver are not the official one with Carlin, Thais, Venore etc. I was walking around to figure out how to leave the first town but there is no way out. Do you know how can I load the standard tibia maps to my otserver?
1732146121618.webp
this is what I could "open" from the map so far with the GM char:
1732146691190.webp

PS.: I just want to play for fun, kill some monsters I never could in my early times, do some quests like anihilator etc
 
TFS
Diff:
void ProtocolLogin::getCharacterList(const std::string& accountName, const std::...
....
    if (!db.executeQuery(fmt::format(
            "INSERT INTO `sessions` (`token`, `account_id`, `ip`) VALUES ({:s}, {:d}, INET6_ATON({:s}))",
-            db.escapeBlob(sessionKey.data(), sessionKey.size()), id, getConnection()->getIP().to_string()))) {
+            db.escapeBlob(sessionKey.data(), sessionKey.size()), id, db.escapeString(getConnection()->getIP().to_string())))) {
        disconnectClient("Failed to create session.\nPlease try again later.", version);
        return;
    }

View attachment 88281

OTC Redemption
game_feature disable GameSequencedPackets
LUA:
            g_game.disableFeature(GameSequencedPackets)




View attachment 88282







Did exactly every step you mentioned here and still getting this error
1732325438434.webp
 


g_game.disableFeature(GameSequencedPackets)
Both were already like so cause i changed them before

1732326060811.webp
1732326106274.webp


also getting this on console
1732326336117.webp
Post automatically merged:

nvm it's working now
 

Attachments

Last edited:
i can login

1732328446096.webp
also don't disable gamethingcounter and gamethingClock

unfortunately tfs repo otland has no workflow to automatically compile PR in cmake, use this one
 

Attachments

Last edited:
Back
Top