diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/char-server.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/conf/char-server.conf b/conf/char-server.conf index 4ed7c1a26..26503f468 100644 --- a/conf/char-server.conf +++ b/conf/char-server.conf @@ -159,4 +159,25 @@ char_del_delay: 86400 // What folder the DB files are in (item_db.txt, etc.) db_path: db +//================================================================== +// Pincode system -- INCOMPLETE / BROKEN +//================================================================== + +// A window is opened before you can select your character and you will have to enter a pincode by using only your mouse +// NOTE: Requires client 2011-03-09aragexeRE or newer. +// 0: disabled +// 1: enabled +pincode_enabled: 0 + +// How often does a user have to change his pincode? +// Default: 0 +// 0: never +// X: every X minutes +pincode_changetime: 0 + +// How often can a user enter the wrong password? +// Default: 3 +// NOTE: The maximum on clientside is 3 +pincode_maxtry: 3 + import: conf/import/char_conf.txt |