4144
Core Developers-
Content Count
1189 -
Joined
-
Last visited
-
Days Won
124
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by 4144
-
screen shorts show what your client never connected to server. clientinfo.xlm is typo? should be clientinfo.xml. also try put sclientinfo.xml file. Because some clients using clientinfo.xml and some other sclientinfo.xml.
-
How to fix button for Login and Create Character
4144 replied to tathanvocuc017's question in Database Support
probably broken translation try use msgstringtable from Asheraf's translation repo. -
probably better create separate topic, because server or client configuration unrelated to client exes list. also you should be sure what you configured server in correct way. and after you changed some files, need run make clean and build again. and in topic show server messages...
-
no, i not sure how they works. but i think for private server you should create same services, because from gravity will works only on official servers
-
you mean urls? i think this is service for work with twitter from client
-
use not very outdated hercules, it already have all packets.
-
kro often update different files, change formats etc. for working with exe on given date, you must always update all your data to same date.
-
use correct skill related lua files from kro and will be no this error.
-
Disconnected from server after selecting the character
4144 replied to Idlaz's question in General Server Support
Dont disable packets obfuscation -
Disconnected from server after selecting the character
4144 replied to Idlaz's question in General Server Support
Do you have any errors in map server console? -
here https://gitlab.com/4144/Nemo#game-guard-files
-
@MatthMG you must select patch "disable cheat defender" and put cdclient.dll from nemo
-
missing clientinfo.xml or sclientinfo.xml depend on client version
-
wrong lua files, or some lua files missing you need files for your client version, and not randomly grabbed from other client version
-
I mean check in one function is it works in correct way. at first call addToMSD, set your flag, then getFromMSD, and check your flag All this in one function
-
I can only retry what i said before
-
if you using clean item_db, issue in your constants.conf It show what you have in item scripts command bonus CONST, 5 Here CONST any constant name what you removed by some reason from constants.conf Other case mean you using custom missing constant in CONST field
-
if my_state == 1 you returning 0, but you said you want return 1 if you mean what my_state is not 1, try to check is you really save it correct in atcommand. after save in same command, read it back and check.
-
probably try Nemo? I not sure is it works for old clients like this, but you can try it.
-
If I remember correct, for each lang type need files with correct suffix. 0 - filename_kr.ext 1 - filename_OTHER.ext not sure what OTHER should be for lang type 1
-
Yes this is because new game guard. It detected client modifications.
-
[Zero] 2018-03-09aRagexe Can't select character
4144 replied to Vietlubu's question in Client-Side Support
by packet id confirmed, what server probably compiled with 20180309. But client sent unencrypted packet. this mean or you disabled encryption in client or, encryption in client broken. Some times it happend. In server settings disable encryption. in conf/map/battle/client.conf change packet_obfuscation to 0. packet_obfuscation: packet_obfuscation: 0