Jump to content

Mael

Forum Moderator
  • Posts

    832
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Mael

  1. This is somewhat contradictory ?
  2. Do you need an npc to preview cash items without sale? base shop or item list?
  3. Mael

    Data/Hexed

    https://rathena.org/board/topic/111830-tutorial-video-edition-how-to-setup-rathena-and-run-ragnarok-updated-2018-7-28/
  4. Instructions are in sader's post: the way it work: you add your custom and edited items in the import iteminfo file you add kro iteminfo file you add the server url in the function file the client will read the iteminfo import first than the kro iteminfo than you can update your kro iteminfo at anytime you need without any edit to it without the need to re-add your custom and edited items to a new kro iteminfo the kro_iteminfo included is from https://github.com/zackdreaver/ROenglishRE this file is added for example on how you use it i suggest you get the last iteminfo after you make sure there is no error!
  5. It is not a function of rAthena, it is a resource for clients.
  6. You should wait for @Seravy.
  7. Use this client exe and patch it. 2018-06-21aRagexeRE.zip But first modify this in src/login/login.cpp int login_get_usercount( int users ){ #if PACKETVER >= 20170726 if( login_config.usercount_disable ){ return 4; // Removes count and colorization completely }else if( users <= login_config.usercount_low ){ return 0; // Green => Smooth }else if( users <= login_config.usercount_medium ){ return 1; // Yellow => Normal }else if( users <= login_config.usercount_high ){ return 2; // Red => Busy }else{ return 3; // Purple => Crowded } #else return users; #endif } and change it like this: int login_get_usercount( int users ){ return users; } Credits: @Functor
  8. This requires a modification to the client and source. Which date are you using? @chaosclate
  9. You should upload it to the download section, btw great contribution.
  10. Si no funciona del modo que esperas, seguro es porque no es un modo oficial.
  11. Bueno tienes dos opciones, la primera es como dice @Waken ver si usas .txt o .sql, para ambas debes editar del lado del emulador y del lado del cliente con "iteminfo.lua" en caso de nuevos clientes e "itemslotcounttable.txt" en caso de antiguos clientes. Por otro lado tenemos el lado source, recuerdo que @Epoque tiene una mod source para agregar slots a items mediante npcs "ojo este no es como el tradicional que usa items duplicados y solo te los intercambia" sino que este genera altiro el slot. Creo que @Cydh tiene un showcase del código al que me refiero, lo dejaré en la parte inferior. Ya si esto interesa, consulta con alguno de los dos, para que puedan detallarte más. https://pservero.com/2012/12/04/addslot-and-removeslot-add-and-remove-equipment-slot/ https://pservero.com/2012/12/06/getitemslots2-get-items-slot-that-modified-by-addslot-and-removeslot/
  12. Cuentas con todos los .dll en tu carpera de KRO? algunos antivirus suelen cargase varios.
  13. Qué data estás utilizando?
  14. <servicetype>america</servicetype> <servertype>primary</servertype> <version>55</version> <langtype>1</langtype> Modifica estos campos, como lo que muestro arriba. edit: Mejor agrego un clientinfo completo para que puedas reemplazar por el tuyo y probar. <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>america</servicetype> <servertype>primary</servertype> <connection> <display>MYRO PRIVATE SERVER</display> <baloon>THE BEST SERVER OF 2020</baloon> <address>197.0.0.1</address> <port>6900</port> <version>55</version> <langtype>1</langtype> <registrationweb>WWW.MYWEB.COM</registrationweb> <yellow> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> <yellow> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> </loading> </connection> </clientinfo>
  15. Qué configuración tienes en el clientinfo?
  16. Converted the skill database to YAML
  17. Me refiero a las llaves de google captcha, probaste utilizando la dirección de tu web+login en vez que sólo la de tu web "rohispano.cl", lo comento solo para que pruebes.
  18. @KhrizPlayCL No estoy muy seguro, pero probaste generando el código con el link del fluxcp en el apartado de login?
  19. Use the default format and avoid modifying that? Did you try it?
  20. 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.
  21. 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 ?
×
×
  • Create New...