Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. dont copy files from windows. windows corrupting files. simpler clone repository on linux than fixing all errors what you get from windows.
  2. you mixed mysql configuration and compilation into one program after you ends with mysql, need exit mysql command line tool.
  3. 39141 is not version, but look like some random number? commits with this not exists missing. If you using this id from svn emulation, it really random number and mean nothing. You can see version at start hercules. it show date with number after it like this Try disable plugins, and may be it will fix your drops
  4. 4144

    Nemo patcher

  5. yes search not added yet. you can see old topic. progress still on same step
  6. 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.
  7. Only guild master should be allowed register here. what port you configured in external settings file? If port same with hercules api server port?
  8. And api-server merged. Now it's part of hercules.
  9. I created pull request with api-server code https://github.com/HerculesWS/Hercules/pull/3198
  10. may be issue with packet id encryption? Try enable it on both server and client. Or disable encryption on both server and client.
  11. 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.
  12. this is only one mirror error. but here should be atleast 3 mirrors. You should wait some minutes
  13. you probably doing something wrong. Try follow instructions
  14. 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.
  15. .hpp files is C++ code but hercules not using C++ at all. This mean you probably looking in wrong emulator
  16. version need too. need add this flag atleast --enable-packetver-sak
  17. 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
  18. what packet version you using?
  19. 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.
  20. 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.
  21. why you want use very old version? why not use latest?
  22. 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
  23. 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
×
×
  • Create New...

Important Information

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