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

Changing client to 8.6 but keep it 8.54 (?)

Glidarn

Member
Joined
May 9, 2009
Messages
970
Reaction score
16
Location
Åkersberga, Sweden
SO my question is if i can change to everyone can log in with the client 8.60 / 8.61 but i still want to keep the 8.54 "style" ingame like still having backpacks with mana etc.

and i wonder if only have to do this:

LUA:
#define CLIENT_VERSION_MIN 860
#define CLIENT_VERSION_MAX 861
#define CLIENT_VERSION_STRING "Only clients with protocol 8.61 and 8.60 are allowed!"

#define STATUS_SERVER_NAME "TheForgottenServer"
#define STATUS_SERVER_VERSION "0.3.5"
#define STATUS_SERVER_CODENAME "Crying Damson"
#define STATUS_SERVER_PROTOCOL "8.61"
 
Sure, you can just find all of the stacking changes in source and change them all yourself, or upgrade a 8.54 version of TFS to support 8.6 clients which would probably be the easiest method
 
It wont ruin stuff, since 8.6 is a high version than 8.54, so all the things in 8.54 are in 8.6.
 
well, I'm not sure if you can change stackable to not stackable just editing otb, and for runes it gonna be impossible, cause number of charges and number of items in stack is the same for client, it reads from datwhat to do, so when you will move rune with charges it will popup that window of moving stack, and can even crash serv
 
Back
Top