hello,
been working on a weakaura to display enemy totem uptime. The problem im running into is that some of these totems; for example healing tide totem or tremor totem do not grant a buff.
I can create an icon that pops up as soon as a specific totem is placed. Since there is no buff on enemy players I can only set up a duration. Lets say 10 seconds. But this would not account for the case that these totems get destroyed before they actually expire and the aura would still show the full set duration of 10 seconds even tho this totem might not even be active anymore.
How would I track totems that do not grant a buff? I assume I need a custom event trigger for this. How would that look like? I found API functions like:
DestroyTotem(slot)
PLAYER_TOTEM_UPDATE
Probably not what I need but thats what ive found, anyone here that can help me out?