Jump to content

Kakaroto

Members
  • Posts

    638
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Kakaroto

  1. @Rytech Digital_Space, is a costume from jRO / kRO, but I think it also uses skill effect, because it is not a hateffect and stays in the sprites folder.
  2. I use the 2018-06-21 version and it works normally, it may be your emulator configuration problem.
  3. error post print, one of the errors up there was just missing files, the other was referring to packets. error post print to know what to do.
  4. Emulator/src/config/packets.h Change this: #ifndef PACKET_OBFUSCATION #define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.h or src/custom/defines_post.h //#define PACKET_OBFUSCATION_KEY1 <key1> //#define PACKET_OBFUSCATION_KEY2 <key2> //#define PACKET_OBFUSCATION_KEY3 <key3> /// Comment this to disable warnings for missing client side encryption #define PACKET_OBFUSCATION_WARN #endif For: #ifndef PACKET_OBFUSCATION //#define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.h or src/custom/defines_post.h //#define PACKET_OBFUSCATION_KEY1 <key1> //#define PACKET_OBFUSCATION_KEY2 <key2> //#define PACKET_OBFUSCATION_KEY3 <key3> /// Comment this to disable warnings for missing client side encryption #define PACKET_OBFUSCATION_WARN #endif But it's strange that you're still getting an error, new clients no longer have packet obisfaction, hang up there as in the example above, recompile and test.
  5. Go to: Emulator/src/custom/defines_pre.h Add: #define PACKETVER 20180620 Recompile and test.
  6. Just read group.conf, and add a 'false' for command use in group minor. warp: [ true, false ]
  7. add a compiler or something else 'util' to it, just the configuration is something relatively easy to do manually, maybe if it compiles it or if it is able to run the emulator in a window of the application itself yes, it would be something super interesting.
  8. Your problem is in line 127707, just see her. Press: CTRL+G and put this line 127707, press enter.
  9. Abra este link: https://github.com/rathena/rathena/tree/master/doc Só o que você tem que fazer é diferenciar as contas por grupos, vá ler e APRENDER como fazer as coisas ao invés de ficar pedindo TUDO de mão beijada no fórum.
  10. Install GDB core dump: https://github.com/rathena/rathena/wiki/GDB
  11. Entendo, mas ficou muito bom o painel, limpo e com as informações bem divididas, parabéns.
  12. On m dedicated server: compile time 10s, using clean previous compilation.
  13. Qual você acha que os usuários irão preferir usar? Um painel novo que necessitará de testes de segurança para se certificar que não tem falha para sql inject ou coisas assim, que não da suporte para doações e nem vote points? Ou um painel que já é usado pelos maiores servidores de ragnarok do mundo private inteiro? que tem integração com paypal, pagseguro e vote points funcionando perfeitamente. Seu projeto é interessante, mas se não pretende integrar ele com paypal, pagseguro e vote point difícilmente alguém o usará ou terá ele como primeira opção, não digo que ninguém o usará, apenas que não será a primeira opção e/ou escolha quando for escolher.
  14. It's something so simple. Go to: src/map/script.hpp before: HAT_EF_MAX Add your effect and add to in: src/map/script_constants.hpp After: export_constant(HAT_EF_C_SHINING_ANGEL_WING); Add your effect to. Recompile. for the client just add in the file hateffect.lub inside the data folder.
  15. Boas funções mas esse layout é horrível, isso de navegação lateral não é bonito, legal e muito menos interessante. Crie integrações com Pagseguro e torne nativo do painel, crie um sistema de vote point e deixe também nativo ou NINGUÉM usará, pois todo mundo acaba precisando disso.
  16. Gepard Shield, 300 USD! It is the better.
  17. Ragnarok/System/ItemInfo_Sak.lub
  18. https://raw.githubusercontent.com/rathena/rathena/master/npc/re/mobs/dungeons/lhz_dun.txt This spawn mobs of lhz4
  19. add skill effect, a cast time and a little state icon to see the transformation time, it's much more complete!
  20. I believe it is necessary to make many changes, the script was not made for this emulator.
  21. as well as the AI of the homunculi, Gravity has also removed the acction from the client, if you know and have good skills you might be able to restructure it.
  22. Yes, if you are a Gravity Dev Team.
×
×
  • Create New...