Jump to content
  • 0

How to change client version?


kyleanthonydizon

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  100
  • Reputation:   0
  • Joined:  10/22/16
  • Last Seen:  

here is my mmo.h

#ifndef PACKETVER
	#define PACKETVER 20131222
	//#define PACKETVER 20120410
#endif

changed this to

#ifndef PACKETVER
	#define PACKETVER 20150916
	//#define PACKETVER 20120410
#endif

and my packet_db.txt

//packet_db_ver: 53
packet_db_ver: default
packet_keys_use: default

changed this to

packet_db_ver: 53
//packet_db_ver: default
packet_keys_use: default

Then stopped the server, recompiled, started it. Now it says, Failed to connect to server..

 

Here is my NEMO Diff log..

8 Custom Window Title
9 Disable 1rag1 type parameters (Recommended)
10 Disable 4 Letter Character Name Limit
11 Disable 4 Letter User Name Limit
12 Disable 4 Letter Password Limit
13 Disable Ragexe Filename Check (Recommended)
15 Disable HShield (Recommended)
18 Skip Service Selection Screen
19 Enable Title Bar Menu
20 Extend Chat Box
21 Extend Chat Room Box
22 Extend PM Box
23 Enable /who command (Recommended)
24 Fix Camera Angles (Recommended)
28 Increase Headgear ViewID
32 Increase Zoom Out Max
33 Always Call SelectKoreaClientInfo() (Recommended)
34 Enable /showname (Recommended)
35 Read Data Folder First
36 Read msgstringtable.txt (Recommended)
37 Read questid2display.txt (Recommended)
38 Remove Gravity Ads (Recommended)
39 Remove Gravity Logo (Recommended)
40 Restore Login Window (Recommended)
41 Disable Nagle Algorithm (Recommended)
43 Always Use Email for Char Deletion
44 Translate Client (Recommended)
47 Use Ragnarok Icon
48 Use Plain Text Descriptions (Recommended)
49 Enable Multiple GRFs (Recommended)
50 Skip License Screen
53 Use Ascii on All LangTypes (Recommended)
61 Disable Packet Encryption
64 @ Bug Fix (Recommended)
67 Disable Quake skill effect
68 Enable 64k Hairstyle
71 Ignore Resource Errors
72 Ignore Missing Palette Error
73 Remove Hourly Announce (Recommended)
74 Increase Screenshot Quality
75 Enable Flag Emoticons
213 Disable Help Message on Login (Recommended)
84 Remove Serial Display (Recommended)
215 Increase Map Quality
88 Allow space in guild name
90 Enable DNS Support (Recommended)
91 Disconnect to Login Window
97 Cancel to Login Window (Recommended)

I want to use the 2015-09-16aRagexe. Any solution? :(

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

Have you changed your clientinfo.xml in your grf? /heh  /heh 
you need to adjust the clientinfo.xml inside your grf.

<address>serverip</address> IP of your server
<version>53</version> <--- packet

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  100
  • Reputation:   0
  • Joined:  10/22/16
  • Last Seen:  

4 minutes ago, crazyarashi said:

Have you changed your clientinfo.xml in your grf? /heh  /heh 
you need to adjust the clientinfo.xml inside your grf.

<address>serverip</address> IP of your server
<version>53</version> <--- packet

Yes, changed clientinfo as well. Forgot to add that up. Lol

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

Just now, kyleanthonydizon said:

Yes, changed clientinfo as well. Forgot to add that up. Lol

Did you disable packet obfuscation?

 

61 Disable Packet Encryption ( in your diff you disabled it in your client )
you also need to disable it server side :))
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  100
  • Reputation:   0
  • Joined:  10/22/16
  • Last Seen:  

2 minutes ago, crazyarashi said:

Did you disable packet obfuscation?

 


61 Disable Packet Encryption ( in your diff you disabled it in your client )
you also need to disable it server side :))

Yup, already disabled/commented server side.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  624
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

You need to tell the problem you're having, you're not supposed to guess.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  100
  • Reputation:   0
  • Joined:  10/22/16
  • Last Seen:  

Just now, Kakaroto said:

You need to tell the problem you're having, you're not supposed to guess.

Oops, sorry. Whenever I log in, I dont see a connection request at login-server, then client says "Failed to connect to server"

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  182
  • Reputation:   32
  • Joined:  10/26/12
  • Last Seen:  

Isn't it obvious, that your client don't read clientinfo.xml from your GRF or data folder?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

On 5/5/2017 at 4:52 PM, kyleanthonydizon said:

Here is my NEMO Diff log..


8 Custom Window Title
9 Disable 1rag1 type parameters (Recommended)
10 Disable 4 Letter Character Name Limit
11 Disable 4 Letter User Name Limit
12 Disable 4 Letter Password Limit
13 Disable Ragexe Filename Check (Recommended)
15 Disable HShield (Recommended)
18 Skip Service Selection Screen
19 Enable Title Bar Menu
20 Extend Chat Box
21 Extend Chat Room Box
22 Extend PM Box
23 Enable /who command (Recommended)
24 Fix Camera Angles (Recommended)
28 Increase Headgear ViewID
32 Increase Zoom Out Max
33 Always Call SelectKoreaClientInfo() (Recommended)
34 Enable /showname (Recommended)
35 Read Data Folder First
36 Read msgstringtable.txt (Recommended)
37 Read questid2display.txt (Recommended)
38 Remove Gravity Ads (Recommended)
39 Remove Gravity Logo (Recommended)
40 Restore Login Window (Recommended)
41 Disable Nagle Algorithm (Recommended)
43 Always Use Email for Char Deletion
44 Translate Client (Recommended)
47 Use Ragnarok Icon
48 Use Plain Text Descriptions (Recommended)
49 Enable Multiple GRFs (Recommended)
50 Skip License Screen
53 Use Ascii on All LangTypes (Recommended)
61 Disable Packet Encryption
64 @ Bug Fix (Recommended)
67 Disable Quake skill effect
68 Enable 64k Hairstyle
71 Ignore Resource Errors
72 Ignore Missing Palette Error
73 Remove Hourly Announce (Recommended)
74 Increase Screenshot Quality
75 Enable Flag Emoticons
213 Disable Help Message on Login (Recommended)
84 Remove Serial Display (Recommended)
215 Increase Map Quality
88 Allow space in guild name
90 Enable DNS Support (Recommended)
91 Disconnect to Login Window
97 Cancel to Login Window (Recommended)

I want to use the 2015-09-16aRagexe. Any solution? :(

try to patch recommended first.. i have see few cases.. some of the patches causing failed to connect to server.

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