TravisGesslein / Idle-Raiders-Second-Run-1.1-Beta

0 stars 1 forks source link

No Loot from Seat of the Coven Raid Bosses #21

Closed Meissner-Effect closed 7 years ago

Meissner-Effect commented 7 years ago

Numerous completions of the Seat of the Coven Raid have resulted in not a single item dropping. However, beating them does currently unlock Tier 11 Global Drops.

This seems contrary to the source code:

blue_witch: [{ item: "Tier11UncommonWarriorItem5", probability: 0.192 }, { item: "Tier11UncommonWarriorItem3", probability: 0.192 }, { item: "Tier11UncommonPriestItem6", probability: 0.192 }, { item: "Tier11UncommonMageItem2", probability: 0.192 }, { item: "Tier11UncommonArcherItem1", probability: 0.192 }, { item: "Tier11RareWarriorItem1", probability: 0.008 }, { item: "Tier11RarePriestItem4", probability: 0.008 }, { item: "Tier11RareWarriorItem6", probability: 0.008 }, { item: "Tier11RareMageItem3", probability: 0.008 }, { item: "Tier11RareArcherItem3", probability: 0.008

[Potential Solution] The g_creatureEditCreatures entry for the blue_witch seems to be missing the following code that allows items to drop from the other bosses:

loot: {
            droppedItems: 1
},
Lenatti commented 7 years ago

Also didn't get any loot in last 5 kills. Took me about 30k kills to get 17 uncommons and 1 rare from global drops :(

TravisGesslein commented 7 years ago

Should be fixed in current build.