Kostiks Posted November 27, 2020 Posted November 27, 2020 Ребят, всем привет. Такая проблема, клиент kRO_20200419, екзешник патчу 2018-04-18bRagexeRE, захожу по логину, выбираю чара и клиент виснит, в чем проблема? может я где в серверной части не указал версию своего ехешника? Давно не играл, раньше было как-то проще с ехешниками, выбрал че нужно. ну да ладно, в чем у меня проблема может быть? Quote
Froost Posted November 27, 2020 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
Kostiks Posted November 27, 2020 Author 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
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.