Jump to content
  • 0

Unknown Packet 0x970 eathena 15252


kyrato

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  84
  • Reputation:   1
  • Joined:  11/06/13
  • Last Seen:  

Alright so ive created a (somewhat) working server and client. but i keep getting a

clif_parse: blah blah blah unknown packet 0x970 from blah blah....

error....

so what the heck did i do wrong this time around?

mmo.h is my client date.

i changed the map/clif.h to

max_packet_ver: 44

Max_packet_size: 0xF00

and even used the rAthena latest packet_db.txt (i am using eathena 15252 again btw).

idk why but i cant ever get past creating the character and im stuck....

mmo.h#ifndef PACKETVER	#define PACKETVER	20120716	//#define PACKETVER 20100707#endif// backward compatible PACKETVER 8 and 9 clif.h  struct quest;struct party_booking_ad_info;#include <stdarg.h>// packet DB#define MAX_PACKET_DB		0xF00#define MAX_PACKET_VER		44 struct s_packet_db {	short len;	void (*func)(int, struct m packet_db.txt is posetd

also a quick comparidon of rAthena vs eAthena would be nice too. eAthena support seems to have died completely and i cant remember enough to be of help anymore.

Found the problem. eAthena doesnt support clients up to a certain point. i think the latest packets_db.txt said 2012-03-07 ragRE and that was ver 29.

no 0x970 packet support.

works fine now with rAthena until i try to get to the map server but for now this specific issue is resolved i guess.

packet_db.txt

Edited by kyrato
Link to comment
Share on other sites

11 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  116
  • Reputation:   4
  • Joined:  01/11/12
  • Last Seen:  

You better switch to rAthena. Support and development is active so you can really get close to the latest updates of kRo.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  84
  • Reputation:   1
  • Joined:  11/06/13
  • Last Seen:  

Oh well yeah i did download the latest rAthena. Ill actually incorporate both servers. but for now what client.exe's are available?

 

like ragexe and ragexeRE. do both work the same and links?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  116
  • Reputation:   4
  • Joined:  01/11/12
  • Last Seen:  

2012-04-10 and 2013-08-07 are the clients you can use that are officially supported. 2011-11-16 for pre-renewal.

check here for client releases.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  84
  • Reputation:   1
  • Joined:  11/06/13
  • Last Seen:  

well idk why but everything keeps giving me the same disconnect session #3  error. my mmo.h is set to my client date (20130814) and ive recompiled. i keep getting the same issue with multiple client.exe's ragre and ragexe alike with recompiled mmo.h...... whats up with that?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

hey Kyrato,

 

Tell me, which client you are willing to use?

 

If you're willing to use 2012-04-10aRagexeRE, then use this packetdb: http://tny.cz/6392d038  password: maroonred

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  84
  • Reputation:   1
  • Joined:  11/06/13
  • Last Seen:  

well i kinda wanted to use the more recent clients like 2013-08-14 but i was using the 2012-10-17bRagexeRE and im still getting the same outcome on the map server saying it's an unknown packet ver. can i not leave my packet_db.txt to default? i changed to the 2013 client just yesterday and disabled the encryption so it shouldnt be enncrypted...

 

0x0368,1 is my issue.



which i just checked, it's in my packet_db txt under packet_ver: 26 as 

 

0x0368,6,getcharnamerequest,2

 

so uuuhhh it should be working....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

you can (and recommended to) leave the packetdb ver to default.
 
https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/packet_db.txt
 
this packetdb supports till 2013-07-17. just try~ (your client should be earlier than or equal to 2013-07-17)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  84
  • Reputation:   1
  • Joined:  11/06/13
  • Last Seen:  

Of course i choose the one right after that haha Alright ill attempt that work today.

How could i attempt to support this client?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

If you would like to, I suggest you to upgrade to rAthena. here's the SVN where I found the packetdb I posted earlier: Rev.17690

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  84
  • Reputation:   1
  • Joined:  11/06/13
  • Last Seen:  

Oh i already did upgrade i was have the disconnect problem on rAthena but i tried the 20130717c client and i now have a successful connection XD

So yeah i just learned a lot about client exe compatibility. Sweet.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

that's nice! please mark this thread as solved / answered. I guess you may do it by editing the first post.

 

glad that could be a help!

(y)

 

rep_up.pngrep_up.pngrep_up.png

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