So, wie der Titel sagt, habe ich ein Problem mit dem Antihack. Immer wenn ich mich ein logge kommt immer "Error while logging in".
So sehen meine beiden Buffer.h-Datein aus:
Darauf steht im Antihack folgendes:
In der Cache.ini:
Und in der Neuz.exe:
Freue mich auf eure Antworten :)
So sehen meine beiden Buffer.h-Datein aus:
Code:
#define HEADERMARK '5' // Normal message header #define SYSHEADERMARK '%' // System message header
Code:
#define HEADERMARK 'F' // Normal message header #define SYSHEADERMARK 'E' // System message header
Code:
[connection] ; The IP of the server, which is running the cache server server_ip="127.0.0.1" ; The port the cache server is using (CacheServer.ini), may not be same as client_port server_port=5000 ; The port the client connects to client_port=15400 ; Maximum connections per IP (0 = infinite connections allowed) max_ip_connections=3 ; Maximum amount of connection attempts of a specific IP per minute (0 = infinite) ip_connections_per_minute=5 ; The leading byte of all packets. Edit it here if you did so in the FlyFF server. Else LEAVE IT at 0x5e. leading_byte=0x46 ; Do not change if you don't know, what you do! max_recv=70000 max_recv_space=10000
Code:
Core "127.0.0.1" Port "5000"
Und in der Neuz.exe:
Code:
STRINGTABLE
LANGUAGE LANG_KOREAN, 0x1
{
1, "127.0.0.1"
2, "1"
3, "0"
4, "1"
5, "1"
6, "SoD0001"
7, "15400"
8, "5000"
9, "5"
10, "1252"
11, "0"
}
Freue mich auf eure Antworten :)