diff options
Diffstat (limited to 'conf/battle/player.conf')
-rw-r--r-- | conf/battle/player.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/battle/player.conf b/conf/battle/player.conf index 32e3673f7..f493f6b67 100644 --- a/conf/battle/player.conf +++ b/conf/battle/player.conf @@ -1,5 +1,5 @@ //-------------------------------------------------------------- -// rAthena Battle Configuration File +// Hercules Battle Configuration File // Originally Translated by Peter Kieser <pfak@telus.net> // Made in to plainer English by Ancyker //-------------------------------------------------------------- @@ -46,7 +46,8 @@ basic_skill_check: yes // When teleporting, or spawning to a map, how long before a monster sees you if you don't move? (time is in milliseconds) // That is, when you go to a map and don't move, how long before the monsters will notice you. -// If you attack a monster, it will attack you back regaurdless of this setting. (I think) +// When moving, attacking or doing similar actions, the effect ends instantly. +// Value is also affected by 'invincible_time_inc' mapflag player_invincible_time: 5000 // The time interval for HP to restore naturally. (in milliseconds) @@ -139,6 +140,6 @@ character_size: 0 // items from Autoloot (0: disabled). idle_no_autoloot: 0 -// Minimum distance a vending must be from a NPC in order to be placed +// Minimum distance a vending/chat room must be from a NPC in order to be placed // Default: 3 (0: disabled). -min_npc_vending_distance: 3
\ No newline at end of file +min_npc_vendchat_distance: 3
\ No newline at end of file |