Jump to content

Mael

Forum Moderator
  • Posts

    837
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by Mael

  1. On 10/17/2021 at 10:37 AM, rokimoki said:

    Hello, I don't remember how to create clients and so. I've read some guides but some links are broken, etc. So I think there are some missing information about client guides.

    Anyway, I created a client with this ragexe.

    And I patched with WARP but I'm getting this error while executing the .exe... I read that NEMO is working but I can't find a recent version for 2018 clients.

    image.png

    Check this: https://rathena.org/board/topic/111830-tutorial-video-edition-how-to-setup-rathena-and-run-ragnarok-updated-2018-7-28/

  2. 44 minutes ago, Ichisito said:

    Buenas, 

    Si es el mismo Diff que creo que es, falla al compilar con la última versión de rAthena. 

    Dando el siguiente error:

    Si alguien tiene una versión más actual o que funcione con el actual emulador, será genial. Pero tengo pocas esperanzas.

    Un saludo

    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());

     

    • Love 1
  3. 14 hours ago, Eross said:

    Hi ! Ive decided lately to upgrade to latest https://github.com/rathena/rathena. But Guild Storage Skill is not showing after I add it on pre-re/guild-skill-tree.yml which is really weird coz its the same settings with my old one .. Please help ! I try @reloadskilldb and I also reboot my server but nothing happened. the skill still wont show.

     

     

    image.png.d34c7fd670b6ad3c408416bc79d695ba.png

    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.

    • Upvote 1
  4. 16 hours ago, reinato said:

    nuevamente yo aqui, preguntado cosas basicas claro pero no sé mucho sobre el tema este ya que abro con un editor de grf pero ninguno de mis grf muestra lo que muestran los tutoriales alguno me podria hechar una ayuda?

     

    Here again, I asked basic things of course but I don't know much about this topic since I open with a graph editor but none of my graphs shows what the tutorials show. Could you help me?

     

  5. 2 hours ago, Valcars said:

    Hi I have a problem with the new prontera map ... I state that I haven't created a private server for years and I remembered that the new prontera map had to be implemented .... now I don't know if it is already implemented as standard .....
    in any case my problem is this .... i downloaded the new_prontera map from the download section .... but in some places i can't walk .... i tried to modify it with browedit but nothing changes nothing ... now I wonder if there is a version without bugs ... or do I have to find the modso to modify it? I long ago I remember having solved this problem .... I just don't remember how to do it anymore xD ... 5 years have passed ...

    I hope someone can help me

    Immagine.png

    You must add the GAT of that map to your mapcache (db/(pre-)re/map_cache.dat) with Mapcache Editor.

    • Upvote 1
  6. 3 hours ago, Angeluz said:

    Hola muy buenas tardes comunidad de habla hispana, tengo un problema al intentar implementar algunos mapas oficiales de kRO, los mapas son los siguientes:

    • 1@ch_t
    • 2@ch_t
    • 3@ch_t
    • 1@ch_u

    Hay algunos otros que he tratado sin lograrlo, realizo lo normal para agregar cualquier mapa, lo agrego al maps_conf, al map_index y al map_cache (usando el weemap). Actualmente estoy usando el exe con fecha 2020-04-01, no sé si alguien ha podido incorporar estos mapas exitosamente que me pueda hechar una mano.

     

     

    Muchas gracias

    https://rathena.org/board/files/file/3858-mapcache-editor/

     

  7. 7 hours ago, Sarbrak said:

    ya  tengo ese archivo en mi carpeta systen y cuando edito el archivo dice la descripcion pero no lo muesta dentro del juego.

    Verifica que tu exe client esté leyendo a ese iteminfo.lua en NEMO.

×
×
  • Create New...