Addition of configurable drops for bosses.
Contributed by MrNiceGuy.
This commit is contained in:
		| @@ -209,6 +209,22 @@ PetFoodRate = 1 | ||||
| SinEaterXpRate = 1 | ||||
|  | ||||
|  | ||||
| # --------------------------------------------------------------------------- | ||||
| # Additional drops from raid bosses (except GrandBoss) | ||||
| # --------------------------------------------------------------------------- | ||||
|  | ||||
| BossDropEnable = False | ||||
| BossDropMinLevel = 85 | ||||
| BossDropMaxLevel = 999 | ||||
|  | ||||
| # The following configures the items you want to add to the drop | ||||
| # Usage: itemId1,minAmount1;maxAmount1,chance1;itemId2... | ||||
| # Default: Einhasad's Golden Coin, min: 1x, max: 2x, 100% chance of drop | ||||
| # PLEASE NOTE: Chance of drop also increases from VIP level/runes/etc. | ||||
| BossDropList = 48472,1,2,100; | ||||
|  | ||||
|  | ||||
|  | ||||
| # --------------------------------------------------------------------------- | ||||
| # Lucky Clover | ||||
| # --------------------------------------------------------------------------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment