Jump to content

Mael

Forum Moderator
  • Posts

    837
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Mael

  1. 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
  2. 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
  3. Puedes tienes de todo un poco, revisa la carpeta conf "char_athena.conf" también tienes para configurar toda la carpeta battle...
  4. https://github.com/llchrisll/ROenglishRE/blob/master/Ragnarok/data/msgstringtable.txt
  5. This is somewhat contradictory ?
  6. Do you need an npc to preview cash items without sale? base shop or item list?
  7. Mael

    Data/Hexed

    https://rathena.org/board/topic/111830-tutorial-video-edition-how-to-setup-rathena-and-run-ragnarok-updated-2018-7-28/
  8. 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!
  9. It is not a function of rAthena, it is a resource for clients.
  10. You should wait for @Seravy.
  11. 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
  12. This requires a modification to the client and source. Which date are you using? @chaosclate
  13. You should upload it to the download section, btw great contribution.
  14. Si no funciona del modo que esperas, seguro es porque no es un modo oficial.
  15. 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/
  16. Cuentas con todos los .dll en tu carpera de KRO? algunos antivirus suelen cargase varios.
  17. Qué data estás utilizando?
  18. <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>
  19. Qué configuración tienes en el clientinfo?
  20. Converted the skill database to YAML
  21. 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.
×
×
  • Create New...