changed:
dynamic_pass_failure_ban_how_many:from 3 to 7 dynamic_pass_failure_ban_how_long:from 60 to 5 as in official servers. [Musashiden] git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7383 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
3ce9e8c6e6
commit
1a99c43f42
@ -4,6 +4,10 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
|
||||
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||
|
||||
2006/05/28
|
||||
* changed:
|
||||
dynamic_pass_failure_ban_how_many:from 3 to 7
|
||||
dynamic_pass_failure_ban_how_long:from 60 to 5
|
||||
as in official servers. [Musashiden]
|
||||
* Added a check in script command "set_option" so that invoking
|
||||
"set_option(0)" removes Cart/Peco/Falcon, as expected by scripts. [Skotlex]
|
||||
* Added trade-range check on trade start. [Skotlex]
|
||||
|
@ -174,8 +174,8 @@ use_MD5_passwords: no
|
||||
ipban: 1
|
||||
dynamic_pass_failure_ban: 1
|
||||
dynamic_pass_failure_ban_time: 5
|
||||
dynamic_pass_failure_ban_how_many: 3
|
||||
dynamic_pass_failure_ban_how_long: 60
|
||||
dynamic_pass_failure_ban_how_many: 7
|
||||
dynamic_pass_failure_ban_how_long: 5
|
||||
dynamic_account_ban: 1
|
||||
dynamic_account_ban_class: 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user