diff options
author | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-03-29 01:25:50 -0300 |
---|---|---|
committer | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-04-08 10:26:29 -0300 |
commit | 57ba23012d78b8bae37953d65831e932d1365283 (patch) | |
tree | 28aec1aed5c3112b2fbd6a6800f2c036826f4f5b /conf | |
parent | 38527550c17241e1c905f8077f6589413091087e (diff) | |
download | hercules-57ba23012d78b8bae37953d65831e932d1365283.tar.gz hercules-57ba23012d78b8bae37953d65831e932d1365283.tar.bz2 hercules-57ba23012d78b8bae37953d65831e932d1365283.tar.xz hercules-57ba23012d78b8bae37953d65831e932d1365283.zip |
Allow guild skills cooldown to continue when logged out
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/guild.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/map/battle/guild.conf b/conf/map/battle/guild.conf index c8f8db8c3..90282ef53 100644 --- a/conf/map/battle/guild.conf +++ b/conf/map/battle/guild.conf @@ -39,10 +39,11 @@ guild_exp_limit: 50 // Maximum castles one guild can own (0 = unlimited) guild_max_castles: 0 -// Restart guild skills cooldown by relog? (Note 1) -// When false, you relog with the same cooldown remaining as from when you -// logged out, true restarts the cooldown upon login to its full duration. -guild_skill_relog_delay: false +// How guild skills cooldown works? +// 0 - you relog with the same cooldown remaining as from when you logged out +// 1 - restarts the cooldown upon login to its full duration. +// 2 - like 1, but your logged off time is also decreased from the remaining cooldown (Aegis) +guild_skill_relog_delay: 2 // Damage adjustments for WOE battles against defending Guild monsters (Note 2) castle_defense_rate: 100 |