Kostiks Posted November 27, 2020 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 01/13/13 Last Seen: December 20, 2020 Share Posted November 27, 2020 Ребят, всем привет. Такая проблема, клиент kRO_20200419, екзешник патчу 2018-04-18bRagexeRE, захожу по логину, выбираю чара и клиент виснит, в чем проблема? может я где в серверной части не указал версию своего ехешника? Давно не играл, раньше было как-то проще с ехешниками, выбрал че нужно. ну да ладно, в чем у меня проблема может быть? Quote Link to comment Share on other sites More sharing options...
Froost Posted November 27, 2020 Group: Donators Topic Count: 20 Topics Per Day: 0.01 Content Count: 122 Reputation: 140 Joined: 07/28/18 Last Seen: April 12 Share 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 Link to comment Share on other sites More sharing options...
Kostiks Posted November 27, 2020 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 01/13/13 Last Seen: December 20, 2020 Author Share 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 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.