Jump to content

Baud

Members
  • Content Count

    8
  • Joined

  • Last visited

About Baud

  • Rank
    Newbie
  • Birthday 10/24/1986

Profile Information

  • Gender
    Not Telling
  • Location:
    France
  • Emulator
    Hercules
  1. OK, i found the problem. I can't login with the default account (account id 1). I didn't know that. I create a new account and login successfully. Thank you all.
  2. OK i understand now. The translation is made by the selected GRF (selection made in data.ini). The clientinfo.xml is read from GRF file too. If data.ini contains only data.grf, the client tries to connect on other server than localhost. If data.ini contains yourRO.grf, the client tries to connect on the localhost. So, i have edited the clientinfo.xml inside YourRO.grf and have made some test (same error with <version>24</version> to <version>31</version>). With Nemo, i confirm that YourRO.exe is 20131223. The packet.mmo used during comiling: #ifndef PACKETVER #define PACKETVER 20131223 //modified by baud#endif // PACKETVER//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).//#define ENABLE_PACKETVER_RE#ifdef ENABLE_PACKETVER_RE #define PACKETVER_RE #undef ENABLE_PACKETVER_RE#endif // DISABLE_PACKETVER_RE Part of packet.h (not modified) // 2013-12-23cRagexe - Yommy#if PACKETVER >= 20131223 packet(0x0369,7,clif->pActionRequest,2,6); packet(0x083C,10,clif->pUseSkillToId,2,4,6); packet(0x0437,5,clif->pWalkToXY,2); packet(0x035F,6,clif->pTickSend,2); packet(0x0202,5,clif->pChangeDir,2,4); packet(0x07E4,6,clif->pTakeItem,2); packet(0x0362,6,clif->pDropItem,2,4); packet(0x07EC,8,clif->pMoveToKafra,2,4); packet(0x0364,8,clif->pMoveFromKafra,2,4); packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); packet(0x096A,6,clif->pGetCharNameRequest,2); packet(0x0368,6,clif->pSolveCharName,2); packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); packet(0x0360,6,clif->pReqClickBuyingStore,2); packet(0x0817,2,clif->pReqCloseBuyingStore,0); packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // packet(0x0363,8); // CZ_JOIN_BATTLE_FIELD packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); packet(0x0802,26,clif->pPartyInvite2,2); // packet(0x0436,4); // CZ_GANGSI_RANK packet(0x023B,26,clif->pFriendsListAdd,2); packet(0x0361,5,clif->pHomMenu,2,4); packet(0x08A4,36,clif->pStoragePassword,0); packet(0x09df,7);#endif Login-server console Char-server console Map-server console: Thank you for your help.
  3. Sorry if i put you confused. If i use "YourRO.exe" (2013-12-23), it ignores data/clientinfo.xml (arisgamers says it use clientinfo.xml inside YourRO.grf. I haven't try to unpack until now) If i use "YourRO.exe" to connect to my Hercules server, i get "Rejected by the server" in login screen, and "REFUSED" in the console of char-map server. If i use "2013-12-23Ragexe.exe", i get "error" blank popup. I have made some other tests. If i use "2013-12-23Ragexe_patched.exe" (patched with Nemo, recommanded settings) launched with Loki 1.0, i get "Rejected by the server". If i use "2013-12-23Ragexe_patched.exe" (directly, not launched by Loki), i get korean interface and the "NO MSG(30)" instead of "Rejected by the server". 2013-12-23Ragexe_patched.exe seems ignore clientinfo.xml too. It shows "YourRO server" service even if i change settings in clientinfo.xml. But if i add "/account:dataclientinfo.xml" args in loki ini file, it skips the "select services" screen to logon screen, but still ignoring ip address of the server, and i get "Rejected by the server" message too.
  4. The error message when lauching 2013*ragexe.exe Now the error message in the console of login-server : Import sql-files/logs.sql into ragnarok database solve the debug message, but still unable to connect to the server.using YourRO.exe For run ragexe, i need use Loki launcher ? I try but require ragexe_patched... what is this ? I confirm, YourRO.exe ignore clientinfo.xml
  5. For my ragexe error, i found that : Q : My exe doesn't launch, i have a pop up message errorA : Use a launcher to enter your login and password : R.O.L.e.X or Loki Launcher . There isn't login window anymore ! in http://herc.ws/board/topic/1151-2013-ragexe-support-main-topic/ i will test...
  6. I have the same message. The loginlog table does not exist in my ragnarok database. I found zero log entry, nowhere. But the logcount column in login table is incremented everytime i try to login with YourRO.exe. I haven't imported log.sql into ragnarok database. I have created an another database named log and imported log.sql in. May i haven't understood the inter-server.conf ? I will let you know.
  7. I have changed the s1/p1 into "test/test" in conf file and in login table cause of some clients require 4 characters length for login/password. I will post a screen later (i'm not on my computer). In the console of login-server, i have a sql debug message "loginlog" table does not exists i remember. But this message occur at startup of the server, not when client try to connect.
  8. Hi, I'm new in Hercules (i have tested eAthena 5 years ago...), and English is not my native language... The problem : the client can't connect to my server. I can log in but i get the "Rejected from server" message. Login-server console show REFUSED. But credentials are good. What i do: - download Hercules from SVN - build sources with VS2012 - create database and import all sql files - configure password (replace s1/p1) and rename server in conf files - configure login and char server ip (forced to 127.0.0.1) - run 3 servers (all are ready) - run the client (YourRO.exe) from full client "2013-12-23" - i can see the good server name, but i get rejected What i have already tried: - modify mmo.h (PACKETVER 20131223) and rebuild => same error - modify clientinfo.xml (change version from 20 to 30) => same error (it seems YourRO.exe don't use data/clientinfo.xml) - try with pre-compiled Hercules 2013-07-03 instead of last SVN sources => same error I can't test another client : - the 2013-07-03aRagexe.exe copied in my full client directory => the client doesn't start - the 2013-12-30, 2013-06-18 ... copied in my full client directory => the client doesn't start - i downloaded an another full client (2013-08-07) ==> the client doesn't start In fact, i get, after UAC, an empty popup entitled "error" with ok button, and never get login screen. I suspect a lua error. i forget something during configuration ? Thank you.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.