[Retail]All evoker related aura are missing filter by default #1449


  • Defect
Open
  • amwihiud created this issue Oct 1, 2024

    checked in PitBull4 > Modules > Aura > Options.lua, all evoker related buffs are pointed to a 'false' filter.

    list:

    My class self buffs
    My class friend buffs
    My class enemy debuffs
    My class friend debuffs
    My class self debuffs     -- not sure if evoker has self debuffs...?
  • amwihiud added a tag Defect Oct 1, 2024
  • amwihiud posted a comment Oct 1, 2024

    it seems due to 'LibPlayerSpells-1.0' not well updated as well, I found some spell is missing in the lib, e.g:

    for Preservation Evoker:

    364343, -- Echo
    355936, -- Dream Breath
    I've trid edit the file in PitBull4 > Modules > Aura > Libs > LibPlayerSpells-1.0 > data > Evoker.lua to add these 2 spell but it still can not display in the aura list...
     
  • amwihiud posted a comment Oct 1, 2024

    found that is due to my another addon is load the lib before Pitbull. so that addon is override the config in LibPlayerSpells.

     

    after I change the LibPlayerSpells config in that addon. everything is working.

     

    I think I will have a PR to LibPlayerSpells. but on the Pitbull side. it still need some modification to make aura filter read the config from that

     

  • amwihiud posted a comment Oct 4, 2024

    created a PR for LibPlayerSpells: https://github.com/AdiAddons/LibPlayerSpells-1.0/pull/162

    but seems this lib is out of maintain for time.  found some other buff is missing as well for Priest.

    since the lib is not reliable at the moment, maybe PitBull should remove this dependency and change the way to display auras

  • amwihiud posted a comment Oct 6, 2024

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