Jump to content

kyrato

Members
  • Posts

    84
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kyrato

  1. 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.
  2. Of course i choose the one right after that haha Alright ill attempt that work today. How could i attempt to support this client?
  3. 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....
  4. 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?
  5. 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?
  6. 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
×
×
  • Create New...