Toms anti hack Error while logging in

07/08/2013 19:07 amirshu#1
hey elitepvpers...
i try to set up the toms on my server..
when i login to the server it write to me error while logging in

i remmber that the solve is to define something on the neuz..
can someone tell me what should i define and where?

ty for helps...
07/08/2013 21:30 Chriѕ#2
Check your Headermark is it the same ?
07/08/2013 21:46 amirshu#3
Quote:
#define HEADERMARK '^' // Normal message header
#define SYSHEADERMARK '2' // System message header
is it ok?
07/08/2013 23:36 Deadline.#4
And what is your antihack config?
07/09/2013 00:46 amirshu#5
i am use 6.8.6 toms anti hack

config.ini
Quote:
[files]
;chiller is king
; Language file (GER.ini for german, ENG.ini for english)

;langfile="./lang/GER.ini"
langfile="./lang/ENG.ini"


; ---------------------------------------


; Path to the connection file
connfile="./config/connections.ini"

; Path to the game file
gamefile="./config/game.ini"

; Path to the spamlimiters file
spamfile="./config/spamlimiters.ini"

; Path to the detections file
detectfile="./config/detections.ini"

; Path to the admin file
adminfile="./config/admin.ini"

; Path to the commands file
cmdfile="./config/commands.ini"


; ---------------------------------------


; Path to the admin file
adminlist="./data/adminlist.txt"

; Path to the ban file
banlist="./data/banlist.txt"


; ---------------------------------------


; Path to the log folder
logfolder="./log"


; ---------------------------------------


; Path to the input file
inputfile="./input.txt"
connection.ini
Quote:
[connection]
;chiller is king
; 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=15400

; The port the client connects to
client_port=15500

; Maximum connections per IP (0 = infinite connections allowed)
max_ip_connections=5

; 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
game.ini
Quote:
[game]
;chiller is king
; The server name
server_name="Addiction Flyff"

; The rates
rates_exp=500
rates_drop=500
rates_penya=750

; Determines if chat messages from players are shown in the console
show_chats=0

; Notice loop message file
notice_loop_message_file="./config/notice_loop.txt"

; Notice loop interval (the interval in seconds between sending notice_loop_msg) (0 = off)
notice_loop_interval=3600

; Minimum adminlevel required to play
min_admin_level=0

; Time difference to the displayed time (e.g. summer and winter time)
time_diff=0

; Allowed chars for name
allowed_name_chars="abcdefghijklmnopqrstuvwxyzABCD EFGHIJKLMNOPQRSTUVWXYZ1234567890[]_ "
07/09/2013 00:54 Deadline.#6
Code:
#define	SYSHEADERMARK	'2'	 // System message header
Replace 2 with % and it will work.
07/09/2013 01:46 amirshu#7
ya it works :DD ty
you can close this thread
07/09/2013 09:13 Reavern#8
#closed