Jump to content

Mael

Forum Moderator
  • Posts

    837
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Mael

  1. https://github.com/rathena/rathena/pull/6341
  2. Check this: https://rathena.org/board/topic/111830-tutorial-video-edition-how-to-setup-rathena-and-run-ragnarok-updated-2018-7-28/
  3. Me parece que es el Episodio 13.2
  4. I think they use hooks, you could use this: https://rathena.org/board/topic/118729-client-mods-paint-it-black/
  5. https://rathena.org/board/thirdpartyservices/ Ni idea, no he revisado Renewal en bastante tiempo.
  6. Creo que es un tipo de Instancia pagada. No he visto referencias de que haya sido publicada de forma gratuita.
  7. std::shared_ptr<item_data> source_it = std::shared_ptr<item_data> source_it = item_db.search_aegisname(source_item_name.c_str()); std::shared_ptr<item_data> target_item = item_db.search_aegisname(target_item_name.c_str());
  8. Usa el diff del github de Cydh.
  9. Sino prueba Ubuntu: https://www.vultr.com/docs/setup-ragnarok-online-server-on-ubuntu-14-04-x64
  10. This is another solution: 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 */ */ and recompile.
  11. Use this with NEMO: http://nemo.herc.ws/patches/DisableSwearFilter/
  12. Hay muchas guías buenas, solo debes invertir tiempo en leerlas bien. https://github.com/llchrisll/ROenglishRE
  13. did you place on the monsters which items and what random options will be dropped?
  14. https://github.com/llchrisll/ROenglishRE/blob/master/Renewal/data/luafiles514/lua files/skillinfoz/skilltreeview.lub
  15. Good release
  16. Possibly that item shares the id with another item, try to find it among your iteminfo.lua.
  17. You must add the GAT of that map to your mapcache (db/(pre-)re/map_cache.dat) with Mapcache Editor.
  18. https://rathena.org/board/files/file/3858-mapcache-editor/
  19. Ocupa la data de tu proyecto.
  20. https://rathena.org/board/topic/118841-guide-change-aura-max-level-new-clients/#comment-363738
  21. Estas ejecutando Renewal y en tu data hay un mapa de izlude Pre-Renewal.
  22. https://github.com/llchrisll/ROenglishRE/tree/master/Client Support/Renewal/2018-01-24/System
  23. Verifica que tu exe client esté leyendo a ese iteminfo.lua en NEMO.
×
×
  • Create New...