diff options
author | AnnieRuru <jeankof@ymail.com> | 2015-10-29 17:12:02 +0800 |
---|---|---|
committer | AnnieRuru <jeankof@ymail.com> | 2015-10-29 17:12:02 +0800 |
commit | 1be5817fdbefb0ad9bb760f1bc7eecdc2a7bb961 (patch) | |
tree | 18874c88ef96d35bfac78220783303ed76147710 /conf | |
parent | 6abd0fb8b1bbfe2101cc68503897b0449027fb3d (diff) | |
download | hercules-1be5817fdbefb0ad9bb760f1bc7eecdc2a7bb961.tar.gz hercules-1be5817fdbefb0ad9bb760f1bc7eecdc2a7bb961.tar.bz2 hercules-1be5817fdbefb0ad9bb760f1bc7eecdc2a7bb961.tar.xz hercules-1be5817fdbefb0ad9bb760f1bc7eecdc2a7bb961.zip |
Add new config to allow player vend/chat room nearby hidden npc (#834)
credit to Emistry for the idea
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/player.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/battle/player.conf b/conf/battle/player.conf index babd6cfc3..4ddd3a30a 100644 --- a/conf/battle/player.conf +++ b/conf/battle/player.conf @@ -148,6 +148,9 @@ 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) +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% // Changing snovice_call_type config to 1 enables its use at 0%, for maxed super novices. // default: 0 |