Wrong dispellable icon #572


  • Fixed
  • Replied
Closed
  • wo_tzee created this issue Aug 5, 2018

    I see BloodLust icon, or other.. First of all debuff i suppose.

    its ok if i change L40 modules/StatusAurasDebuff:

    if (not self.seen) and UnitDebuff(unit, 1, "RAID") then
    by
    if (not self.seen) and (debuffType == 'Magic' or debuffType == 'Poison' or debuffType == 'Disease') then 
     
    but work only for MW Heal.
    Perhaps 1 isnt good id ? 
     
  • michaelsp posted a comment Aug 6, 2018

    The number 1 simply means  "the first debuff" and RAID filter means "look for only dispelleable debuffs, i can add the debuffType check, but if bloodlust is returned by UnitDebuff(unit, 1, "RAID") it seems a bug in the game, i cannot do much if the game is returning wrong information.

     

    Are you sure that another debuff status is not linked to the same icon indicator ? Because if the grid2 code display wrong debuffs the blizzard raid frames must do the same  too (blizzard is using similar code (RAID filter) to watch dispeleable debuffs).

     

    PD: Checkig only debuffType is not enough to detected dispelleable debuffs, for example a debuff can be of type Poison and NOT dispelleable.


    Edited Aug 6, 2018
  • michaelsp added a tag Replied Aug 6, 2018
  • wo_tzee posted a comment Aug 6, 2018

    There is only "debuffs-dispellable" on this indicator.

    Yeah, not enought cuz depending on spec too.
    But, its just bad icon, it doesnt seems to trigger if there is no dispellable.

    perhaps its becuz ive got other indicator who tae all debuff ?
    it wasnt like this a few month ago. 

  • wo_tzee posted a comment Aug 6, 2018

    i try to create a new indicator.
    Its the same.

    I will try to remove all config from grid, create indicator and test.

  • wo_tzee posted a comment Aug 6, 2018

    It seems this error occur only when you got some kind of debuff, like bloodlust and the one on MM+ who said each dead at 5secondes on the timer. 

    I test with removing my grid config in wtf, and disabled all addon except grid+.
    i made only one icon for the dispellable one, it was ok until i press on my drums.

    If there is nothing to dispell, no icon, even with BL debuff, so its probably something else than bliz ? 

    I add in condition "debuffType ~=nil" instead of what i had previsouly.
    I dont think heal can use dispel on nontype debuff, but i'm not sure.




    Edited Aug 6, 2018
  • michaelsp posted a comment Aug 6, 2018

    Download r822-alpha version, this version must fix the problem.

  • wo_tzee posted a comment Aug 7, 2018

    Fixed.

    I hope your auto add on Raid debuff works fine ;D
    You can close this.

    Thanks for your work.

  • michaelsp closed issue Aug 7, 2018
  • michaelsp added a tag Fixed Aug 7, 2018

To post a comment, please login or register a new account.