Jump to content

4144

Core Developers
  • Content Count

    1185
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. yes search not added yet. you can see old topic. progress still on same step
  2. yes sorry i mean party leader. you snipped look like for old clients only For newer clients here also AssistAddr = "127.0.0.1:7121" you can check is http things works by set guild emblems or emotes alt+m server should save/load this emotes. Also if requests going to api server, then you should look in console http requests to different urls.
  3. Only guild master should be allowed register here. what port you configured in external settings file? If port same with hercules api server port?
  4. And api-server merged. Now it's part of hercules.
  5. I created pull request with api-server code https://github.com/HerculesWS/Hercules/pull/3198
  6. may be issue with packet id encryption? Try enable it on both server and client. Or disable encryption on both server and client.
  7. on first screen you not wait until script complete. because this is you not get error and not get exe downloaded on second screen for some reason you run script from c:\windows\system32 but without admin rights. file downloaded but not saved because you not had rights. so again. read instructions and run downloader. and wait some minutes.
  8. this is only one mirror error. but here should be atleast 3 mirrors. You should wait some minutes
  9. you probably doing something wrong. Try follow instructions
  10. in hercules in configure enable epoll. in system settings if need increase connections count. default limit may works too. Also don't use centos 7. It was released 20 years ago. It very outdated.
  11. .hpp files is C++ code but hercules not using C++ at all. This mean you probably looking in wrong emulator
  12. version need too. need add this flag atleast --enable-packetver-sak
  13. this error mean you selected packet version missing in selected server type. try select sak clients type, and it should works. ./configure --enable-packetver-sak
  14. what packet version you using?
  15. idk stable or not, but packets can be tracked for 2012-07-10 and newer For any older clients than 2012-07-10 packets may works or may not. all depend is this client was tested by devs in past.
  16. if 2018 commits can works latest should be too But anyway in older or newer hercules you may have issues. Because for clients older than 2012 no shuffle packets can be extracted. This mean some packets can be outdated or not working. If you want old client with normal packets use 2012-07-10 or newer clients.
  17. why you want use very old version? why not use latest?
  18. you can ignore error about clock source. on your host look like no other clock sources your server look like not started because something wrong. on arm you must disable memory manager, it enabled by default. need use atleast this ./configure --disable-manager then make
  19. Directly sql_connection.conf not support import folder. But you can use hack for any conf files loaded from "@import". But for this need duplicate this file for each server. for login, for char and for map. Store your file in this dirs conf/import/include/login-server/conf/global/sql_connection.conf conf/import/include/char-server/conf/global/sql_connection.conf conf/import/include/map-server/conf/global/sql_connection.conf
  20. you can use tools/skilldbconverter.php
  21. Probably it disabled in sakray clients only? I tested on 2022-11-02 and /skip works. It show on/off messages. Try use non sakray clients. See here: http://nemo.herc.ws/downloads/ In sakray exists in instruction this line You should select clients where this line missing in instructions.
  22. this is hercules forum, but you wrote hello rathena. you sure it disabled? it should works fine. may be in some only old clients it disabled? Also this command was not exists in zero and was added to zero not long ago.
  23. what are you doing? look like you try to apply default hercules commits to outdated hercules? but why? you said something about plugins...
×
×
  • Create New...

Important Information

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