Jump to content

Kirito

Members
  • Content Count

    7
  • Joined

  • Last visited

  1. good thing before this happen all my gods and boss cards are already sold. got some of my 150 characters and done migrating them to iro
  2. open src/map/packets.h, then copy this at the very bottom part of pakcets.h. make sure to recompile your server or else it wont work // 2014-01-15eRagexe - YomRawr#if PACKETVER >= 20140115 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(0x08A7,5,clif->pChangeDir,2,4); //## packet(0x0940,6,clif->pTakeItem,2); //## packet(0x0361,6,clif->pDropItem,2,4); //## packet(0x088E,8,clif->pMoveToKafra,2,4); //## packet(0x0367,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(0x0802,6,clif->pGetCharNameRequest,2); //## packet(0x0368,6,clif->pSolveCharName,2); //## packet(0x0360,12,clif->pSearchStoreInfoListItemClick,2,6,10); packet(0x0817,2,clif->pSearchStoreInfoNextPage,0); packet(0x0815,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); packet(0x096A,-1,clif->pReqTradeBuyingStore,2,4,8,12); packet(0x088A,6,clif->pReqClickBuyingStore,2); packet(0x0965,2,clif->pReqCloseBuyingStore,0); packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);//## packet(0x096A,18,clif->pPartyBookingRegisterReq,2,4);//## // packet(0x088A,8); // CZ_JOIN_BATTLE_FIELD//## packet(0x0965,-1,clif->pItemListWindowSelected,2,4,8);//## packet(0x0966,19,clif->pWantToConnection,2,6,10,14,18);//## packet(0x095D,26,clif->pPartyInvite2,2);//## // packet(0x095B,4); // CZ_GANGSI_RANK//## packet(0x089B,26,clif->pFriendsListAdd,2);//## packet(0x092D,5,clif->pHomMenu,2,4);//## packet(0x0865,36,clif->pStoragePassword,0);//###endif#if PACKETVER >= 20140115 packetKeys(0x63224335,0x0F3A1F27,0x6D217B24);#endif
  3. open src/map/packets.h, then copy this at the very bottom part of pakcets.h. recompile your server. // 2014-01-15eRagexe - YomRawr#if PACKETVER >= 20140115 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(0x08A7,5,clif->pChangeDir,2,4); //## packet(0x0940,6,clif->pTakeItem,2); //## packet(0x0361,6,clif->pDropItem,2,4); //## packet(0x088E,8,clif->pMoveToKafra,2,4); //## packet(0x0367,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(0x0802,6,clif->pGetCharNameRequest,2); //## packet(0x0368,6,clif->pSolveCharName,2); //## packet(0x0360,12,clif->pSearchStoreInfoListItemClick,2,6,10); packet(0x0817,2,clif->pSearchStoreInfoNextPage,0); packet(0x0815,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); packet(0x096A,-1,clif->pReqTradeBuyingStore,2,4,8,12); packet(0x088A,6,clif->pReqClickBuyingStore,2); packet(0x0965,2,clif->pReqCloseBuyingStore,0); packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);//## packet(0x096A,18,clif->pPartyBookingRegisterReq,2,4);//## // packet(0x088A,8); // CZ_JOIN_BATTLE_FIELD//## packet(0x0965,-1,clif->pItemListWindowSelected,2,4,8);//## packet(0x0966,19,clif->pWantToConnection,2,6,10,14,18);//## packet(0x095D,26,clif->pPartyInvite2,2);//## // packet(0x095B,4); // CZ_GANGSI_RANK//## packet(0x089B,26,clif->pFriendsListAdd,2);//## packet(0x092D,5,clif->pHomMenu,2,4);//## packet(0x0865,36,clif->pStoragePassword,0);//###endif#if PACKETVER >= 20140115 packetKeys(0x63224335,0x0F3A1F27,0x6D217B24);#endif
  4. try to look at the clientinfo, make sure that the ip is 127.0.0.1
  5. thank you for this complete package.
  6. https://github.com/HerculesWS/Hercules/commits/master You need to use tortoiseGit it just like tortoiseSVN But in git you need copy and paste the .git you will find it say clone git Or you can also download the zip file. Why don't you try ossi 2014 client its more lastest than mine. Hi themon can you please make a full client of 2014 client by ossi using latest hercules svn. I tried trial and error with this client but can't make 2014 client work with the latest svn. Thank you and more power! The one I'm using and working fine is your 2013-08-14 with hercules svn.
  7. hi themon thank you for this client. im newbie here and I use your client and working fine. Hi themon, if I want to use the latest svn for hercules what client should I download?
×
×
  • Create New...

Important Information

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