Range alpha not correct on Guardian Druid #517


  • Enhancement
Closed
  • Forge_User_46832277 created this issue Jul 29, 2017

    Range alpha is not shown correctly while in Guardian spec.

    Settings set to 10y, 28y and 99y work correctly. Alpha on Heal Range and 38y do not work correctly.

     

    While having Restoration Affinity talented, only 38y is not being shown correctly in the frame alpha.

     

    Thanks.

  • Forge_User_46832277 added a tag Enhancement Jul 29, 2017
  • Forge_User_46832277 edited description Jul 29, 2017
  • OmniSliver posted a comment Aug 16, 2017

    The problem with the "Heal Range" is that Grid uses the range of Rejuvenation for druids, but you only get Rejuvenation if you are in Restoration spec or have Restoration Affinity. You can fix this manually by changing Rejuvenation for Regrowth in:

     

    Grid2/modules/StatusRange.lua: line 28:

    local rangeSpell = ({PALADIN=19750,SHAMAN=77472,DRUID=774,PRIEST=73325,MONK=115450})[playerClass]

     

    to

     

    local rangeSpell = ({PALADIN=19750,SHAMAN=77472,DRUID=8936,PRIEST=73325,MONK=115450})[playerClass]

     

     

  • Forge_User_46832277 posted a comment Aug 17, 2017

    Worked - thanks!

  • Forge_User_46832277 closed issue Aug 17, 2017

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