diff options
author | AnnieRuru <jeankof@ymail.com> | 2015-10-31 00:08:22 +0800 |
---|---|---|
committer | AnnieRuru <jeankof@ymail.com> | 2015-10-31 00:08:22 +0800 |
commit | 583ecd7e050413a4a6bd3845fb6124a3770abeb0 (patch) | |
tree | 30df861f49f7b5a9aead29ca141e3e32f5e6b45e /conf/battle/player.conf | |
parent | 1be5817fdbefb0ad9bb760f1bc7eecdc2a7bb961 (diff) | |
download | hercules-583ecd7e050413a4a6bd3845fb6124a3770abeb0.tar.gz hercules-583ecd7e050413a4a6bd3845fb6124a3770abeb0.tar.bz2 hercules-583ecd7e050413a4a6bd3845fb6124a3770abeb0.tar.xz hercules-583ecd7e050413a4a6bd3845fb6124a3770abeb0.zip |
Add new config to allow player vend/chat room nearby hidden npc
make changes to (#837)
- mske better battle_config clarification
- Add FAKE_NPC constant in the source and use them
- also use the HIDDEN_WARP_NPC constants
Diffstat (limited to 'conf/battle/player.conf')
-rw-r--r-- | conf/battle/player.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/battle/player.conf b/conf/battle/player.conf index 4ddd3a30a..84f53af5e 100644 --- a/conf/battle/player.conf +++ b/conf/battle/player.conf @@ -148,7 +148,8 @@ idle_no_autoloot: 0 // Default: 3 (0: disabled). min_npc_vendchat_distance: 3 -// Can players vend/chat room nearby hidden npc? (Ie: FAKE_NPC/HIDDEN_WARP_NPC) +// If min_npc_vendchat_distance is enabled, +// can players vend/chat room nearby hidden npc? (Ie: FAKE_NPC/HIDDEN_WARP_NPC) vendchat_near_hiddennpc: no // Super Novice's fury is enabled to increments of 10%, such as at 10.0%, 20.0% - 80.0%, 90.0% |