It currently doesn't support Telo's MobHealth, I haven't had time to work on a fix for this either.
Ah, so the problem is that both MobHealth and MobInfo2 provide MobHealthFrame, but they have different APIs?
I think maybe if you changed line from
if (MobHealthFrame and u == "target" and MobHealth_GetTargetMaxHP()) then
to
if (MobHealthFrame and u == "target" and MobHealth_GetTargetMaxHP) then
that would solve the problem? You check for MobHealth_GetTargetMaxHP() > 0 in another if inside, so I'm guessing you really wanted to check if the function exists at all, and not what it returns on line 492?
Doing that fixes the error for me, at least, but of course it doesn't make it support MobHealth.
Ooooh, Clique looks *awesome*! I can't wait for the AceHeal plugin so I can try it out for real. Sorry for spamming the thread with useless appraise :)
0
http://www.curse-gaming.com/en/wow/addons-4430-1-autobar-toadkiller.html
I haven't tried it much, I just stopped using AutoBar and use a ghost bar instead because Saien stopped working on it.
0
Ah, so the problem is that both MobHealth and MobInfo2 provide MobHealthFrame, but they have different APIs?
I think maybe if you changed line from
to
that would solve the problem? You check for MobHealth_GetTargetMaxHP() > 0 in another if inside, so I'm guessing you really wanted to check if the function exists at all, and not what it returns on line 492?
Doing that fixes the error for me, at least, but of course it doesn't make it support MobHealth.
0
whenever I target someone.
I'm using Telo's MobHealth 1.11.0 and oUF rev. 3895.
EDIT: I'm not getting any errors with MiniGroup2, and MobHealth reports health just fine.
0
0
Interface\AddOns\Squishy\core.lua:347: attempt to index field '?' (a nil value)