Jump to content

Kakaroto

Members
  • Posts

    640
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Kakaroto

  1. Let's read: https://github.com/rathena/rathena/tree/master/doc
  2. Hello, I would like to give the subject of using the 'back to top' plugin in the ipb suite. It is relatively useful and helps a lot when it comes to browsing topics. Like this:
      • 1
      • Upvote
  3. @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.
  4. I use the 2018-06-21 version and it works normally, it may be your emulator configuration problem.
  5. 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.
  6. 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.
  7. Go to: Emulator/src/custom/defines_pre.h Add: #define PACKETVER 20180620 Recompile and test.
  8. Just read group.conf, and add a 'false' for command use in group minor. warp: [ true, false ]
  9. 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.
  10. This skills are not released Yet!
  11. Your problem is in line 127707, just see her. Press: CTRL+G and put this line 127707, press enter.
  12. 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.
  13. why not?
  14. Install GDB core dump: https://github.com/rathena/rathena/wiki/GDB
  15. Entendo, mas ficou muito bom o painel, limpo e com as informações bem divididas, parabéns.
  16. On m dedicated server: compile time 10s, using clean previous compilation.
  17. 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.
  18. 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.
  19. 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.
  20. Gepard Shield, 300 USD! It is the better.
  21. Ragnarok/System/ItemInfo_Sak.lub
  22. https://raw.githubusercontent.com/rathena/rathena/master/npc/re/mobs/dungeons/lhz_dun.txt This spawn mobs of lhz4
  23. add skill effect, a cast time and a little state icon to see the transformation time, it's much more complete!
  24. I believe it is necessary to make many changes, the script was not made for this emulator.
×
×
  • Create New...