Thread Tools Display Modes
06/12/19, 03:29 AM   #1
Aaxc
 
Aaxc's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2019
Posts: 19
Tracking Sunspire Dragon flights

Hey,
I wonder, is it possible to easily track the dragon flight events?

Is there maybe an ability that is triggered when a dragon gets in the air? Maybe its possible to check that the boss is immune or something?

Just wondering if you guys have figured this one out.
  Reply With Quote
06/12/19, 07:50 AM   #2
Wheels
AddOn Author - Click to view addons
Join Date: Feb 2017
Posts: 60
On Yoln, the boss casts the "Takeoff" ability when he goes in the air (different ID for each phase), while on Nahv he casts "Takeoff Dummy" each time (same ID it appears). Interestingly, Lokke doesn't seem to have an equivalent skill, but the other two are what I use to track on the other bosses.
  Reply With Quote
06/28/19, 05:18 AM   #3
Aaxc
 
Aaxc's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2019
Posts: 19
Thank you. Unfortunately Lokke is exactly the only one I would really need this

I want to add timers for the breath events
  Reply With Quote
07/15/19, 06:46 AM   #4
Aaxc
 
Aaxc's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2019
Posts: 19
PS: If anyone still needs this I found out, that you can reliably use special Gravechill abilities that are triggered when boss gets up the ground:
Code:
Gravechill_1 = 122820, -- 80%
Gravechill_2 = 122821, -- 50%
Gravechill_3 = 122822, -- 20%
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Tracking Sunspire Dragon flights

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off