What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[urgent] Find Area trigger ID for dungeon profiles

temperali

New Member
Joined
Aug 26, 2014
Messages
3
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.
 
Back
Top