Jump to content

Unknown

Premium
  • Posts

    70
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Unknown

  1. No, the packets are good, it's random and sometimes it's non-existent packets
  2. You can use Enigma Virtual Box, which allows you to pack your executable with any files of your client.
  3. It is already too easy to use it, don't need to be released
  4. I don't have used tutorial. I added this system from myself.
  5. Hello all, Sometimes when a player use a skill with a weapon costume equipped, the animation does not finish, or the textures are not shown. It happens randomly and only with costume weapon. Example in this video : [Hidden Content]
  6. Hello, In this line : Replace sizeof(gpc.name) by strlen(gpc.name) and static_cast<const char *>(gcp.name) by gpc.name. Tested and worked.
  7. Hello all, I added the costume weapon system in my server, all works good but i have a last bug and I don't know how to solve it. When I hit with normal weapon + costume weapon all is good, but if I unequip the normal weapon and I hit with just the costume equipped I got disconnected after few seconds. I can see in table log.hack_log the message "Combo". I tried a lot of thing and nothing works, somebody have an idea ?
  8. Hello all, I know a lot of topic already exist about this, but no one fixes the problem. I'm using NOVALINE client and MAINLINE game/db. Randomly when me or my players go in the map C1 (I don't know about others maps), the client just crashes with this error in SYSERR.txt : "Unknown packet header: XX, last : XX XX". The headers are never the sames so it is really hard to find what is the problem. Example : One line per crash, always differents headers. Does someone know how to fix it ?
  9. Hello all, I know a lot of topic already exist about this, but no one fixes the problem. I'm using NOVALINE client and MAINLINE game/db. Randomly when me or my players go in the map C1 (I don't know about others maps), the client just crashes with this error in SYSERR.txt : "Unknown packet header: XX, last : XX XX". The headers are never the sames so it is really hard to find what is the problem. Example : One line per crash, always differents headers. Does someone know how to fix it ?
  10. You edited the SQL part, you need to do the same for the item_proto client
  11. In cmd.cpp set "HIGH_WIZARD" to the block_chat command : [Hidden Content]
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.