Dear Honorbuddy developer:
I have been working on editing the existing legion dungeon scripts so that it can adapt to keystone mythic+.
I would like to add an avoidance for sanguine debuff. I believe the line to add is
private const uint AreatriggerId_Sanguine = ???;
addavoidobject<wowunit>(6,AreatriggerId_Sanguine);
Unfortunately I could not find a way to locate the area trigger id for that spell
[I know the spell ID for sanguine is 226512 (damage) 226510 (heal) and 226489 (cast?), but all three didn't work for areatrigger. It must be a unique ID which can't be located from db such as wowhead]
buddy dungeon scripts writers, if you see my post, let me know how you find the area trigger IDs
Many thanks and I will share to the forum after testing.
I have been working on editing the existing legion dungeon scripts so that it can adapt to keystone mythic+.
I would like to add an avoidance for sanguine debuff. I believe the line to add is
private const uint AreatriggerId_Sanguine = ???;
addavoidobject<wowunit>(6,AreatriggerId_Sanguine);
Unfortunately I could not find a way to locate the area trigger id for that spell
[I know the spell ID for sanguine is 226512 (damage) 226510 (heal) and 226489 (cast?), but all three didn't work for areatrigger. It must be a unique ID which can't be located from db such as wowhead]
buddy dungeon scripts writers, if you see my post, let me know how you find the area trigger IDs
Many thanks and I will share to the forum after testing.