Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. why this? If you want it for rathena, it not supported. for herc you can use any other existing clients up to latest.
  2. What about herc, you can reproduce crash or assert?
  3. yes issue same. herc works fine but want about possible issues. In worst case herc may crash here. I already fixed this in my update packets pr.
  4. use gdb for get back trace on linux or use visual studio on windows
  5. in this month was not yet release. I think will be in new release
  6. no, sorry i no do any translations
  7. look like some issue in grf or data or system folder. Try search really working translations and grf and test is it still crashing
  8. @utofaery to see crash need some kind of crash dump, atleast something. Also do you have any custom mods or plugins?
  9. can you show whole output from login server? It simple copy/paste
  10. this errors probably because you using wrong packet version. minimal commands to change packet version this: make clean ./configure --enable-packetver=20151104 --enable-packetver-re make i can post this link again: http://nemo.herc.ws/clients/2015-11-04aRagexeRE/#build-hercules You must run ALL this commands. And if server compiled fine, only after this you can use selected packet version If after this steps you still have errors, can you show whole output from login server? And not random part of it?
  11. Error in plugin. i can be -1. and this is invalid index.
  12. Why you created @pk.so? After you put plugin source in src/plugins, need compile this plugin run make plugin.@pk after if was no errors, you can start server
  13. 1. you defined packet version 20151104 for main client type but in next part you show RE client. this mean you selected wrong packet version. See how build for 2015-11-04aRagexeRE in this page: http://nemo.herc.ws/clients/2015-11-04aRagexeRE/#build-hercules If you using visual studio, you must also uncomment line //#define ENABLE_PACKETVER_RE into #define ENABLE_PACKETVER_RE 2. if after this changes you still have same error, probably you messed with encryption keys. Do not disable encryption in nemo and do not disable encryption in hercules.
  14. 4144

    Nemo patcher

    What hercules commit you using?
  15. look like you using wrong packet version. what client version and packet version you using?
  16. 4144

    Nemo patcher

    You can answer in my previous question? do you copy cdclient.dll? If not client will not works.
  17. 4144

    Nemo patcher

    probably you forgot patch "Copy cheat defender" or copy cdclient.dll from nemo manually to your client dir?
  18. Futures already added to hercules: Inventory expanding http://imgc1.gnjoy.com/ufile/ro/2018/11/21/QK3O60RA1MGOMU301NUO.gif Supported from clients: 2018-10-31 ragexe/ragexeRE, 2018-11-14 zero. For expand inventory need to have in inventory item Inventory_Extension_Coupon (25793) Barter shop Supported from clients: 2019-01-16 ragexe/ragexeRE, 2018-12-26 zero. For shop barter shop need uncomment line "npc/custom/bartershop.txt", in npc/scripts_custom.conf. Barter shop demo npc will be added in prontera at (159, 284). Most client exes can be downloaded here: http://nemo.herc.ws/downloads/
  19. 4144

    Nemo patcher

    Some one want translate nemo to own language? From old nemo features exists translations for some strings only, but now possible translate almost all texts. For basic strings need open UI_LANGUAGE.ini (for example UI_Russian.ini) and translate strings after = to own language For patches types, messages etc need open Patches_LANGUAGE.ini (for example Patches_Russian.ini) and translate strings after = to own language. If need for language, nemo can display text in left to right or right to left.
  20. 4144

    Nemo patcher

    Add new patch "Draw shield on top of other player sprites"
  21. crashing and bugs depend on data/grf what you using and patches enabled in nemo. very stable way is to use client exe with official data for this client. But with official updater you can get in this way only latest client exe and data. If use data/grf from other client version can be some issues, but people probably can help to fix them.
  22. zero is another server created by gravity. It was created with some additional features if compare to normal kro. But most changes from zero going to normal client and changes from normal client going to zero. Often zero client getting new features before main clients. For example in past inventory expansion was added to zero first. And now barter shops added to zero. Hercules support all 3 client types from kro ragexe, ragexeRE and from zero ragexe. Clients exe you can download from here (unchanged versions from official and mirrors): http://nemo.herc.ws/downloads/ If you want very latest features in hercules need use pull request https://github.com/HerculesWS/Hercules/pull/2339 until it was not merged to hercules.
  23. packet 0x044A is client version. Look like some old client sending it on connect, for now you can ignore warning about 0x044A. It will be added in some new hercules versions
×
×
  • Create New...

Important Information

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