Sdyess
2019-06-11 17:07:42 -05:00
parent e71c6062bc
commit ef1d9a4d20
2 changed files with 146 additions and 93 deletions

View File

@@ -17,34 +17,46 @@ MFK.Announce = 1
# Enable announcements to notify the server of a world boss kill
# Default 1
MFK.WorldBossAnnounce = 1
MFK.Announce.World.WorldBoss = 1
# Enable player suicide announcements
# It is recommended to only enable world suicide announcements if group and guild are both disabled and vice versa
# as it can become spammy in some situations. Having all 3 enabled would display 3 messages for some people.
# Enable player suicide announcements to display to the world
# Default 1
MFK.SuicideAnnounce = 1
MFK.Announce.World.Suicide = 1
# Enable player suicide announcements to display to their guild
# Default 0
MFK.Announce.Guild.Suicide = 0
# Enable player suicide announcements to display to their party
# Default 0
MFK.Announce.Group.Suicide = 0
# Enable PvP announcements
# Default 1
MFK.PvPAnnounce = 1
MFK.Announce.World.PvP = 1
# Enable Group announcements for killing a dungeon boss
# Default 1
MFK.DungeonBossAnnounce = 1
MFK.Announce.Group.DungeonBoss = 1
# Only allow the player with the killing blow to claim the bounty?
# Default: 0 (All players receive the bounty)
MFK.KillingBlowOnly = 0
MFK.Bounty.KillingBlowOnly = 0
# Award bounty to party members far away from the group?
# Default: 0 (Only award players near the group)
MFK.MoneyForNothing = 0
MFK.Bounty.MoneyForNothing = 0
# How much gold does a Player take from the victim's corpse on a PVP kill?
# Setting this to 0 will disable player gold stealing.
# Default: 5 (5% of the victim's gold)
MFK.PVP.CorpseLootPercent = 5
@@ -62,7 +74,7 @@ MFK.PVP.CorpseLootPercent = 5
# NOTE: There are many dungeon bosses per dungeon, so set accordingly!
# NOTE: A value of 0 will disable the payment type
MFK.Kill.Multiplier = 100
MFK.PVP.Multiplier = 200
MFK.DungeonBoss.Multiplier = 25
MFK.WorldBoss.Multiplier = 200
MFK.Bounty.Kill.Multiplier = 100
MFK.PVP.Kill.Multiplier = 200
MFK.Bounty.DungeonBoss.Multiplier = 25
MFK.Bounty.WorldBoss.Multiplier = 200