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

OTClient Logged in but not really

endziu2222

Active Member
Joined
Nov 2, 2010
Messages
181
Solutions
1
Reaction score
49
I am trying to login to my server with otclient but for some reason players login to server but i cannot see anything as you can see on the screen. 2 screen is from tibia client, players logs in but it stays on Connecting to game server. Anybody?

Lua:
-- updater
Services = {
    --updater = "http://localhost/api/updater.php", --./updater
    --status = "http://localhost/api/status.php", --./client_entergame | ./client_topmenu
    --websites = "http://localhost/?subtopic=accountmanagement", --./client_entergame "Forgot password and/or email"
}

Servers_init = {
    ["https://myip.com/login.php"] = {
        ["protocol"] = 1320,
        ["httpLogin"] = true
    },
}


1716283492911.png


1716283511447.png
Post automatically merged:

I also have this in logs:

Lua:
OTClient - Redemption 3.x rev 0.000 (desenv) built on May 21 2024 for arch x64
Startup done :]
WARNING: [Webscraping] Bad Request.Game_entergame postCacheInfo2
WARNING: [Webscraping] Bad Request.Game_entergame postShowOff
WARNING: [Webscraping] Bad Request.Game_entergame postEventScheduler2
WARNING: [Webscraping] Bad Request.Game_entergame postShowCreatureBoost2
ERROR: ProtocolGame parse message exception (11094 bytes, 10769 unread, last opcode is 0x6e (110), prev opcode is 0xee (238)): unable to create item with invalid id 0
Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 1320)
Exiting application..

and in packet log:

ProtocolGame parse message exception (11094 bytes, 10769 unread, last opcode is 0x6e (110), prev opcode is 0xee (238), proto: 1320): unable to create item with invalid id 0
 
Last edited:
Back
Top