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

Compiling TFS 1.0 for 7.6?

StreamSide

Joseluis Gonzalez
Staff member
Support Team
Joined
Aug 31, 2007
Messages
3,608
Solutions
51
Reaction score
1,224
Location
Arica - Chile
Just like title says, is there a way to compile tfs 1.0 version for tibia 7.6?
I really need help :)
 
@Ezzz Made a TFS 1.0 downgrade but said that it was very unstable for older protocols.

To answer your question, everything is possible; with the right knowledge of course.
 
but thats not 1.0 or ya?

#define STATUS_SERVER_NAME "The Forgotten Server"
#define STATUS_SERVER_VERSION "1.0"
#define STATUS_SERVER_DEVELOPERS "Mark Samman"
#if defined(__PROTOCOL_77__)
#define __PROTOCOL_76__
#define ITEMS_PATH std::string("77")
#define OTB_VERSION 2
#define CLIENT_VERSION_MIN 770
#define CLIENT_VERSION_MAX 772
#define CLIENT_VERSION_STR "7.7x"
#define STATUS_SERVER_PROTOCOL "7.7x"
#elif defined(__PROTOCOL_76__)
#define ITEMS_PATH std::string("76")
#define OTB_VERSION 2
#define CLIENT_VERSION_MIN 760
#define CLIENT_VERSION_MAX 760
#define CLIENT_VERSION_STR "7.60"
#define STATUS_SERVER_PROTOCOL "7.60"
 

The version I downgraded is a lot better and comes with a semi prepared data pack, rule violations, etc.. And is from a newer revision. But still do not recommend it unless you know how to fully make it compatible with older versions, meaning that there's a lot of code to be made/removed, but you can still login.

You could test it using Tibia 7.72.

Ref: https://github.com/TwistedScorpio/TheForgottenServer

If you still can't find a good oldschool server for older versions you can go for the best free one out there: https://github.com/TwistedScorpio/OTHire
 
The version I downgraded is a lot better and comes with a semi prepared data pack, rule violations, etc.. And is from a newer revision. But still do not recommend it unless you know how to fully make it compatible with older versions, meaning that there's a lot of code to be made/removed, but you can still login.

You could test it using Tibia 7.72.

Ref: https://github.com/TwistedScorpio/TheForgottenServer

If you still can't find a good oldschool server for older versions you can go for the best free one out there: https://github.com/TwistedScorpio/OTHire
u still working on that tfs 7.72 version?
 
Back
Top