Jump to content

Mael

Forum Moderator
  • Posts

    832
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Mael

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