• Visit Rebornbuddy
  • [urgent] Find Area trigger ID for dungeon profiles

    Discussion in 'Honorbuddy Forum' started by temperali, Jun 3, 2017.

    1. temperali

      temperali New Member

      Joined:
      Aug 26, 2014
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      1
      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.
       

    Share This Page