Bruno Nogueira Posted January 10, 2019 Posted January 10, 2019 (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) image (2) Edited January 10, 2019 by Bruno Nogueira Quote
0 Lelouch vi Britannia Posted January 10, 2019 Posted January 10, 2019 Didn't run or didn't connect? if you can't run the client double check your client patches. Quote
0 Envoy Posted January 10, 2019 Posted January 10, 2019 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) image (2) 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 */ Quote
0 Bruno Nogueira Posted January 10, 2019 Author Posted January 10, 2019 sorry for my bad english but the problem is this: rathena don't have packets support Quote
0 Envoy Posted January 10, 2019 Posted January 10, 2019 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 clientinf Quote
Question
Bruno Nogueira
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)
image (2)
4 answers to this question
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.