Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Need Help Pro Ragnarok Creator

Newbie Spellweaver
Joined
Nov 26, 2011
Messages
36
Reaction score
0
How To Solve This :( Please Help me


altanga - Need Help Pro Ragnarok Creator - RaGEZONE Forums


altanga - Need Help Pro Ragnarok Creator - RaGEZONE Forums


altanga - Need Help Pro Ragnarok Creator - RaGEZONE Forums




Please Help Me....

Thank you so much !
 
Newbie Spellweaver
Joined
Mar 1, 2011
Messages
94
Reaction score
25
Make sure you set your db/packet_db to default
Check your src/common/mmo.h and make sure that the packet ver is 20100730 since you are using 2010-07-30 client.

After changing anything in the src folder, make sure to compile it.
 
Newbie Spellweaver
Joined
Nov 26, 2011
Messages
36
Reaction score
0
how to set my db/packet_db

my last packet_db is
//2008-01-08aSakexe
//0x01df,0
0x02a6,204
0x02a7,204
//0x02a8,0
//0x02a9,0

Teach me please

Sir do you have Y.m ? please help me
 
Newbie Spellweaver
Joined
Mar 1, 2011
Messages
94
Reaction score
25
in your db/packet_db
find
Code:
packet_db_ver:
set it to default
 
Newbie Spellweaver
Joined
Nov 26, 2011
Messages
36
Reaction score
0
// server->client protocol version
// 0 - pre-?
// 1 - ? - 0x196
// 2 - ? - 0x78, 0x79
// 3 - ? - 0x1c8, 0x1c9, 0x1de
// 4 - ? - 0x1d7, 0x1d8, 0x1d9, 0x1da
// 5 - 2003-12-18aSakexe+ - 0x1ee, 0x1ef, 0x1f0, ?0x1c4, 0x1c5?
// 6 - 2004-03-02aSakexe+ - 0x1f4, 0x1f5
// 7 - 2005-04-11aSakexe+ - 0x229, 0x22a, 0x22b, 0x22c
// 20061023 - 2006-10-23aSakexe+ - 0x6b, 0x6d
// 20070521 - 2007-05-21aSakexe+ - 0x283
// 20070821 - 2007-08-21aSakexe+ - 0x2c5
// 20070918 - 2007-09-18aSakexe+ - 0x2d7, 0x2d9, 0x2da
// 20071106 - 2007-11-06aSakexe+ - 0x78, 0x7c, 0x22c
// 20081126 - 2008-11-26aSakexe+ - 0x1a2
// 20090408 - 2009-04-08aSakexe+ - 0x44a (dont use as it overlaps with RE client packets)
// 20080827 - 2008-08-27aRagexeRE+ - First RE Client
// 20081217 - 2008-12-17aRagexeRE+ - 0x6d (Note: This one still use old Char Info Packet Structure)
// 20081218 - 2008-12-17bRagexeRE+ - 0x6d (Note: From this one client use new Char Info Packet Structure)
// 20090603 - 2009-06-03aRagexeRE+ - 0x7d7, 0x7d8, 0x7d9, 0x7da
// 20090617 - 2009-06-17aRagexeRE+ - 0x7d9
// 20090922 - 2009-09-22aRagexeRE+ - 0x7e5, 0x7e7, 0x7e8, 0x7e9
// 20100105 - 2010-01-05aRagexeRE+ - 0x801
#ifndef PACKETVER
#define PACKETVER 20081126
//#define PACKETVER 20100105
#endif
// backward compatible PACKETVER 8 and 9
#if PACKETVER == 8
#undef PACKETVER
#define PACKETVER 20070521
#endif
#if PACKETVER == 9
#undef PACKETVER
#define PACKETVER 20071106
#endif



Sir here my Mmo is there any problem ?/

Sorry for many question im newbie
 
Newbie Spellweaver
Joined
Mar 1, 2011
Messages
94
Reaction score
25
find
Code:
#define PACKETVER	20081126
Replace with
Code:
#define PACKETVER 20100730

:)
 
Newbie Spellweaver
Joined
Mar 1, 2011
Messages
94
Reaction score
25
Change your packet_db in db/packet_db.txt to 25 instead of default


What server files revision are you using?
 
Back
Top