Kostiks 0 Posted November 27, 2020 Ребят, всем привет. Такая проблема, клиент kRO_20200419, екзешник патчу 2018-04-18bRagexeRE, захожу по логину, выбираю чара и клиент виснит, в чем проблема? может я где в серверной части не указал версию своего ехешника? Давно не играл, раньше было как-то проще с ехешниками, выбрал че нужно. ну да ладно, в чем у меня проблема может быть? Quote Share this post Link to post Share on other sites
Froost 54 Posted November 27, 2020 replace packetversion and compile emulator src/config/packets.hpp https://github.com/rathena/rathena/blob/master/src/config/packets.hpp replace: #ifndef PACKETVER /// Do NOT edit this line! To set your client version, please do this instead: /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD #define PACKETVER 20200401 #endif #define PACKETVER 20180418 Quote Share this post Link to post Share on other sites
Kostiks 0 Posted November 27, 2020 49 minutes ago, Frost-Eduardo said: replace packetversion and compile emulator src/config/packets.hpp https://github.com/rathena/rathena/blob/master/src/config/packets.hpp replace: #ifndef PACKETVER /// Do NOT edit this line! To set your client version, please do this instead: /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD #define PACKETVER 20200401 #endif #define PACKETVER 20180418 Да, спасибо, уже разобрался, правда думал куда именно вставить #define PACKETVER 20180418, в defines_pre, там были строчки, решил сделать так. Quote #ifndef CONFIG_CUSTOM_DEFINES_PRE_HPP #define CONFIG_CUSTOM_DEFINES_PRE_HPP #define PACKETVER 20180418 #endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP */ Quote Share this post Link to post Share on other sites