diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-23 17:52:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-23 17:52:33 +0300 |
commit | 87041b3564e59db8589b5ef74f266fb8fe83a1e2 (patch) | |
tree | b039268fbddf3ae5ff9b026e7381fc7096935fe0 /conf/map | |
parent | 6662b6f305976881c3e675241c41be7731b65aa5 (diff) | |
download | serverdata-s20171107.tar.gz serverdata-s20171107.tar.bz2 serverdata-s20171107.tar.xz serverdata-s20171107.zip |
Update configuration files from hercules.s20171107
Add new battle flag.
Add new messages.
Add new constants.
Diffstat (limited to 'conf/map')
-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 392a031e..f1d4ab4e 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: false + // 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 |