Zidras / DBM-Warmane

DBM for Warmane (Icecrown, Lordaeron, Frostmourne, Onyxia)
https://discord.gg/CyVWDWS
149 stars 67 forks source link

[REQUEST]auto mark Kinetic on BPC #104

Closed Nispodzianka closed 2 years ago

Nispodzianka commented 2 years ago

is it possible for DBM to set the mark on Kinetic (BPC) ? let's say: The 1st kinetic is a square, the 2nd circle and the 3rd triangle - the 1st disappears and the 4th appears and gets the square

this would make it easier for people in the raid to keep an eye on which kinetic they are responsible for

ghost commented 2 years ago

Nice idea ..

Zidras commented 2 years ago

The idea is nice, ~~the implementation however poses several challenges, one of which is not being able to rely on neither creature ID (because there's 3 orbs) nor GUID (because it's not visible in the log). I don't have a clean way to achieve this. Unless someone comes up with a viable approach, I'm closing this~~ EDIT: reopened to implement ScanForMobs

Zidras commented 2 years ago

Implemented a fixed descending order, 7 (cross) > 6 (square) > 5 (moon) > 7... (using higher indexes for hostiles to respect icon conventions)

ghost commented 2 years ago

Seems to work nicely, ty