
4144
Core Developers-
Content Count
1154 -
Joined
-
Last visited
-
Days Won
118
4144 last won the day on November 3 2022
4144 had the most liked content!
About 4144

-
Rank
Advanced Member
- Birthday July 18
Contact Methods
-
Discord
4144#5734
-
IRC Nickname
_41444d494e_
-
Website URL
https://discord.com/invite/ByEQHDf
Profile Information
-
Gender
Male
-
Github
4144
-
Emulator
Hercules
-
Client Version
latest
-
Hi I'm Error using 2013-08-14 RAGEXE Unsupported Packet Ver
4144 replied to jimboy09232's question in General Server Support
may be issue with packet id encryption? Try enable it on both server and client. Or disable encryption on both server and client. -
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.
-
this is only one mirror error. but here should be atleast 3 mirrors. You should wait some minutes
-
you probably doing something wrong. Try follow instructions
-
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.
-
trouble locating files for max levels
4144 replied to LutaReyli's question in General Server Support
.hpp files is C++ code but hercules not using C++ at all. This mean you probably looking in wrong emulator -
version need too. need add this flag atleast --enable-packetver-sak
-
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
-
what packet version you using?
-
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.
-
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.
-
why you want use very old version? why not use latest?
-
[Error]: Unoptimal clock source detected: 'arch_sys_counter'
4144 replied to enyepada's question in Linux Support
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