diff options
Diffstat (limited to 'conf-tmpl/battle/party.conf')
-rw-r--r-- | conf-tmpl/battle/party.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf-tmpl/battle/party.conf b/conf-tmpl/battle/party.conf index c588152a8..5be96b6ec 100644 --- a/conf-tmpl/battle/party.conf +++ b/conf-tmpl/battle/party.conf @@ -35,8 +35,11 @@ show_steal_in_same_party: no show_party_share_picker: no
// Method of distribution when item party share is enabled in a party:
-// 0: Random (item goes to a random party member)
-// 1: Round Robin (items are distributed evenly and in order among members)
+//
+// 0: Normal (item goes to a random party member)
+// 1: Item Share is disabled for non-mob drops (player/pet drops)
+// 2: Round Robin (items are distributed evenly and in order among members)
+// 3: 1+2
party_item_share_type: 0
// Is exp sharing disabled for idle members in the party?
|