diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-07-31 16:39:33 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-08-01 10:10:19 -0400 |
commit | 4bde7760f12752a385ff065c8d83bc66765b93b8 (patch) | |
tree | 179bcdbe28eeb4e655b7b6f78b9d0e9a735bf071 /conf | |
parent | 71d694baa88d2beb6ec0f89fb2f8b733898acea5 (diff) | |
download | hercules-4bde7760f12752a385ff065c8d83bc66765b93b8.tar.gz hercules-4bde7760f12752a385ff065c8d83bc66765b93b8.tar.bz2 hercules-4bde7760f12752a385ff065c8d83bc66765b93b8.tar.xz hercules-4bde7760f12752a385ff065c8d83bc66765b93b8.zip |
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 |