Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. In lines like | SQL_ERROR == SQL->StmtBindColumn(stmt, 0, SQLDT_UINT, &p->woe_statistics.top_damage, 0, NULL, NULL) you should replace 0 to field size what you using for example line it should be like this: | SQL_ERROR == SQL->StmtBindColumn(stmt, 0, SQLDT_UINT, &p->woe_statistics.top_damage, sizeof p->woe_statistics.top_damage, NULL, NULL) do same for other fields
  2. This patch will not works anymore. Because new clients using new quests packets, same like zero clients.
  3. New packets for in my pull request, but now merged too. Probably you looking wrong branch, see master branch.
  4. Search packets in hercules. But nemo may not works yet with this client.
  5. 4144

    PEEK fork

    @luan122 what you mean? If you mean packet keys, yes it can extract it atleast for kro clients.
  6. @melv0 private servers i think will works fine. For kro need use windows vm for login. And only test server will works (ragexeRE)
  7. In screenshot i see "ar ROP'". I mean this string.
  8. @Dream Catcher can you show whole string under cursor? I cant find it in msgstringtable. Probably issue in this string.
  9. sadly no, zero clients impossible to unpack.
  10. Hercules support all or most zero clients, even version what cant be unpacked. Support some new zero client packets. But for now we not adding special skills or stats or what ever related to zero. Also exists some issues with some packets, because long standing pull requests still not merged.
  11. 4144

    Nemo patcher

    Update "Enable 64k Hairstyle" patch. But totally untested. Some one can test it?
  12. 4144

    Nemo patcher

    updated some patches for 2018 clients.
  13. @WhiteEagle This green message from msgstringtable. If you using hercules, you can disable information about players on server.
  14. I need to know closed client versions where crash exists and not exists. Because i cant test X button by self, it not present in wine.
  15. 4144

    Nemo patcher

    fixed patch "Enable guild while in clan" for 2018 clients
  16. red code show call skill on PLAYER. this is not mob. this is your error.
  17. then yes this is your issue. you cast player to mob. and calling mod skill on player. memory corruption is hercules issue, but normally no one call mob skill on player.
  18. you using any plugins or mods? if yes, try on clean hercules. error mostly mean memory corruption, but it not say where and why. In windows i not sure what exists any simple way to debug this.
  19. wrong forum? look like your screen from rathena. I think for now rathena not add latest clients packets. Wait a bit or poke some devs.
  20. 4144

    Nemo patcher

    fixed map effect addon for 2018 clients
  21. @OmarAcero you can get any old kro version and use rsu to update it.
  22. it show error in lua files.
  23. 4144

    Nemo patcher

    Fixed patch "Increase Headgear ViewID"
  24. dont change packet encryption in client at all. in hercules select correct packet version. and rebuild server. also in conf set if you changed packet_obfuscation: 2
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.