Details! Damage Meter

Details! Damage Meter

243M Downloads

Evoker Skills Not Detected for Crowd Control

sudoursa opened this issue ยท 2 comments

commented

Before Start!

Make sure the bug also happen when Details! is the only addon enabled.

Game and Details! version
Use /details to grab these two.
[02:12 AM] DETAILS! VERSION: VWD 11914 RELEASE 10.1.7

Describe the bug

  • Steps to Reproduce (what did you do to make the bug happen):
    Used Evoker CC abilities like "Tail Swipe", "Upheaval", and/or "Wing Buffet"
  • Result (what happens when you follow the steps above):
    These do not show up in the 'Crowd Control Done' window
  • Expected (what you think the expected behavior would be when following the steps):
    I would expect these to count as Crowd Control and contribute to this window/data stream
  • When the bug started (a date, wow path release, details update, etc)?
    It has never worked
  • Additional information:

Lua Error
Post here lua errors, if you aren't getting any, use /console scriptErrors 1

Screenshots
Post images of the bug if necessary.

Combat Log
Include a link to a combatlog file if the error is about not detecting a skill, usable item or item proc.
The log can be as simple as hitting a mob with white damage and using the item/skill.
10/19 02:02:28.727 SPELL_EMPOWER_START,Player-3675-0A84B285,"evoker-server",0x512,0x0,Creature-0-3131-2444-15238-191469-000030D1EE,"Streamside Scythid",0x10a48,0x0,408092,"Upheaval",0xc
10/19 02:02:28.727 SPELL_CAST_SUCCESS,Player-3675-0A84B285,"evoker-server",0x512,0x0,Creature-0-3131-2444-15238-191469-000030D1EE,"Streamside Scythid",0x10a48,0x0,408092,"Upheaval",0xc,Player-3675-0A84B285,0000000000000000,605467,605467,2609,11095,9996,0,0,250000,250000,0,-281.80,-378.10,2025,4.4247,446

Other Information
If necessary, add more info here.

commented

Spell cast success are the only events logged for Evoker racials (Wing Buffet and Tail Swipe), they are instant, don't do damage and don't apply debuffs/auras as other spells do like Druid's Typhoon.

5/19 14:39:02.275  SPELL_CAST_SUCCESS,Player-1378-0AD20151,"Warker-C'Thun",0x511,0x0,0000000000000000,nil,0x80000000,0x80000000,368970,"Tail Swipe",0x1,Player-1378-0AD20151,0000000000000000,1223500,1223500,4555,20662,16996,0,0,250000,250000,0,-352.89,-1081.48,2025,5.8580,518
5/19 14:39:03.784  SPELL_CAST_SUCCESS,Player-1378-0AD20151,"Warker-C'Thun",0x511,0x0,0000000000000000,nil,0x80000000,0x80000000,357214,"Wing Buffet",0x1,Player-1378-0AD20151,0000000000000000,1223500,1223500,4555,20662,16996,0,0,250000,250000,0,-351.85,-1081.88,2025,5.8462,518
5/19 14:58:41.897  SPELL_CAST_SUCCESS,Player-1378-0A60E577,"Warsur-C'Thun",0x511,0x0,0000000000000000,nil,0x80000000,0x80000000,61391,"Typhoon",0x8,Player-1378-0A60E577,0000000000000000,1473786,1518000,18872,2087,17984,0,1,292,1000,0,-278.78,-1206.62,2025,4.0212,481
5/19 14:58:41.897  SPELL_AURA_APPLIED,Player-1378-0A60E577,"Warsur-C'Thun",0x511,0x0,Creature-0-3111-2444-37-197438-000049F6C0,"Mountainside Dapple",0x10a28,0x0,61391,"Typhoon",0x8,DEBUFF

I've tried adding these lines to the "Auto Run Code" window, as explained in the FAQs, but it doesn't work:

DetailsFramework.CrowdControlSpells[357214]="EVOKER"
DetailsFramework.CrowdControlSpells[368970]="EVOKER"

Thank you very much for your time and effort.

commented

Spell cast start and success are not relevant to the CC. I'll try to look into getting an actually useful log and seeing the information needed from that.