View Single Post
04-25-18, 10:49 AM   #7
Tim
A Rage Talon Dragon Guard
 
Tim's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 309
Can't really code and do testing as I'm at work but, some quick searching...

- Listen to successful spell casts
- Compare the ID of the cast to C_MountJournal.GetMountInfo(index)
- arg6 will return the needed info for flying mounts
-- However, it doesn't read self mounts (ie: sand drake) so you will want to get further info from C_MountJournal.GetMountInfoExtra(index)
- arg4 and 5 are the values you want
__________________
AddOns: Tim @ WoWInterface
Battle Tag: Mysterio#11164
Current PC Setup: PCPartPicker List
  Reply With Quote