Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. 4144

    Nemo patcher

    Fixed for new clients patches "Enable Emblem hover for BG" and "Use Custom Aura Limits". Both untested
  2. 4144

    Nemo patcher

    Patch EnableEmblemForBG only show emblem. For position changes probably need create another patch. I will check is it simple to change positions of emblem.
  3. 4144

    Nemo patcher

    Why you spammed unrelated commits with this bugs? If you want report something in repository, please create issue and describe what not working.
  4. 4144

    Nemo patcher

    @Functor thanks. In this patches really was error. https://gitlab.com/4144/Nemo/commit/ef3a19ac4b68f280b8e7122fefa94a9e51667381
  5. Structure is same. If no keys, or bpe cant find it, it not add keys at all. you can use 0x0 for all keys. Shuffle packets for this version cant be found. All other informations is same. Try compare format for any file where peek works and to bpe_PacketLengths_20100623.ini
  6. Can you check same issue on one of latest kro clients? I mean 2017-12 ot 2017-12
  7. Zero client not support questid2display.txt at all. I think it using lua files for quests. And if this files removed from grf, will be not quests. 112112113 probably you using quests in grf from main kro client, but it may not works. Or server quest may be missing in quests lua files.
  8. bpe_PacketLengths_20100623.ini this is packets in peek format. Because you asked in peek thread, i think you can undestand this format? If not format like this: ID = LEN
  9. @Ernestosee bpe project. It can extract packets for this version, but shuffle packets will be missing because unknown logic how detect it in old clients. Also missing keys. Not remember is 2010-x clients support encryption keys.
  10. see log directory. If it not exists, create it and run server again.
  11. For save you chnages use git. It created specially for contains different versions of files. About your error. You must check only some first errors. All other errors only because you corrupted items db.
  12. if state 0, account not banned if state is non zero, banned. And value (state - 1) will be sent to client in auth error packet. This mean any non zero values only have any meaning for client.
  13. 4144

    PEEK fork

    This is fork of peek packet extractor. Can be downloaded here: https://gitlab.com/4144/peek Changes: For now fixed packets extraction for new clients. Fixed packets extraction if client not have encryption packets (not kro) Known issues: Packet captures not works for new clients.
  14. @astralprojection yes hercules support any existing zero clients. But sadly not all versions can be unpacked. For client exe you can see For full client, you can download from gravity zero site. Or use one premade somewhere on rathena forums. For now not all new zero pckets implimented, this mean cant see some new effects.
  15. This tool allow extract packets from old clients before 2013 version. For newer versions can be extracted not all packets. Another feature dump some packet related function addresses and create ida pro script file for name this functions. Usage information can found in readme. https://gitlab.com/4144/bpe/ For run bpe need linux or wsl in windows 10. Also need python2 installed.
  16. 4144

    Nemo patcher

    cashshop should works on some older client versions
  17. 4144

    Nemo patcher

    in zero cacheshop probably disabled. somewhere in code by special check. this check probably going from lua or from server flags. Even if cashshop created in client, it invisible for some reason. About roulette not sure, probably it was removed completly?
  18. Hercules support all kro clients starting from 2014 to 2017. Missing two very latest clients (2017-12-20 and 2017-12-27) Also hercules support all kro zero clients. Except same two versions missing in main kro clients.
  19. 4144

    Nemo patcher

    Add new patch for "hide lua errors" Updated patches from secretdataz fork (Hide buttons patches)
  20. 4144

    Nemo patcher

    can you show screen short of error? because here can be too many errors, and not sure what hide all errors is good idea.
  21. in future hercules probably will support more than one script engine based on plugins system. but for now we cant drop existing scripts engine, because old scripts.
  22. try upload your exe before and after patching into virustotal. and gave here links.
  23. @Beret Nemo change client exe. it may change anything what was coded in patches. But opensetup change registry and local files configurations.
  24. I think it both need client and server changes
  25. 4144

    Error on skills

    Update hercules to latest release or if you prefer old releases, update to 2017.11.19+2 release https://github.com/HerculesWS/Hercules/releases/tag/v2017.11.19%2B2 2017.11.19+2 is same with 2017.11.19 + some fixes.
×
×
  • Create New...

Important Information

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