Rarity

Rarity

17M Downloads

Primal Storm events aren't detected (attempts for the relevant pets are always added)

rdw-software opened this issue ยท 5 comments

commented

Rarity currently adds attempt for these pets regardless of whether or not a Primal Storm event is active in the area.

This was clearly an oversight on my part, though it wasn't reported as a problem so far. Hopefully no one spent too much time killing things that couldn't actually drop the items... oh well. Depending on how difficult it would be to detect Primal Storms, it might not be worth spending too much time on fixing this if no one has complained yet...?


Follow-up to #516

commented

Thanks! Then it should be simple to add, though I'm not sure which of these needs to be tracked:

Can probably scan for these via UNIT_AURA event, or use the C_UnitAuras.GetAuraDataBySlot API, with UnitAuraSlots?

commented

there is a buff enemies gain called "Elementally Imbued"

commented

from looking around it looks like 90% of the mobs have the buff, im assuming the mobs that are already in those areas when theres no elemental storm gain the buff and mobs spawn when the elemental storm is active dont have the buff. not sure on this so will have too check after the storm goes

commented

check #659