Jump to content

Functor

Members
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Functor

  1. https://rathena.org/board/topic/118795-removedisable-who/
  2. I am on vacation until 23 July /meh

    1. Show previous comments  2 more
    2. FenrirGM

      FenrirGM

      Take care and have fun sir ?

    3. Phaige

      Phaige

      have fun and enjoy your vacation.

    4. Naruto

      Naruto

      welcome back

       

  3. @GodKnows Jhomz - or you haven't applied patch "Enable Proxy Support" - or you applied it by using old NEMO patcher You can download the latest NEMO here: https://gitlab.com/4144/Nemo/-/archive/master/Nemo-master.zip
  4. You can modify EXE by using any Hex editor: Search: 81 FB F4 07 00 00 Replace by: 3B DB 90 90 90 90
  5. @masterzeus Open "../src/map/pet.cpp" and in the function "pet_ai_sub_hard" change: if(!target && pd->loot && pd->loot->count < pd->loot->max && DIFF_TICK(tick,pd->ud.canact_tick) > 0) { to: if (!target && pd->loot && pd->loot->count < pd->loot->max && !pc_isdead(pd->master) && DIFF_TICK(tick,pd->ud.canact_tick) > 0) { Save changes and recompile the server.
  6. 2018-06-21aRagexeRE You can modify EXE by using any Hex editor. Search: CC CC CC CC CC CC CC CC CC 55 8B EC 8B 45 08 3D 7D 01 00 00 7F 2C Replace by: 3D 68 03 00 00 74 67 EB 39 55 8B EC 8B 45 08 3D 7D 01 00 00 7F EA
  7. What EXE version do you use? What is the ID of your custom skill? What size of the magic target do you want to set? As example tell me ID of existing official skill with the needed size of the magic target. I will be able to check it tomorrow.
  8. Functor

    db error

    If you don't have Gepard Shield - you need to open "no_doble_login.txt" and change: set .Gepard,1; to: set .Gepard,0;
  9. @Forshaken If you don't have Gepard Shield - you need to change: set .Gepard,1; to: set .Gepard,0;
  10. https://mega.nz/#!tUdmkSaK!MbNan0jnn802N1NV9IAlmYD25Au8F89SROYqiG6yTzg
  11. It is side effect of old version FixHomunculusAI patch. You should re-diff EXE by using the latest version of NEMO patcher. https://gitlab.com/4144/Nemo/-/archive/master/Nemo-master.zip
  12. @Mael I updated my previous message.
  13. Open ../src/map/clif.cpp and in the function clif_parse_LoadEndAck remove: #if PACKETVER >= 20070918 clif_partyinvitationstate(sd); clif_equipcheckbox(sd); #endif #if PACKETVER >= 20141008 if( battle_config.pet_autofeed_always ){ // Always send ON or OFF if( sd->pd && battle_config.feature_pet_autofeed ){ clif_configuration( sd, CONFIG_PET_AUTOFEED, sd->pd->pet.autofeed ); }else{ clif_configuration( sd, CONFIG_PET_AUTOFEED, false ); } }else{ // Only send when enabled if( sd->pd && battle_config.feature_pet_autofeed && sd->pd->pet.autofeed ){ clif_configuration( sd, CONFIG_PET_AUTOFEED, true ); } } #endif #if PACKETVER >= 20170920 if( battle_config.homunculus_autofeed_always ){ // Always send ON or OFF if( sd->hd && battle_config.feature_homunculus_autofeed ){ clif_configuration( sd, CONFIG_HOMUNCULUS_AUTOFEED, sd->hd->homunculus.autofeed ); }else{ clif_configuration( sd, CONFIG_HOMUNCULUS_AUTOFEED, false ); } }else{ // Only send when enabled if( sd->hd && battle_config.feature_homunculus_autofeed && sd->hd->homunculus.autofeed ){ clif_configuration( sd, CONFIG_HOMUNCULUS_AUTOFEED, true ); } } #endif In the function clif_parse_LoadEndAck after: // Notify everyone that this char logged in [Skotlex]. map_foreachpc(clif_friendslist_toggle_sub, sd->status.account_id, sd->status.char_id, 1); add: #if PACKETVER >= 20070918 clif_partyinvitationstate(sd); clif_equipcheckbox(sd); #endif #if PACKETVER >= 20141008 if( battle_config.pet_autofeed_always ){ // Always send ON or OFF if( sd->pd && battle_config.feature_pet_autofeed ){ clif_configuration( sd, CONFIG_PET_AUTOFEED, sd->pd->pet.autofeed ); }else{ clif_configuration( sd, CONFIG_PET_AUTOFEED, false ); } }else{ // Only send when enabled if( sd->pd && battle_config.feature_pet_autofeed && sd->pd->pet.autofeed ){ clif_configuration( sd, CONFIG_PET_AUTOFEED, true ); } } #endif #if PACKETVER >= 20170920 if( battle_config.homunculus_autofeed_always ){ // Always send ON or OFF if( sd->hd && battle_config.feature_homunculus_autofeed ){ clif_configuration( sd, CONFIG_HOMUNCULUS_AUTOFEED, sd->hd->homunculus.autofeed ); }else{ clif_configuration( sd, CONFIG_HOMUNCULUS_AUTOFEED, false ); } }else{ // Only send when enabled if( sd->hd && battle_config.feature_homunculus_autofeed && sd->hd->homunculus.autofeed ){ clif_configuration( sd, CONFIG_HOMUNCULUS_AUTOFEED, true ); } } #endif
  14. You need to modify EXE by using any Hex editor: search: 00 25 64 20 B0 B3 00 replace by: 00 25 64 00 00 00 00 ------------- Or you can modify "TranslateClient.txt" file with translations of NEMO patcher and re-diff EXE with the patch "Translate Client". You need to open file ../NEMO/Patches/TranslateClient.txt and add this text to the end of the file:
  15. @ittiphol If you use EXE 2014-11-12 and later - you can't enable it. Because code was removed from EXE.
  16. @Ejamestereo 2018-05-30bRagexeRE without applied patches - https://mega.nz/#!sdEEmaBa!emI1WpmYDh27vt6cxxFWKi4KO1bZK1dAmuUU7j4em7k NEMO patcher - https://gitlab.com/4144/Nemo/-/archive/master/Nemo-master.zip
  17. You can use rAthena to build servers with different purposes.
  18. Hello! Ragexe - EXE for kRO main server RagexeRE - EXE for kRO test server You should try to use 2018-06-21aRagexeRE
  19. It is bad idea to use any unpopular EXE versions. Not just 2018-11-14dRagexe.
  20. You can change color by using any Hex editor. search bytes: CA DF FB 00 C6 86 C4 RED channel - CA GREEN channel - DF BLUE channel - FB For example, we want to change it by red color. We need to modify bytes to: FF 00 00 00 C6 86 C4
  21. You should upload your EXE and post a link.
  22. What EXE version do you use? Need to modify EXE for changing color of this highlight.
  23. Yes, I sent link to not RE version, because your first post contained request to not RE version. But you fixed it now. ? Because 2018-09-19aRagexeRE is protected by Themida. You will not be able to patch it without unpacking. The latest Ragexe which works with rAthena is 2018-11-14dRagexe The latest RagexeRE which works with rAthena is 2018-06-21aRagexeRE So, if you use rAthena, the version 2018-09-19aRagexeRE is useless for you.
  24. http://nemo.herc.ws/downloads/2018-09-19aRagexe/
×
×
  • Create New...