Range Indicator Advanced Mode Bug
spEXartELITan opened this issue ยท 4 comments
When I try to select the Advanced Mode for Range Indicator I get this Lua Error:
Message: Interface\AddOns\NeatPlates\NeatPlatesUtility.lua:857: attempt to call global 'GameTooltip_AddNewbieTip' (a nil value)
Time: Thu Apr 29 22:35:34 2021
Count: 2
Stack: Interface\AddOns\NeatPlates\NeatPlatesUtility.lua:857: attempt to call global 'GameTooltip_AddNewbieTip' (a nil value)
[string "@interface\AddOns\NeatPlates\NeatPlatesUtility.lua"]:857: in function <Interface\AddOns\NeatPlates\NeatPlatesUtility.lua:855>
Locals: self = NeatPlatesDropdownMenuButton1 {
0 =
tooltipText = "Only uses the 'Mid Range' & 'Out of Range' colors to indicate unit range"
buttonIndex = 1
}
(*temporary) = nil
(*temporary) = NeatPlatesDropdownMenuButton1 {
0 =
tooltipText = "Only uses the 'Mid Range' & 'Out of Range' colors to indicate unit range"
buttonIndex = 1
}
(*temporary) = "Only uses the 'Mid Range' & 'Out of Range' colors to indicate unit range"
(*temporary) = 1
(*temporary) = 1
(*temporary) = 1
(*temporary) = nil
(*temporary) = "attempt to call global 'GameTooltip_AddNewbieTip' (a nil value)"
Blizzard removed the method I used for tooltips recently and guess I missed changing this one. I've released a new update that fixes this.
perhaps in a future version btw would be awesome if it were possible to customize the ranges for each of the colors (my spells are 40, 30, 18, and 12)