From 87041b3564e59db8589b5ef74f266fb8fe83a1e2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 23 Oct 2017 17:52:33 +0300 Subject: Update configuration files from hercules. Add new battle flag. Add new messages. Add new constants. --- conf/map/battle/party.conf | 6 ++++++ conf/messages.conf | 7 +++++-- db/constants.conf | 3 ++- 3 files changed, 13 insertions(+), 3 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 diff --git a/conf/messages.conf b/conf/messages.conf index 90bc5af2..9a5d7eb4 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -606,7 +606,10 @@ 668: Shadow Chaser T 669: Summoner -//670-855 FREE (please start using from the top if you need, leave the 670+ range for new jobs) +//670-853 FREE (please start using from the top if you need, leave the 670+ range for new jobs) + +// Mapflag to disable Autoloot Commands +854: Auto loot item are disabled on this map. // MVP exp message issue clients 2013-12-23cRagexe and newer. 855: Congratulations! You are the MVP! Your reward EXP Points are %u !! @@ -855,7 +858,7 @@ 1060: NoWarp | 1061: NoWarpTo | 1062: NoReturn | -//1063 FREE +1063: NoAutoloot | 1064: NoMemo | 1065: No Exp Penalty: %s | No Zeny Penalty: %s 1066: On diff --git a/db/constants.conf b/db/constants.conf index 5d8d0e7f..adf43052 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -426,7 +426,8 @@ constants_db: { mf_reset: 52 mf_notomb: 53 mf_nocashshop: 54 - mf_noviewid: 55 + mf_noautoloot: 55 + mf_noviewid: 56 comment__: "Cell Properties" cell_walkable: 0 -- cgit v1.2.3-70-g09d2