Jump to content

Mael

Forum Moderator
  • Posts

    837
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Mael

  1. @KhrizPlayCL No estoy muy seguro, pero probaste generando el código con el link del fluxcp en el apartado de login?
  2. Use the default format and avoid modifying that? Did you try it?
  3. Sure. At that time I only added the necessary files from the renewal db to the pre-re so that all the pets worked. db/re/ item_db, mob_db, pet_db.yml In the case of pet_yml you just have to compare both and you will notice the "how" to operate the pet evolution system. What I still can't know, is how to add pet customs and what files to modify the lua files to activate the autofeed, hopefully someone can contribute with that information in this post. For example how to add the blue unicorn with autofeed.
  4. Debes revisar esto: https://github.com/rathena/rathena/wiki También estaría bueno que revisases la biblia de Judas: https://rathena.org/board/topic/60968-step-by-step-guide-at-how-to-start-a-ro-server/#comment-89389 Luego debes curiosear mucho en la carpeta doc del emulador ?
  5. Podrías compartir una captura de lo que te ocurre o un pequeño clip? no logro imaginar lo que me explicas.
  6. add this in your data folder. https://drive.google.com/file/d/1QKmhT9jrJfA_p5zLxSaXXdW_F1alO7Ry/view
  7. I'm not sure if there is one for those jobs available for download in the forum, but the most suitable person for palettes is @KamiShi maybe she can update her 34 palettes of 2018 and add those jobs.
  8. I think that question can only be answered at the moment by @Easycore or @Vykimo
  9. No, does not contain those commands.
  10. Pues solo debes de fijarte en lo que descargarás y se explicará por si solo.
  11. Para pre-re los clientes que suelo recomendar son: 2012-04-10a y 2015-11-04a. No te recomiendo modificar nada relacionado a PACKETVER. Para tu carpeta data y system, podrías utilizar este proyecto: https://rathena.org/board/topic/102689-ragnarok-english-translation-project/ Descarga primero los archivos de la carpeta Renewal y luego pégale encima los archivos de PRE-RE por último si quieres asegurarte de no tener problemas con algunos items que le estén faltando a tu data, puedes pegar tu carpeta data sobre esto. Al usar "NEMO" debes escoger iteminfo.lua. Solo para complementar la información de mi post: Para colocar tu server en modo PRE-RE, debes modificar esto, borrando los // de lo que estoy marcando.
  12. Podrías utilizar algo así https://rathena.org/board/topic/82453-healer-buffer/ Y entregar los tickets con tiempo de uso.
  13. Some examples: https://rathena.org/board/topic/101302-about-area-healing/ https://rathena.org/board/topic/119457-making-heal-aoe-and-add-an-effect/
  14. https://github.com/rathena/rathena/wiki/connecting https://rathena.org/board/topic/104297-i-need-help-to-make-server-on-my-vps/#comment-295517
  15. Si tienes problemas de configuración, revisa este vídeo. Seguro encontrarás tu error.
  16. Could you start with this. https://rathena.org/board/topic/110437-release-all-monster-drop-item-with-random-option/
  17. You just have to be aware of the updates of Skills or Jobs that interest you and keep updating on your own. https://github.com/rathena/rathena/pulls ... to complement information. You will also need to update from the client side, I recommend you see the continuation of this project.
  18. I think he refers to this. ¿? ?
  19. U can use something like this for storage. - script #storage -1,{ OnAtcommand: for ( .@i = 0; .@i < getarraysize(.map$); .@i++ ) { if (strcharinfo(3) == .map$[.@i] && getgmlevel() < 10 ) { dispbottom "@storage failed. You cannot use this command on this map.",0xff0000; end; } } atcommand "@storage"; end; OnInit: setarray .map$, "pay_dun00", "pay_dun00", "pay_dun00"; bindatcmd "storage",strnpcinfo(3) + "::OnAtcommand"; end; }
  20. En mi opinión, esta es la mejor guía. Si deseas recrear una experiencia old times, puedes configurar rAthena o utilizar eAmod.
  21. https://github.com/rathena/rathena/issues/4553#issuecomment-577246558
  22. I recommend using a bg pvp script, this script I think replaces @duel.
  23. // Map set .duel_map$,"map"; // Coordinates set .duel_xy$, "x,y,"+ // x,y first player "x,y"; // x,y second player map mapflag pvp map mapflag pvp_nocalcrank map mapflag noreturn map mapflag nowarp map mapflag nocommand 99 map mapflag nowarpto map mapflag nosave SavePoint map malflag nomemo map mapflag notrade map mapflag nodrop map mapflag nobranch map mapflag nochat map mapflag novending You need to define this.
  24. Just use the right heads and the right palettes. https://rathena.org/board/files/file/2447-corrected-classes-head-sprites/ https://rathena.org/board/files/file/2701-553251-old-dyes-palettes-working-all-classes/
×
×
  • Create New...