From d2d734ce0983fbed72e69f555f57f29de04f30b3 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 9 Mar 2013 00:04:28 -0300 Subject: Hercules Renewal'd Pin Code Feature is not, I repeat, NOT complete. the decryption is not fully functional which leads to dial values different from the ones the player used. Credits: lemongrass3110 for the base yommy for the packets LightFighter for the decrypt function (altho its not stable :P) Signed-off-by: shennetsind --- conf/char-server.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'conf') 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 -- cgit v1.2.3-60-g2f50