yowjim Posted September 11, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 17 Reputation: 0 Joined: 09/11/12 Last Seen: October 3, 2012 Share Posted September 11, 2012 How do I fix this? Quote Link to comment Share on other sites More sharing options...
megaoka Posted September 11, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 1 Joined: 08/15/12 Last Seen: February 15, 2018 Share Posted September 11, 2012 Make sure mmo.h and packet_db.txt are correct. What client version are you using? Quote Link to comment Share on other sites More sharing options...
yowjim Posted September 12, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 17 Reputation: 0 Joined: 09/11/12 Last Seen: October 3, 2012 Author Share Posted September 12, 2012 What do you mean by packet_db.txt are corrrect? I using 2012-04-10a and I changed the mmo.h to 20120410a as well. And by default 2012-04-10a packet_db.txt already got right? I still getting the message (5011). Can point out where I did it wrongly? Thanks! P/s: I did rebuild when I change the mmo.h as well as diff the 20120410a, and in clientinfo.xml, I used the version 30 as packet_db.txt stated. Quote Link to comment Share on other sites More sharing options...
Winz Posted September 14, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted September 14, 2012 one thing, (eventhough I know this is late): always rebuild (recompile) your server after editing files in src folder. Quote Link to comment Share on other sites More sharing options...
Magnetix Posted September 14, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 446 Reputation: 30 Joined: 12/08/11 Last Seen: October 13, 2024 Share Posted September 14, 2012 the latest SVN was already set to that packet, I checked it. #ifndef PACKETVER #define PACKETVER 20120410 .../src/packet_db.txt find packet_db_ver: default and replace with packet_db_ver: 30 Quote Link to comment Share on other sites More sharing options...
salehht Posted October 22, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 09/26/12 Last Seen: November 24, 2012 Share Posted October 22, 2012 (edited) anyone can help i have the same error i use 20110315 can i know this virsen no. // Copyright © Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _MMO_H_ #define _MMO_H_ #include "cbasetypes.h" #include <time.h> // 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 // 20080102 - 2008-01-02aSakexe+ - 0x2ec, 0x2ed , 0x2ee // 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 // 20091103 - 2009-11-03aRagexeRE+ - 0x7f7, 0x7f8, 0x7f9 // 20100105 - 2010-01-05aRagexeRE+ - 0x133, 0x800, 0x801 // 20100126 - 2010-01-26aRagexeRE+ - 0x80e // 20100223 - 2010-02-23aRagexeRE+ - 0x80f // 20100413 - 2010-04-13aRagexeRE+ - 0x6b // 20100629 - 2010-06-29aRagexeRE+ - 0x2d0, 0xaa, 0x2d1, 0x2d2 // 20100721 - 2010-07-21aRagexeRE+ - 0x6b, 0x6d // 20100727 - 2010-07-27aRagexeRE+ - 0x6b, 0x6d // 20100803 - 2010-08-03aRagexeRE+ - 0x6b, 0x6d, 0x827, 0x828, 0x829, 0x82a, 0x82b, 0x82c, 0x842, 0x843 // 20101124 - 2010-11-24aRagexeRE+ - 0x856, 0x857, 0x858 // 20110111 - 2011-01-11aRagexeRE+ - 0x6b, 0x6d // 20110928 - 2011-09-28aRagexeRE+ - 0x6b, 0x6d // 20111025 - 2011-10-25aRagexeRE+ - 0x6b, 0x6d // 20120307 - 2012-03-07aRagexeRE+ - 0x970 #ifndef PACKETVER #define PACKETVER 20110315 //#define PACKETVER 20120410 #endif //Remove/Comment this line to disable sc_data saving. [skotlex] #define ENABLE_SC_SAVING //Remove/Comment this line to disable server-side hot-key saving support [skotlex] //Note that newer clients no longer save hotkeys in the registry! #define HOTKEY_SAVING #if PACKETVER < 20090603 // (27 = 9 skills x 3 bars) (0x02b9,191) #define MAX_HOTKEYS 27 #elif PACKETVER < 20090617 // (36 = 9 skills x 4 bars) (0x07d9,254) #define MAX_HOTKEYS 36 #else // (38 = 9 skills x 4 bars & 2 Quickslots)(0x07d9,268) #define MAX_HOTKEYS 38 #endif and this is my clinet.xml <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>ksa</servicetype> <servertype>primary</servertype> <connection> <display>ArgamingRO</display> <desc>None</desc> <address>argaming.zapto.org</address> <port>6900</port> <version>25</version> <langtype>19</langtype> <registrationweb></registrationweb> <aid> <admin>2000000</admin> </aid> </connection> <connection> </clientinfo> Edited October 23, 2012 by Emistry Please use [CODEBOX] or Attachments for long contents. Quote Link to comment Share on other sites More sharing options...
Winz Posted October 23, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 23, 2012 (edited) <address>argaming.zapto.org</address> have you included "Enable DNS Support" when you are diffing your client? Use codebox when pasting long codes. Please create another Thread for another question, for another user. Edited October 23, 2012 by Winz Quote Link to comment Share on other sites More sharing options...
salehht Posted October 23, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 09/26/12 Last Seen: November 24, 2012 Share Posted October 23, 2012 can anyone help me right there plsssssssssssssss http://rathena.org/board/topic/72901-failed-to-authenticate-5011/page__p__148994#entry148994 Quote Link to comment Share on other sites More sharing options...
Question
yowjim
How do I fix this?
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.