4144
Core Developers-
Content Count
1189 -
Joined
-
Last visited
-
Days Won
124
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by 4144
-
[Zero] 2018-03-09aRagexe Can't select character
4144 replied to Vietlubu's question in Client-Side Support
Virtue, version already set by configure. -
[Zero] 2018-03-09aRagexe Can't select character
4144 replied to Vietlubu's question in Client-Side Support
what about client patches? you disabled encryption keys? in server side encryption look like enabled or auto. -
modified something related to updates i think
-
new clients not checks file names anymore
-
[Zero] 2018-03-09aRagexe Can't select character
4144 replied to Vietlubu's question in Client-Side Support
probably you using old hercules? also here two branches stable and master... -
[Zero] 2018-03-09aRagexe Can't select character
4144 replied to Vietlubu's question in Client-Side Support
look like your server still using wrong packet version. after you run configure with new flags or change headers, need rebuild server from scratch. this mean commands: ./configure --enable-packetver=20180309 --enable-packetver-zero make clean make sql -
@Virtue only after some one return it back. For now pull requests from Smoke is closed. But code still present. Need atleast reabase it on top of latest hercules.
-
for new clients i think if use non korean lang type, need remove some or most files from _kr suffix to your suffix. for russia i think it will be _ru or may be _rus.
-
you not showed what happened with login server. and say nothing about it. run 3 server each in own window and if it not work, show errors from each server
-
in your screenshots you should probably char and map servers. but not show login server. probably it stopped or crashed?
-
3306 is sql port. but default port for login server is 6900 for char 6121 for map 5121 If you changed them all to 3306, nothing will works.
-
if nemo crashed, here probably no one can help, because binary is closed source and author is gone. But you can try run it on other os or without antivirus. Also try less patches And try to other clients, is it crashing too or not
-
Latest zero client using 0 keys for packet encryption. Now it using cheat defender and it encrypt all packets and not only id. For private servers need disable cheat defender. But if set non zero keys, they will works again. This mean it already disabled.
-
Add patch "Disable Cheat Defender Game Guard" for disabled cheat defender. This game guard from version 2018-03-15 used in zero clients and probably will be used in kro main. Also included replacment for cheat defender dll CDClient.dll After this patch client not do any packets encryption and can connect to hercules.
-
How create new maps and filds (Files.mcache)
4144 replied to OmarAcero's question in General Server Support
in windows copy plugin binary mapcache.dll into plugins directory in hercules. then open command line in hercules directory and run commands what was in previous messages. in linux you using wrong directory. put files in /home/data/data. dir /home/data is your client root, /home/data/data is data directory in client. -
How create new maps and filds (Files.mcache)
4144 replied to OmarAcero's question in General Server Support
probably you changed some make files? or may be using old hercules version where no mapcache plugin? see in src/plugins, should be file mapcache.c -
How create new maps and filds (Files.mcache)
4144 replied to OmarAcero's question in General Server Support
build server build mapcache plugin make plugin.mapcache run command for help about command line parameters ./map-server --load-plugin mapcache --help See all commands about map cache and select what you want. For add map probably you want ./map-server --load-plugin mapcache --map youmapname -
probably you forgot replace NULL in other mods?
-
probably you getting other error?