TidalPoo Posted September 27, 2022 Share Posted September 27, 2022 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); Чтобы просмотреть скрытый контент, вам необходимо:• Зарегистрироваться или Войти в свою учетную запись! Quote Link to comment Share on other sites Зарегистрироваться или Войти в свою учетную запись! ' data-webShareUrl='https://syntax-gc.org/index.php?/topic/1345-%D0%B4%D0%B5%D0%BA%D0%BE%D0%BC%D0%BF%D0%B8%D0%BB-sm_version_check/&do=findComment&comment=2276'>More sharing options...
Booblik Posted October 27, 2022 Share Posted October 27, 2022 В 27.09.2022 в 07:25, TidalPoo сказал: writeD(1415577600);// unk Могу предположить что это время сборки проекта Quote Link to comment Share on other sites More sharing options...
TidalPoo Posted October 27, 2022 Author Share Posted October 27, 2022 2 часа назад, Booblik сказал: Могу предположить что это время сборки проекта ненене тут впихали всё в одно тут разделить надо я сделаю позже там время сервера вроде Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.