Jump to content

Mael

Forum Moderator
  • Posts

    837
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Mael

  1. Aquí siempre recomendaremos rAthena, solo que siempre maneja respaldos por si hechas a perder algo.
  2. https://github.com/rathena/rathena/blob/master/conf/battle/skill.conf#L371
  3. Podrías mostrarme tu sclientinfo.xml?
  4. https://github.com/rathena/rathena/blob/master/src/config/renewal.hpp#L8 Borra esos // y compila.
  5. Renewal tiene cambios sustanciales a diferencia del Pre-renewal.
  6. 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
  7. 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.
  8. Prueba utilizando este proyecto? https://github.com/llchrisll/ROenglishRE
  9. Solo por un tema de costos.
  10. Este también es bueno, siempre y cuando no sepas configurar todo por tu cuenta.
  11. 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.
  12. He leído pésimas reseñas sobre esa empresa.
  13. Si tienes experiencia configurando todo por tu cuenta OVH es una buena opción.
  14. https://github.com/llchrisll/ROenglishRE
  15. 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
  16. 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 )
  17. Try using this version of NEMO
  18. 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.
  19. 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;
  20. I recommend using this tutorial.
  21. 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/
×
×
  • Create New...