Jump to content

Yommy

Community Contributors
  • Content Count

    290
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by Yommy

  1. Yommy

    Yommy is back?

    not back, just waiting for something awesome to happen <3
  2. I have been thinking this for a few months, and i am ready to quit the ro scene. It has been an awesome time, gained alot of friends, learned alot of things, and dedicated several years of my life to *athena. i hope i have made a difference or even inspired some people in some way. Thank you for being an awesome community. Yommy <3 /sadface
  3. you dont have to bother with any compiling, just rename the lua file to lub the client will read it fine i would recommend dont diff that "lua before lub" option, because it breaks the saving of configs
  4. im not sure how adding another hop to the connection will make it quicker. or probably even forcing the connection to take a longer route to the server via UK (we have bad internet)(NL would be better) you have to remember the internet works on hops between 2 places, its not a direct connection, and adding extra destinations could make it worse of course i could be wrong
  5. i vote not to remove, while it might be useless to most who love the mapcache. removing wont improve anything and will be just one feature less, and as above some people still use it (personal preference maybe) its not affecting anyone if the feature stays.. Yom
  6. RO2 Client source codes https://mega.co.nz/#!V9VTgR7R!b2XpJnTVvs_Ps_OkuX1eDElPf7N85aXih4StuIJ8Omk and the Saga server emu https://mega.co.nz/#!1w0nwCDL!MpQTbSfrAhcTBnyy4pi1XTw29BgTUcadD7LoSe3ANhk let me know if you find some goodies
  7. yes // 2013-12-18bRagexe - Yommy#if PACKETVER >= 20131218 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(0x0947,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(0x022D,-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(0x092F,19,clif->pWantToConnection,2,6,10,14,18); packet(0x0802,26,clif->pPartyInvite2,2); // packet(0x087B,4); // CZ_GANGSI_RANK packet(0x08AB,26,clif->pFriendsListAdd,2); packet(0x0811,5,clif->pHomMenu,2,4); packet(0x085C,36,clif->pStoragePassword,0); /* New */ packet(0x09d4,2,clif->pNPCShopClosed); packet(0x09ce,102,clif->pGM_Monster_Item,2); /* NPC Market */ packet(0x09d8,2,clif->pNPCMarketClosed); packet(0x09d6,-1,clif->pNPCMarketPurchase);#endif// 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);#endif// 2013-12-30aRagexe - Yommy#if PACKETVER >= 20131230 packet(0x0871,7,clif->pActionRequest,2,6); packet(0x02C4,10,clif->pUseSkillToId,2,4,6); packet(0x035F,5,clif->pWalkToXY,2); packet(0x0438,6,clif->pTickSend,2); packet(0x094A,5,clif->pChangeDir,2,4); packet(0x092A,6,clif->pTakeItem,2); packet(0x0860,6,clif->pDropItem,2,4); packet(0x0968,8,clif->pMoveToKafra,2,4); packet(0x0895,8,clif->pMoveFromKafra,2,4); packet(0x091E,10,clif->pUseSkillToPos,2,4,6,8); packet(0x096A,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); packet(0x0926,6,clif->pGetCharNameRequest,2); packet(0x0898,6,clif->pSolveCharName,2); packet(0x087B,12,clif->pSearchStoreInfoListItemClick,2,6,10); packet(0x0369,2,clif->pSearchStoreInfoNextPage,0); packet(0x093D,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); packet(0x087F,-1,clif->pReqTradeBuyingStore,2,4,8,12); packet(0x0969,6,clif->pReqClickBuyingStore,2); packet(0x094C,2,clif->pReqCloseBuyingStore,0); packet(0x0365,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); packet(0x091F,18,clif->pPartyBookingRegisterReq,2,4); // packet(0x093E,8); // CZ_JOIN_BATTLE_FIELD packet(0x022D,-1,clif->pItemListWindowSelected,2,4,8); packet(0x089C,19,clif->pWantToConnection,2,6,10,14,18); packet(0x08A9,26,clif->pPartyInvite2,2); // packet(0x087E,4); // CZ_GANGSI_RANK packet(0x0943,26,clif->pFriendsListAdd,2); packet(0x0949,5,clif->pHomMenu,2,4); packet(0x091D,36,clif->pStoragePassword,0);#endif#if PACKETVER >= 20131218 packetKeys(0x6A596301, 0x76866D0E, 0x32294A45);#endif#if PACKETVER >= 20131223 packetKeys(0x631C511C, 0x111C111C, 0x111C111C);#endif#if PACKETVER >= 20131230 packetKeys(0x611B7097, 0x01F957A1, 0x768A0FCB);#endif
  8. It does this already, just the hpbar is thinner to show its a normal mob
  9. themon, your first capture did not capture the pet egg o_O, HEADER_CZ_REQUEST_TIME = 0x88A, // shuffled (0x7E, tick send) HEADER_ZC_NOTIFY_TIME = 0x7f, HEADER_ZC_PAR_CHANGE = 0xb0, HEADER_CZ_SELECT_PETEGG = 0x1a7, HEADER_SC_NOTIFY_BAN = 0x81, Edit: so, it seems the client is sending FF FF instead of the egg id ? Neo, there was a client 1 week before this date that was unpacked also, maby can we (you ) release that client too ? Thanks
  10. Ind, you are just one badass mofo <3 thank you to everyone who helped make this possible
  11. still busy working on new features
  12. Have to wait for Neo to fix the error, there is a problem with some functions that locates free space to inject features like the multigrf data.ini loader the same issue occurs in xDiffGen too. so just use the data folder for current testing, Neo should update the patches soon
  13. Here is my christmas gift to Hercules. I wish you all have an awesome holiday and nice time with family. I have included an xdiff file, but I recommend (when he manage to fix the multiple grf) you to use NEMO Client Patcher made by Neo. You need to add the PacketShuffle stuff into src/map/packets.h, just follow the files pattern, then edit src/common/mmo.h and change the PACKETVER to 20131223 do a recompile and the client will be able to connect. 2013-12-23cRagexe_v2.zip 2.5 MB https://mega.co.nz/#!Yt1DQSQC!TWk1AQU8sTXpP_t57Uowpne2-ZYSPhTB2_4WT55PFcY 2013-12-23cRagexe_v2.xdiff 102 KB https://mega.co.nz/#!ogUUFLQJ!CPbCaX29tJLe_JOoeQd1oR24ug8WL83B0z_2T1XTXfQ This is a very new client, and it will probably require resources from the latest kRO updates. so kRO will need to be fully updated, i recommend to use RO Patcher Lite made by Ai4rei. Special Thanks to Rytech and Ind See you in 2014. Yommy Ps Neo posted.an update here http://herc.ws/board/topic/3609-2013-12-23c-kro-client-merry-christmas-3/?p=24183 Thank you Ps: Neo posted some update here
  14. Yommy

    Tree of Savior

    im going to hack the shit out of this game
  15. this will need seperate item/mob databases for each episode. seperate script folders, etc even the source will need to be flooded with IFDEF for all the changed mechanics over the years yes it is a good idea, but not a practical one
  16. it seems your text editor likes to add blank lines everywhere
  17. their will be a huge update this month
  18. the last one that has no costume tab is 2011-01-18aRagexe.exe yes, the encryption keys are 0x5E0053A2, 0x00541A1D, 0x3C777D2D but you might have to swap key1 and key3, i forget the order
  19. http://rathena.org/board/topic/71212-kingkronos-dynamic-questfullwoe-warper-11/?hl=questwarp
  20. we have this awesome docs folder https://github.com/HerculesWS/Hercules/blob/master/doc/item_bonus.txt just a quick search for magic.
×
×
  • Create New...

Important Information

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