summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-13 11:43:49 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-13 11:43:49 -0300
commitb83f785e98320bd3b472307ceffd3a550fd760e6 (patch)
tree96f0634a1a3f11186005804a1d4b28065e4ac995 /conf
parent54df9a7486ae95fbc42183e27ab096edee8fd1ed (diff)
downloadserverdata-b83f785e98320bd3b472307ceffd3a550fd760e6.tar.gz
serverdata-b83f785e98320bd3b472307ceffd3a550fd760e6.tar.bz2
serverdata-b83f785e98320bd3b472307ceffd3a550fd760e6.tar.xz
serverdata-b83f785e98320bd3b472307ceffd3a550fd760e6.zip
Fix guild settings, party exp sharing is 15 levels with 5% bonus exp and 5 min idle grace
Diffstat (limited to 'conf')
-rw-r--r--conf/map/battle/guild.conf4
-rw-r--r--conf/map/battle/party.conf7
2 files changed, 6 insertions, 5 deletions
diff --git a/conf/map/battle/guild.conf b/conf/map/battle/guild.conf
index 204c295c..bd26b667 100644
--- a/conf/map/battle/guild.conf
+++ b/conf/map/battle/guild.conf
@@ -31,7 +31,7 @@
//=========================================================================
// When making a guild, an Emperium is consumed? (Note 1)
-guild_emperium_check: true
+guild_emperium_check: false
// Maximum tax limit on a guild member.
guild_exp_limit: 50
@@ -65,7 +65,7 @@ max_guild_alliance: 3
// 0x2 - Display guild notice upon map change.
// 0x4 - Display guild notice upon teleporting (regardless of changing maps).
// Default: 0x7 (Official behavior.)
-guild_notice_changemap: 0x7
+guild_notice_changemap: 0x1
// Can guild members invite/expel members inside guild castles in WoE/GvG? (Note 1)
// default: false
diff --git a/conf/map/battle/party.conf b/conf/map/battle/party.conf
index a34a0c4f..0886e72b 100644
--- a/conf/map/battle/party.conf
+++ b/conf/map/battle/party.conf
@@ -49,13 +49,14 @@ 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
+show_party_share_picker: false
// What types of items are going to be announced when 'show_party_share_picker' is active?
// 1: IT_HEALING, 2: IT_UNKNOWN, 4: IT_USABLE, 8: IT_ETC,
// 16: IT_WEAPON, 32: IT_ARMOR, 64: IT_CARD, 128: IT_PETEGG,
// 256: IT_PETARMOR, 512: IT_UNKNOWN2, 1024: IT_AMMO, 2048: IT_DELAYCONSUME
// 262144: IT_CASH
+// 112: Card + Armor (rings) + Weapon
show_picker_item_type: 112
// Method of distribution when item party share is enabled in a party:
@@ -70,12 +71,12 @@ party_item_share_type: 0
// a character idle.
// Characters in a chat/vending are always considered idle.
// A character's idle status is reset upon item use/skill use/attack (auto attack counts too)/movement.
-idle_no_share: 0
+idle_no_share: 300
// Give additional experience bonus per party-member involved on even-share parties (excluding yourself)?
// ex. If set to 10, an even-share party of 5 people will receive +40% exp (4 members * 10% exp):
// 140% party experience in total, so each member receives 140%/5 = 28% exp (instead of 20%).
-party_even_share_bonus: 0
+party_even_share_bonus: 5
// Display party name regardless if player is in a guild.
// Official servers do not display party name unless the user is in a guild. (Note 1)