Jump to content
  • 0

How to change Client Date in Packet?


Takuyakii

Question


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  206
  • Reputation:   10
  • Joined:  08/30/19
  • Last Seen:  

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

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   167
  • Joined:  04/05/13
  • Last Seen:  

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.)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  206
  • Reputation:   10
  • Joined:  08/30/19
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  68
  • Reputation:   7
  • Joined:  02/21/19
  • Last Seen:  

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.

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...