This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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...
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
Awesome. The new mechanic works! Thanks for your quick implementation.
To post a comment, please login or register a new account.