diff options
author | Haru <haru@dotalux.com> | 2017-10-21 00:15:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 00:15:29 +0200 |
commit | 53b6fbfbcad4624f3efa096cb6ee1a785113dc4b (patch) | |
tree | 66956180b2b4624ae6fb2a01cbdcf7f586a58897 /conf | |
parent | 04f10f3b61044a78e9b3741cecbbdb8cf3a21236 (diff) | |
parent | 4bde7760f12752a385ff065c8d83bc66765b93b8 (diff) | |
download | hercules-53b6fbfbcad4624f3efa096cb6ee1a785113dc4b.tar.gz hercules-53b6fbfbcad4624f3efa096cb6ee1a785113dc4b.tar.bz2 hercules-53b6fbfbcad4624f3efa096cb6ee1a785113dc4b.tar.xz hercules-53b6fbfbcad4624f3efa096cb6ee1a785113dc4b.zip |
Merge pull request #1812 from mekolat/partyleader2
add option to restrict party leader change to same map
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/party.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/map/battle/party.conf b/conf/map/battle/party.conf index 07a0bdaea..a38321806 100644 --- a/conf/map/battle/party.conf +++ b/conf/map/battle/party.conf @@ -41,6 +41,12 @@ party_update_interval: 1000 // 1: Athena - bar is updated with the party map dots (up to 1 second delay) party_hp_mode: 0 +// When changing party leader, should the new leader be in the same map +// as the current leader. (Note 1) +// true: Aegis - They must be in the same map +// false: Athena - They can be in different maps +party_change_leader_same_map: true + // When 'Party Share' item sharing is enabled in a party, // announce in the party which party-member received the item and what's he received? (Note 1) show_party_share_picker: true |