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

tfs 1.0 Multiworld

ok thanks but
i just need change protocol version? or more modification source
Change the client version in config and to the changes I'll write below.

Place this in a if statment.
https://github.com/Milice/forgottenloginserver/blob/master/src/protocollogin.cpp#L97

Like this:
Code:
if (version >= 1076) {
   output->addByte(0x28);
   output->addString(accountName + "\n" + password);
}


Add a FREE_PREMIUM boolean:
https://github.com/Milice/forgottenloginserver/blob/master/src/configmanager.cpp#L51

Like this:
Code:
boolean[FREE_PREMIUM] = getGlobalBoolean(L, "freePremium", false);
 

Similar threads

Back
Top