Takuyakii Posted September 1, 2020 Posted September 1, 2020 (edited) Hello im using 2018 client now and i want it to downgrade for some reason i read some topic here about this and what i did is i changed packet.h into my 20151104 in defines_pre.hpp #define PACKETVER 20151104 when i'm trying to login there's no error on the server i can login but can't proceed to character. please help me Edited September 2, 2020 by Takuyakii Quote
0 Start_ Posted September 2, 2020 Posted September 2, 2020 No need to change in packet.h Just change on define_pre.hpp Remember you need to use same client date of exe and whole data requirement for old date. (Item Info, etc.) Quote
0 Takuyakii Posted September 2, 2020 Author Posted September 2, 2020 36 minutes ago, Start_ said: No need to change in packet.h Just change on define_pre.hpp Remember you need to use same client date of exe and whole data requirement for old date. (Item Info, etc.) // 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 PACKETVER 20151104 #endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP */ i already did, then recompile but still failed to connect and im using the whole data of 20151104 the item , info etc i used this in my last server and it working but now it's not working Quote
0 TheKingDino Posted September 3, 2020 Posted September 3, 2020 In all honesty it's probably an issue with the client itself not your packet version in the server build. I've had a ton of trouble with clients even though I've used the proper packet version. Maybe try to re-patch your client using Nemo with different patches selected and fool around with that. A lot of clients are so finicky and the resources out there are far harder to come across. Quote
Question
Takuyakii
Hello im using 2018 client now and i want it to downgrade for some reason
i read some topic here about this and what i did is
i changed packet.h into my 20151104
in defines_pre.hpp
#define PACKETVER 20151104
when i'm trying to login there's no error on the server
i can login but can't proceed to character.
please help me
Edited by Takuyakii3 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.