New heal distance for druids #465


  • Fixed
  • Enhancment
Closed
Assigned to michaelsp
  • Finnegan created this issue Jul 25, 2016

    What is the enhancement in mind? How should it look and feel?

    Actually one can only choose from predefined ranges for the oor state. With Legion druids got the opportunity (talent) to get an extra 5 yards to their healing range of 40 yards. So grid2 shows wrong states for me which leads to less thruput.

    Other heal and unitframe addons take a spell to check the IsSpellInRange() so I hope this can be implemented in grid2 too.

    This would also be a lot easier to maintain in the future as the are certainly other classes coming that get this feature...

  • Finnegan added the tags New Enhancment Jul 25, 2016
  • _ForgeUser26562362 posted a comment Jul 26, 2016

    I have a similar problem. Shows in range when it's not. Looks like it works in the garrison but fails in HFC and Auchindom, is UnitInRange buggy? Did a quick and dirty change to modules/StatusRange.lua at row 32: if UnitExists(unit) and UnitIsVisible(unit) and UnitIsFriend(unit,"player") then return UnitIsUnit(unit,"player") or IsSpellInRange("Healing Touch",unit) == 1 else return UnitRangeCheck(unit) end

  • michaelsp removed a tag New Aug 27, 2016
  • michaelsp added a tag Fixed Aug 27, 2016
  • michaelsp closed issue Aug 27, 2016
  • Finnegan posted a comment Aug 27, 2016

    Awesome. The new mechanic works! Thanks for your quick implementation.


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