Jarlyk / JarlykMods

Various Risk of Rain 2 Mods
MIT License
5 stars 1 forks source link

Raincoat: Bosses don't drop items anymore #67

Open barthogenes opened 3 years ago

barthogenes commented 3 years ago

After killing a boss no item is dropped. I use the standard config btw. This is probably the exception that causes the bug:

[Error  : Unity Log] MissingFieldException: Field 'R2API.ItemDropAPI.BossDropParticipatingPlayerCount' not found.
Stack trace:
DMD<>?-1089324800.Hook<RoR2.BossGroup::DropRewards>?-2012808576 (RoR2.BossGroup ) (at <4f79b0309a294e3e81249ff2c88a4977>:IL_0014)
RoR2.BossGroup.OnDefeatedServer () (at <6e882c67227c45d48048fa96336d8982>:IL_0000)
RoR2.CombatSquad.OnCharacterDeathCallback (RoR2.DamageReport damageReport) (at <6e882c67227c45d48048fa96336d8982>:IL_0091)
RoR2.GlobalEventManager.OnCharacterDeath (RoR2.DamageReport damageReport) (at <6e882c67227c45d48048fa96336d8982>:IL_0D1E)
DMD<TakeDamage>?-1089324800._RoR2_HealthComponent::TakeDamage (RoR2.HealthComponent this, RoR2.DamageInfo damageInfo) (at <043d492d62f64ca4b0ee43de63208a34>:IL_0E38)
DMD<>?-1089324800.Trampoline<RoR2.HealthComponent::TakeDamage>?-730215424 (RoR2.HealthComponent , RoR2.DamageInfo ) (at <7e347a5f64834ef39ea226665bcceed8>:IL_0020)
ShareSuite.MoneySharingHooks.BrittleCrownDamageHook (On.RoR2.HealthComponent+orig_TakeDamage orig, RoR2.HealthComponent self, RoR2.DamageInfo info) (at <b8c4e9011d124816be662082342461d3>:IL_0078)
DMD<>?-1089324800.Hook<RoR2.HealthComponent::TakeDamage>?-1694253824 (RoR2.HealthComponent , RoR2.DamageInfo ) (at <00f1aecd913e40e281e6b490c99389df>:IL_000A)
RoR2.Orbs.GenericDamageOrb.OnArrival () (at <6e882c67227c45d48048fa96336d8982>:IL_00A9)
RoR2.Orbs.OrbManager.FixedUpdate () (at <6e882c67227c45d48048fa96336d8982>:IL_00A3)
sniggyfigbat commented 3 years ago

Having the same issue. Seems to be true with or without the artifact, and even if EnableBossShopDropping is set to false.

Jarlyk commented 3 years ago

None of my mods have been updated for the latest release yet, which included several changes that impact modding. I'm going to take a first look at it this weekend and might have a new release if the changes are sufficiently straightforward.