Thread Tools Display Modes
07-06-08, 08:02 AM   #1
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 163
Post Request: SPELL_AURA_REFRESH or APPLIED_DOSE update

so for example warlock casts fear on Kobold Miner
at first it fires SPELL_AURA_APPLIED on initial fear but if warlock wants to refresh his fear nothing but SPELL_CAST_START
and the same with any debuff/buff

workarounds is possible ofc, like storing target GUID via UnitGUID on SPELL_CAST_SUCCESS and _START and then register UNIT_SPELLCAST_SUCCEDED, but they are quite complicated and ugly, described way only works if you're casting on your target, not focus or mouseover, and hardly possible for party/raid debuffs
well i can't figure out the easy and good way to make flawless debuff/buff monitor without AURA_REFRESH event type.
dunno why it's not implemented, at least as part of APPLIED_DOSE with amount arg set to 0

Last edited by d87 : 07-06-08 at 08:13 AM.
  Reply With Quote
07-06-08, 08:08 AM   #2
Maccaa
A Fallenroot Satyr
 
Maccaa's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 27
Isn't this implemented in 2.4.3?

edit:

http://wdn.wowinterface.com/
shows this added into the current PTR

Last edited by Maccaa : 07-06-08 at 08:29 AM.
  Reply With Quote
07-06-08, 09:41 AM   #3
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 163
Originally Posted by Maccaa View Post
Isn't this implemented in 2.4.3?

edit:

http://wdn.wowinterface.com/
shows this added into the current PTR
great then
  Reply With Quote
07-06-08, 01:16 PM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Yeah, some new events were added to the combat log. In addition to the above, they also added SPELL_AURA_STOLEN and SPELL_AURA_PURGED iirc.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
07-06-08, 06:27 PM   #5
Maccaa
A Fallenroot Satyr
 
Maccaa's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 27
Seems the new 2.4.3 ones are

Code:
SPELL_AURA_BROKEN
SPELL_AURA_BROKEN_SPELL
SPELL_AURA_REFRESH
SPELL_DISPEL
SPELL_STOLEN
and these removed

Code:
SPELL_AURA_DISPELLED
SPELL_AURA_STOLEN
  Reply With Quote
07-06-08, 11:25 PM   #6
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Oh yeah - thanks.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
07-07-08, 12:09 AM   #7
Maccaa
A Fallenroot Satyr
 
Maccaa's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 27
Broken seems interesting.

May see some nice CC Breaking AddOns come out! Or maybe a new addition to Broadcaster :P?
  Reply With Quote
07-07-08, 09:05 AM   #8
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Yeah, I'll have to look into it - should have more time coming up in the next week or two.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
07-16-08, 05:54 AM   #9
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 163
2.4.3 on live.
that SPELL_AURA_REFRESH appears ONLY with regained Paranoia, after dismount

It's not working...
  Reply With Quote
08-16-08, 12:28 PM   #10
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,323
Originally Posted by d87 View Post
2.4.3 on live.
that SPELL_AURA_REFRESH appears ONLY with regained Paranoia, after dismount

It's not working...
I'm reading that they have it working in beta, which is a long time from now.

Edit: On the verge of necroposting, but an update on this isn't that bad
  Reply With Quote

WoWInterface » Developer Discussions » Wish List » Request: SPELL_AURA_REFRESH or APPLIED_DOSE update


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