Love your stuff man just started a 5 man group and working well so far other than priest 1 buff i get this error
Interface\AddOns\SuperMacro\SM_Extend.lua:2275:attempt to compare nil with number
6 comments
Like
6 Comments
furyswipes
Dec 21, 2017
Yes! That is true! Sorry about that! Will fix!
Like
tr.c.thomp
Dec 21, 2017
I believe I may have fixed it by adding ["Power Word: Fortitude"]=60 to the MB_manacost line near the beginning of the code.
Like
tr.c.thomp
Dec 21, 2017
Bump, I'm getting a similar lua error also. I have applied " if true then return false end " w/o the quotes as the first line of that function and I'm still receiving lua errors during buffs.
Like
furyswipes
Dec 14, 2017
Basically it's a function that ranks your casters of similar buffs so they go one at a time.
If you only have one priest, just put:
if true then return false end
as the first line of that function. (makes it inactive)
Like
donaldcoffia
Dec 14, 2017
function BetterCasterReady()
if myname=="Refill" and HasMoreMana("Cashme") then return true end
so i need to put my priest in where Refill is ?
Like
furyswipes
Dec 14, 2017
Oooh. I think you need to change the BetterCasterReady() function to have your healers names in it, unfortunately.
Yes! That is true! Sorry about that! Will fix!
I believe I may have fixed it by adding ["Power Word: Fortitude"]=60 to the MB_manacost line near the beginning of the code.
Bump, I'm getting a similar lua error also. I have applied " if true then return false end " w/o the quotes as the first line of that function and I'm still receiving lua errors during buffs.
Basically it's a function that ranks your casters of similar buffs so they go one at a time.
If you only have one priest, just put:
if true then return false end
as the first line of that function. (makes it inactive)
function BetterCasterReady()
if myname=="Refill" and HasMoreMana("Cashme") then return true end
so i need to put my priest in where Refill is ?
Oooh. I think you need to change the BetterCasterReady() function to have your healers names in it, unfortunately.