Reason : Error While Logging in.
cachesever port = Port "5400"
Neuz port = 5500
my connection config
and here is my head mark from buffer.h
i'm use blessed source on base.
Thank you.
Tom's Version : Antihack v6.8.6
cachesever port = Port "5400"
Neuz port = 5500
my connection config
PHP Code:
[connection]
;chiller is king
; The IP of the server, which is running the cache server
server_ip="myip"
; The port the cache server is using (CacheServer.ini), may not be same as client_port
server_port=5400
; The port the client connects to
client_port=5500
; Maximum connections per IP (0 = infinite connections allowed)
max_ip_connections=10
; 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=0x5e
; Do not change if you don't know, what you do!
max_recv=70000
max_recv_space=10000
and here is my head mark from buffer.h
PHP Code:
#define HEADERMARK '^' // Normal message header
#define SYSHEADERMARK '%' // System message header
Thank you.
Tom's Version : Antihack v6.8.6