Jump to content

[декомпил] SM_VERSION_CHECK


Recommended Posts

 

 protected void writeImpl() {

        int serverMode = (characterLimitCount * 0x10) | characterFactionsMode;

        // aion 3.0 = 194
        // aion 3.5 = 196
        // aion 4.0 = 201
        if (version < 201) {
            // Send wrong client version
            writeC(0x02);
            return;
        }
        writeC(0x00);
        writeC(Network.GAMESERVER_ID);

Чтобы просмотреть скрытый контент, вам необходимо:
Зарегистрироваться или Войти в свою учетную запись!

 

Link to comment
Share on other sites

  • 1 month later...
2 часа назад, Booblik сказал:

Могу предположить что это время сборки проекта

ненене

тут впихали всё в одно
тут разделить надо
я сделаю позже
там время сервера вроде

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...