Jump to content

Mael

Forum Moderator
  • Posts

    785
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Mael

  1. I think they use hooks, you could use this: https://rathena.org/board/topic/118729-client-mods-paint-it-black/
  2. https://rathena.org/board/thirdpartyservices/ Ni idea, no he revisado Renewal en bastante tiempo.
  3. Creo que es un tipo de Instancia pagada. No he visto referencias de que haya sido publicada de forma gratuita.
  4. 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());
  5. Sino prueba Ubuntu: https://www.vultr.com/docs/setup-ragnarok-online-server-on-ubuntu-14-04-x64
  6. 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.
  7. Use this with NEMO: http://nemo.herc.ws/patches/DisableSwearFilter/
  8. Hay muchas guías buenas, solo debes invertir tiempo en leerlas bien. https://github.com/llchrisll/ROenglishRE
  9. did you place on the monsters which items and what random options will be dropped?
  10. https://github.com/llchrisll/ROenglishRE/blob/master/Renewal/data/luafiles514/lua files/skillinfoz/skilltreeview.lub
  11. Possibly that item shares the id with another item, try to find it among your iteminfo.lua.
  12. You must add the GAT of that map to your mapcache (db/(pre-)re/map_cache.dat) with Mapcache Editor.
  13. https://rathena.org/board/files/file/3858-mapcache-editor/
  14. https://rathena.org/board/topic/118841-guide-change-aura-max-level-new-clients/#comment-363738
  15. Estas ejecutando Renewal y en tu data hay un mapa de izlude Pre-Renewal.
  16. https://github.com/llchrisll/ROenglishRE/tree/master/Client Support/Renewal/2018-01-24/System
  17. Verifica que tu exe client esté leyendo a ese iteminfo.lua en NEMO.
  18. https://github.com/llchrisll/ROenglishRE/tree/master/Client Support/Renewal/2018-01-24/System
  19. Ubica el timeline de los episodios de RO y ve desactivando los scripts y db relacionados.
  20. Intenta reemplazarlos por estos: https://rathena.org/board/topic/122152-gefenia-c3dworldres-error-on-latest-kro-patch/#comment-371231
×
×
  • Create New...

Important Information

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