Thread Tools Display Modes
09-12-13, 01:38 PM   #1
Ailae
A Rage Talon Dragon Guard
 
Ailae's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2007
Posts: 318
Glyph of Inquisition missing from combat log

I'm trying to add support for the new Inquisition glyph that extends the duration of the Inquisition buff by 30 seconds each time you land a killing blow. The problem is that my addon is combat log driven and, unless I'm going crazy, there's no event being fired for the refresh. No SPELL_AURA_REFRESH to be seen. Has anyone else noticed the same?

I'm a not sure how to incorporate it into my addon without the proper event. I tried listening for PARTY_KILL, but there seems to be a second or so of delay from the actual kill to when the buff actually extends.

Any tips or ideas would be most helpful.
__________________
Oh, the simulated horror!
  Reply With Quote
09-12-13, 03:31 PM   #2
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by Ailae View Post
I'm trying to add support for the new Inquisition glyph that extends the duration of the Inquisition buff by 30 seconds each time you land a killing blow. The problem is that my addon is combat log driven and, unless I'm going crazy, there's no event being fired for the refresh. No SPELL_AURA_REFRESH to be seen. Has anyone else noticed the same?

I'm a not sure how to incorporate it into my addon without the proper event. I tried listening for PARTY_KILL, but there seems to be a second or so of delay from the actual kill to when the buff actually extends.

Any tips or ideas would be most helpful.
Have you tried "/eventtrace"?
  Reply With Quote
09-12-13, 05:28 PM   #3
humfras
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Oct 2009
Posts: 131
If the combat log doesn't provide the information, use UNIT_AURA instead.

You can even register it for the player aura events only which makes it much more CPU efficient than reading the CombatLog (infight).
__________________
Author of VuhDo CursorCastBar OptiTaunt Poisoner RaidMobMarker
  Reply With Quote
09-13-13, 11:14 AM   #4
Ailae
A Rage Talon Dragon Guard
 
Ailae's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2007
Posts: 318
Originally Posted by Resike View Post
Have you tried "/eventtrace"?
Yes, I've tried both /eventtrace and logging to file, but I can't find any reference to it getting extended at all.

Originally Posted by humfras View Post
If the combat log doesn't provide the information, use UNIT_AURA instead.

You can even register it for the player aura events only which makes it much more CPU efficient than reading the CombatLog (infight).
I also track spell casts by me on other people, even if they're not in my party, which is why I chose to make it combat log driven as opposed to unit driven. Thanks for the suggestion though!
__________________
Oh, the simulated horror!
  Reply With Quote
09-13-13, 01:21 PM   #5
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
You're not limited to listening for one event per addon, or even one event per frame -- you can use CLEU to track spellcasts by non-group members, and UNIT_AURA to track procs on yourself, at the same time.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
09-14-13, 09:27 AM   #6
Ailae
A Rage Talon Dragon Guard
 
Ailae's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2007
Posts: 318
Well, of course it's possible to use more than one event, and maybe that's the way to go after all. I was just curious if I was missing any key events, that's all.

Thank you all for your suggestions and replies!
__________________
Oh, the simulated horror!
  Reply With Quote
09-14-13, 05:52 PM   #7
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 554
Sadly, there just isn't combat log events for everything.
__________________
Grab your sword and fight the Horde!
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Glyph of Inquisition missing from combat log

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