Jump to content

Mael

Forum Moderator
  • Posts

    837
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Mael

  1. I just tried on client 2018-06-21aRagexeRE thanks so much @melv0 1. How to change the maximum level of your server? https://gist.github.com/cydh/d82a06472f12c4ec7f38ab3de22fe86b 2. How to make the aura appear at a maximum level other than 99? data\luafiles514\lua files\service_korea\ExternalSettings_kr.lub & externalsettings_kr_sak.lub MaxLevelTable = { BaseLevel = 99, << Edit this part into 255 BaseLevel3rd = 185, BaseLevelExtend2 = 160, BaseLevelUpperJob = 185, BaseLevelHomun = 185, BaseLevelDoram = 185, JobLevelNovice = 10, JobLevelSuperNovice = 99, JobLevelBase = 50, JobLevel2nd = 70, JobLevel3rd = 65, JobLevelExtend2 = 50, JobLevelUpperJob = 60, JobLevelDoram = 55 } and that's it, see magic ingame ?
  2. conf/skill.conf
  3. It would be great to be able to have a guide like this on video ?
  4. Someone managed to get how to modify it?
  5. I managed to figure out how to do it, thanks! ? @Functor
  6. @Functor And for... Automatic feeding if OFF Homunculus automatic feeding is OFF
  7. I have the same problem, you managed to solve it mr. @Radian?
  8. Damnnnn ? ? ? Excellent work man!! 10/10
  9. then check the scripts of your bg, there you have left over the mapflag pvp.
  10. https://github.com/rathena/rathena/commit/a548f20c940036a7c05c561c1363cb51a5849922
  11. Si quieres agregar npc custom utiliza npc/custom y luego actívalos en el npc/scripts_custom.conf
  12. https://rathena.org/board/files/file/3718-automated-mvp-ladder-reward-system/
  13. https://rathena.org/board/topic/111830-tutorial-video-edition-how-to-setup-rathena-and-run-ragnarok-updated-2018-7-28/
  14. I think that includes a modification to the client.
  15. Fixed, the problem was the id monsters, they were very high.
  16. I have the same error. I followed these steps and I get luas error ?
  17. Mejor sigue los pasos al pié de la letra, pero de esta guía.
  18. Thor patcher is better by far.
  19. Mael

    @gstorage problem

    storage skill i think ? Investigating in the discord of rAthena I found the answer. FIXED. diff --git a/src/custom/defines_post.hpp b/src/custom/defines_post.hpp index 253b8cdbf..4c10c0623 100644 --- a/src/custom/defines_post.hpp +++ b/src/custom/defines_post.hpp @@ -9,6 +9,8 @@ * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ - +#ifdef OFFICIAL_GUILD_STORAGE +#undef OFFICIAL_GUILD_STORAGE +#endif #endif /* CONFIG_CUSTOM_DEFINES_POST_HPP */ thanks to @Secrets another solution is... "for pre-re" db/pre-re/guild_skill_tree.yml - Id: GD_GUILD_STORAGE MaxLevel: 5 db/pre-re/skill_db.yml - Id: 10016 Name: GD_GUILD_STORAGE Description: Guild Storage Expansion MaxLevel: 5 Flags: IsGuild: true thanks to Aglao for the complementary information.
  20. thanks @Royr! works fine now ?
  21. hi rAthena ? ! Could someone update this guide? It would be very nice to be able to have this modification back, it is very useful! https://github.com/rathena/rathena/wiki/Disable_GM_monster_drops thanks in advance.
  22. hi rAthena ? ! I have a small problem with the @gstorage, does not allow me to use it, even when the guild is maximum level, has all the skills enabled and using a gm level 99 account. The guild does not have a guild storage. @gstorage failed. Im using the last rAthena, I have configured it for pre-renewal and I am using the most updated luafiles of the zackdreaver project. the only thing that has changed about them is the problem with the skill tree -> reference Any recommendations on how I could fix that problem with @gstorage? ? thanks in advance.
  23. this could help you to create the script that you need.
  24. Mael

    @ccommands

    This is what I'm talking about, thank you very much @sader1992
×
×
  • Create New...