Jump to content

Recommended Posts

Posted

Ребят, всем привет. Такая проблема, клиент kRO_20200419, екзешник патчу 2018-04-18bRagexeRE, захожу по логину, выбираю чара и клиент виснит, в чем проблема? может я где в серверной части не указал версию своего ехешника? Давно не играл, раньше было как-то проще с ехешниками, выбрал че нужно. ну да ладно, в чем у меня проблема может быть?

Posted

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 

Posted
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 */

 

 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...