Jagkanprata
Banned User
- Joined
- Jul 6, 2007
- Messages
- 893
- Reaction score
- 1
Anyone know how to do so I can connect to my server with both 8.54 and 8.55?
... to log in with 8.54 and 8.55 u will need donator.. tfs 0.4.0
Or you can pay me 1337$ and i will compile it so it works with both .54 and .55
I've already posted 0.3.6 TFS tested and working 8.54-8.55 :thumbup:
#define CLIENT_VERSION_MIN 854
#define CLIENT_VERSION_MAX 855
#define CLIENT_VERSION_STRING "Only clients with protocol 8.54 and 8.55 are allowed!"
#define STATUS_SERVER_NAME "The Forgotten Server"
#define STATUS_SERVER_VERSION "0.3.6"
#define STATUS_SERVER_CODENAME "Crying Damson"
#define STATUS_SERVER_PROTOCOL "8.55"
That is awesome, I was looking for someone to explain how to change the protocol, thanks! +rep :ninja:You can make that your self. Get stian's dev-cpp pack, download tfs sources open resources.h and edit this:
LUA:#define CLIENT_VERSION_MIN 854 #define CLIENT_VERSION_MAX 855 #define CLIENT_VERSION_STRING "Only clients with protocol 8.54 and 8.55 are allowed!" #define STATUS_SERVER_NAME "The Forgotten Server" #define STATUS_SERVER_VERSION "0.3.6" #define STATUS_SERVER_CODENAME "Crying Damson" #define STATUS_SERVER_PROTOCOL "8.55"