LlemonDuck / tombs-of-amascut

BSD 2-Clause "Simplified" License
9 stars 13 forks source link

tomb: death check for cursed phalanx detector #101

Closed FiveNine closed 2 months ago

FiveNine commented 2 months ago

Issue:

Currently the "Detect Cursed Phalanx" feature only looks if you already have a cursed phalanx in inventory or a kitted fang. However, if you complete a 500 invocation raid even though you or a raid member had a death, it will still ask you to drop your kit before looting which is slightly annoying when you know it isnt a kit raid.

Solution:

This fix continuously checks for any player death utilizing the player orbs' varbits during the raid. If there was a single death, it will not ask you to drop your kit before looting a 500 invocation level raid.

FiveNine commented 2 months ago

For some reason the ctor to replace the Injected fields was making the build fail so I reverted that change for now.

LlemonDuck commented 2 months ago

Two things:

Thanks for the PR!