Jump to content

Mael

Forum Moderator
  • Posts

    832
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Mael

  1. Renewal tiene cambios sustanciales a diferencia del Pre-renewal.
  2. Existe una diferencia entre ambos, por lo que eso es normal. Consideraste en editar esto quizá? https://github.com/rathena/rathena/blob/master/conf/battle/exp.conf#L19
  3. La mejor guía para configurar un servidor desde 0 a mi parecer es esta: https://rathena.org/board/topic/111830-tutorial-video-edition-how-to-setup-rathena-and-run-ragnarok-updated-2018-7-28/ La guía se explica muy bien en vídeos, es solo seguir los pasos. Sobre clientes actualizados podrías utilizar este 2018-06-21aRagexeRE : https://mega.nz/#!Zcdk2C4L!z9SkS36VGhJWAaxD9cRf1sVhgC9I6gMm0k6Cld-lYOQ El proyecto de traducción te recomiendo en el Chriss: https://github.com/llchrisll/ROenglishRE Actualmente es más actualizado que el de Zack, como podrás ver ese proyecto cuenta con un Wiki muy pequeño, revíselo todo.
  4. Prueba utilizando este proyecto? https://github.com/llchrisll/ROenglishRE
  5. Solo por un tema de costos.
  6. Este también es bueno, siempre y cuando no sepas configurar todo por tu cuenta.
  7. Te recomiendo utilizar cualquiera de estos dos: Este pertenece a @Secrets https://github.com/secretdataz/rathena/pull/8/files y este pertenece a @Seravy https://rathena.org/board/topic/122558-costume-any-equipment/?tab=comments#comment-373016 Puedes tener confianza al utilizar cualquiera de ambos, los he probado personalmente y funcionan perfecto.
  8. He leído pésimas reseñas sobre esa empresa.
  9. Si tienes experiencia configurando todo por tu cuenta OVH es una buena opción.
  10. https://github.com/llchrisll/ROenglishRE
  11. Hasta esta fecha: https://github.com/rathena/rathena/tree/de9f667d2f6e3272e6eca27fd2074142f379531d He notado que todo funciona perfectamente. https://github.com/xEasycore/ExtendedBG/blob/master/npc/bg_flavius_sc.txt Posterior a eso ya empiezan los problemas con el scrip.cpp por el cambio al yaml, considerar que @Easycore publicó lo siguiente: https://rathena.org/board/topic/116228-release-extended-battleground-eamod-bg/page/7/?tab=comments#comment-373133
  12. Just to test, try to select the recommended patches and add the ones indicated below Custom Window Title ( name you server ) Disable Swear Filter Disconnect to Login Window Enable Title Bar Menu Read Data Folder First Show Cancel To Service Select Ignore Missing Palette Error Ignore Resource Errors Use Ragnarok Icon ( ragnarok icon for the client )
  13. Try using this version of NEMO
  14. Just use something like this: TRUNCATE TABLE `guild`; TRUNCATE TABLE `guild_alliance`; TRUNCATE TABLE `guild_castle`; TRUNCATE TABLE `guild_expulsion`; TRUNCATE TABLE `guild_member`; TRUNCATE TABLE `guild_position`; TRUNCATE TABLE `guild_skill`; TRUNCATE TABLE `guild_storage`; UPDATE `char` SET `guild_id`=0; All guild data will be deleted, although you should be aware if there is any left in the character table.
  15. For example: I'm going to change the maximum guild size to 15 go to mmo.h change this to: #define MAX_GUILD 15 go to char/int_guild.cpp change this two to: // Set the max number of members, Guild Extention skill - currently adds 6 to max per skill lv. g->max_member = MAX_GUILD; // Initialize guild property g->max_member=15;
  16. I recommend using this tutorial.
  17. Te recomiendo ingresar al grupo de Discord de BrowEdit, ahí tienen las guías ordenadas y podrán darte soporte en tiempo real. Dentro de rAthena puedes encontrar aquí las guías: https://rathena.org/board/forum/38-maps-3d-modeling-showcase/
  18. 187 • // Display some mob info next to their name? (add as needed) 188 • // (does not works on guardian or Emperium) 189 • // 1: Display mob HP (Hp/MaxHp format) 190 • // 2: Display mob HP (Percent of full life format) 191 • // 4: Display mob's level 192 • show_mob_info: 1 Solo modifica y si no ves cambios ingame, utiliza el comando /showname Sobre lo otro que mencionas "sobre el pin", solo debes de volver a cargar tu emulador para que funcione la modificación, luego cualquier cosa que modifiques "battle file" puedes visualizarlo ingame usando @reloadbattleconf
  19. Me parece que necesitas modificar aquí. https://github.com/rathena/rathena/blob/master/conf/battle/drops.conf#L150 También contamos con item flags, revíselo. https://github.com/rathena/rathena/blob/master/db/re/item_flag.txt#L9
  20. Puedes tienes de todo un poco, revisa la carpeta conf "char_athena.conf" también tienes para configurar toda la carpeta battle...
  21. https://github.com/llchrisll/ROenglishRE/blob/master/Ragnarok/data/msgstringtable.txt
×
×
  • Create New...