Jump to content
  • 0

ragexe 2018-11-21 problem


Bruno Nogueira

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  88
  • Reputation:   11
  • Joined:  07/25/12
  • Last Seen:  

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
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

Didn't run or didn't connect? if you can't run the client double check your client patches.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   6
  • Joined:  01/08/19
  • Last Seen:  

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 */
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  88
  • Reputation:   11
  • Joined:  07/25/12
  • Last Seen:  

sorry for my bad english but the problem is this:

rathena don't have packets support

4144.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   6
  • Joined:  01/08/19
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...