Takuyakii Posted September 1, 2020 Group: Members Topic Count: 41 Topics Per Day: 0.02 Content Count: 215 Reputation: 11 Joined: 08/30/19 Last Seen: March 6 Share 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 Link to comment Share on other sites More sharing options...
0 Start_ Posted September 2, 2020 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 15 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 Takuyakii Posted September 2, 2020 Group: Members Topic Count: 41 Topics Per Day: 0.02 Content Count: 215 Reputation: 11 Joined: 08/30/19 Last Seen: March 6 Author Share 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 Link to comment Share on other sites More sharing options...
0 TheKingDino Posted September 3, 2020 Group: Members Topic Count: 13 Topics Per Day: 0.01 Content Count: 68 Reputation: 7 Joined: 02/21/19 Last Seen: December 23, 2023 Share 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 Link to comment Share on other sites More sharing options...
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 TakuyakiiLink to comment
Share on other sites
3 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.