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

Looking into trying to run 7.4OT (tfs)

machinehum

Member
Joined
Jan 14, 2019
Messages
13
Reaction score
7
I've gotten pretty far but am stuck on the last step (I think).

When trying to log into the client, I get "Only client with protocol 7.4 allowed". Please see my steps below.

otland/forgottenserver (https://github.com/otland/forgottenserver)
Builds and runs fine. I've setup my config.lua to point to my sql database. This looks to be working fine.

C:
src/definitions.h

static constexpr auto CLIENT_VERSION_MIN = 740;
static constexpr auto CLIENT_VERSION_MAX = 740;
static constexpr auto CLIENT_VERSION_STR = "7.40";

This is the client that I used. Builds and runs fine.
edubart/otclient (https://github.com/edubart/otclient)

When running the client, I specify my server's ip and select client version 7.4. I took 7.4 assets from here https://otservlist.org/download and placed them in /things/740/

I also install Apache and got this all working gesior/Gesior2012 (https://github.com/gesior/Gesior2012)
 
Back
Top