Jump to content
  • 0

Question

Posted (edited)

Hello rAthena Comunity according this commit:

https://github.com/rathena/rathena/commit/ec3b7077cbc7010122d978e61097cd645366c4f0

hexed: "ragexe 2018-11-21" work in rathena emulator

for test i'm go to src/config/packets.h

and i change this: image(1)

#define PACKETVER 20180620

for this : image (2)

#define PACKETVER 20181121

and recompile emulator, but my client don't run

 

 

image (1)

2018-06-20.png

image (2)

2018-11-21.png

Edited by Bruno Nogueira

4 answers to this question

Recommended Posts

  • 0
Posted
3 hours ago, Bruno Nogueira said:

Hello rAthena Comunity according this commit:

https://github.com/rathena/rathena/commit/ec3b7077cbc7010122d978e61097cd645366c4f0

hexed: "ragexe 2018-11-21" work in rathena emulator

for test i'm go to src/config/packets.h

and i change this: image(1)

#define PACKETVER 20180620

for this : image (2)

#define PACKETVER 20181121

and recompile emulator, but my client don't run

 

 

image (1)

2018-06-20.png

image (2)

2018-11-21.png

go to scr/custom/ and open defines_pre.hpp

shuld read something like this

// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
 
#ifndef CONFIG_CUSTOM_DEFINES_PRE_HPP
#define CONFIG_CUSTOM_DEFINES_PRE_HPP
 
/**
* rAthena configuration file (http://rathena.org)
* For detailed guidance on these check http://rathena.org/wiki/SRC/config/
**/
 
#endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP */

add you packet ver like this

 

// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
 
#ifndef CONFIG_CUSTOM_DEFINES_PRE_HPP
#define CONFIG_CUSTOM_DEFINES_PRE_HPP
 
/**
* rAthena configuration file (http://rathena.org)
* For detailed guidance on these check http://rathena.org/wiki/SRC/config/
**/
#define PACKETVER20181121
#endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP */
  • 0
Posted

hmm, btw, just now im using the 201806200 packet ver default and im running a 20180620 ragexe and its running, whit some problem but its running.

you can try this, its running whel, need some work for make it run but it works. and remember, 20180620 read sclientinfo not clientinfimage.thumb.png.2ec0ca0bfc300b54d724ca049e785182.png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   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...