Addition of configurable drops for bosses.
Contributed by MrNiceGuy.
This commit is contained in:
@@ -204,3 +204,19 @@ KarmaRateDropEquipWeapon = 10
|
||||
PetXpRate = 1
|
||||
PetFoodRate = 1
|
||||
SinEaterXpRate = 1
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Additional drops from raid bosses (except GrandBoss)
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
BossDropEnable = False
|
||||
BossDropMinLevel = 40
|
||||
BossDropMaxLevel = 999
|
||||
|
||||
# The following configures the items you want to add to the drop
|
||||
# Usage: itemId1,minAmount1;maxAmount1,chance1;itemId2...
|
||||
# Default: Gold Einhasad, min: 1x, max: 2x, 100% chance of drop
|
||||
# PLEASE NOTE: Chance of drop also increases from VIP level/runes/etc.
|
||||
BossDropList = 4356,1,2,100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user