Bruno Nogueira Posted January 10, 2019 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 88 Reputation: 11 Joined: 07/25/12 Last Seen: April 1 Share 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 Link to comment Share on other sites More sharing options...
0 Lelouch vi Britannia Posted January 10, 2019 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted January 10, 2019 Didn't run or didn't connect? if you can't run the client double check your client patches. Quote Link to comment Share on other sites More sharing options...
0 Envoy Posted January 10, 2019 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 48 Reputation: 7 Joined: 01/08/19 Last Seen: January 23 Share 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 Link to comment Share on other sites More sharing options...
0 Bruno Nogueira Posted January 10, 2019 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 88 Reputation: 11 Joined: 07/25/12 Last Seen: April 1 Author Share Posted January 10, 2019 sorry for my bad english but the problem is this: rathena don't have packets support Quote Link to comment Share on other sites More sharing options...
0 Envoy Posted January 10, 2019 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 48 Reputation: 7 Joined: 01/08/19 Last Seen: January 23 Share 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 Link to comment Share on other sites More sharing options...
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)
Link to comment
Share on other sites
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.