• 0

    posted a message on Autobar?
    FYI, some guy called Toadkiller has updated Autobar for 1.11 and made some changes to it here:
    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.
    Posted in: Addon Ideas
  • 0

    posted a message on otravi_UnitFrames 2.0.0 [Alpha] [26.06.06]
    Quote from haste »

    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.
    Posted in: Unit Frames
  • 0

    posted a message on otravi_UnitFrames 2.0.0 [Alpha] [26.06.06]
    I'm getting an error saying

    "Interface\AddOns\oUF\otravi_UnitFrames.lua:492: attempt to call global 'MobHealth_GetTargetMaxHP' (a nil value)"


    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.
    Posted in: Unit Frames
  • 0

    posted a message on Clique 0.2.0-Beta Released
    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 :)
    Posted in: General AddOns
  • 0

    posted a message on Squishy 0.10 [2006/08/22]
    I was in IF with a party of 4 and have Solo mode turned on. When the Fire Festival Fortitude buff was cast I got an error from Squishy saying:

    Interface\AddOns\Squishy\core.lua:347: attempt to index field '?' (a nil value)
    Posted in: General AddOns
  • To post a comment, please or register a new account.