N e s s 3 Posted May 24, 2014 its great if hercules devs will implement a optional pin code system Quote Share this post Link to post Share on other sites
quesoph 105 Posted May 24, 2014 //==================================================================// Pincode system//==================================================================// 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: enabledpincode_enabled: 1// Request Pincode only on login or on everytime char select is accessed?// 0: only on login (default)// 1: everytime the char select window is accessedpincode_charselect: 0// How often does a user have to change his pincode?// Default: 0// 0: never// X: every X minutespincode_changetime: 0// How often can a user enter the wrong password?// Default: 3// NOTE: The maximum on clientside is 3pincode_maxtry: 3 this? Quote Share this post Link to post Share on other sites
N e s s 3 Posted May 24, 2014 //==================================================================// Pincode system//==================================================================// 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: enabledpincode_enabled: 1// Request Pincode only on login or on everytime char select is accessed?// 0: only on login (default)// 1: everytime the char select window is accessedpincode_charselect: 0// How often does a user have to change his pincode?// Default: 0// 0: never// X: every X minutespincode_changetime: 0// How often can a user enter the wrong password?// Default: 3// NOTE: The maximum on clientside is 3pincode_maxtry: 3 this? what i meant is for example: server side (enable pin code) -> when you login you can choose whether you put pin code in your acc or not (client side) Quote Share this post Link to post Share on other sites
malufett 247 Posted May 24, 2014 what i meant is for example: server side (enable pin code) -> when you login you can choose whether you put pin code in your acc or not (client side) ah...I saw this function in aegis but not enabled in official server..where there is a settings where you can put acc ids that will not required pin upon login and even code combination that cannot be used for pin system... Quote Share this post Link to post Share on other sites
Question 0 Posted May 25, 2014 The above script is already in the emulator? Quote Share this post Link to post Share on other sites
Mystery 594 Posted May 26, 2014 The above script is already in the emulator? Yup. Check your char-server.conf: https://github.com/HerculesWS/Hercules/blob/master/conf/char-server.conf Quote Share this post Link to post Share on other sites
pan 87 Posted May 29, 2014 The above script is already in the emulator?Yup. Check your char-server.conf: https://github.com/HerculesWS/Hercules/blob/master/conf/char-server.conf I guess what he means is that he wants pin-code to be optional, only players that request this system would have to input a PIN every time they log-in. I don't think we have such system, but it seems like a good idea... 1 N e s s reacted to this Quote Share this post Link to post Share on other sites