summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-11-09 01:11:01 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-14 19:00:30 +0300
commite3c8212c05c63e5e500710f151044de9e4a95257 (patch)
treef4418e1892408964812f33ac0707c46cb6773f9e /conf
parent7a56179426d488a351f05088d03ace75d6aca4f8 (diff)
downloadhercules-e3c8212c05c63e5e500710f151044de9e4a95257.tar.gz
hercules-e3c8212c05c63e5e500710f151044de9e4a95257.tar.bz2
hercules-e3c8212c05c63e5e500710f151044de9e4a95257.tar.xz
hercules-e3c8212c05c63e5e500710f151044de9e4a95257.zip
Add option for fix hit after warp.
Introduced new configuration option: fix_warp_hit_delay_abuse. Official way is to set this option to false.
Diffstat (limited to 'conf')
-rw-r--r--conf/battle/player.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/battle/player.conf b/conf/battle/player.conf
index babd6cfc3..cc2655580 100644
--- a/conf/battle/player.conf
+++ b/conf/battle/player.conf
@@ -51,6 +51,9 @@ basic_skill_check: yes
// Value is also affected by 'invincible_time_inc' mapflag
player_invincible_time: 5000
+// When set to true, it prevent portal abuse for avoid hits. Official value is false.
+fix_warp_hit_delay_abuse: false
+
// The time interval for HP to restore naturally. (in milliseconds)
natural_healhp_interval: 6000