Jump to content

laytya

Player
  • Content count

    284
  • Joined

  • Last visited

Posts posted by laytya


  1.  

    В 08.04.2017 в 02:00, theoden сказал:

    Hmm, please explain the general idea, how can this be configured?

    I found that one configuration slot allows to set a single buff name and there is a invert checkbox that allows to show sign when buff isn't here.

    But here I need to set condition with several auras name like if not devotion aura and not retribution aura, etc.

    Classic POWA can do it... but i dont know why u like MPOWA =))


  2. В 08.04.2017 в 03:52, Aguila сказал:

    Hey friend,

    Thank you very much for updating this addon. It's highly appreciated. 

    I have a few questions though:

    1) Is it possible to add the crusader proc, Holy Strength, to the timers? I tried myself, but it didn't work. 

    2) Are you ever going to release a version that allows for a second bar? I'd love to have buffa on one side of the screen and debuffs on another side. 

    3) Granted you ever make a 2nd bar available, would it be possible to add an option to adjust the colors of the self-buffs, a color picker (rather then a set amount of fixed colors), and an option to change the position of text, time and icon position?

    I know it's a lot to ask for, but I'd consider donating for this. 

    Thank you,

    Aguila

    i think its posible


  3. В 31.03.2017 в 07:33, Razorwynd сказал:

    Should this addon work with modui name plates?

    When I use the modui nameplates I get the following error in triplicate every time enemy frames puts a debuff above the modui nameplates:

    ...nameplatesHandler.lua:204: attempt to index field 'border' (a nil value)

    It seems like the addon is functioning properly, it just spams my chat window with error messages which is annoying...

    is there a solution?

    Also, the debuff icons and timers for bash is not working, how can I change this?

    I know solution =) need some hardcode =)

    in "enemyFrames/UIElements/nameplatesHandler.lua"

    f:SetScript('OnUpdate', function()
    		nextRefresh = nextRefresh - arg1
    		if nextRefresh < 0 then
    			namePlateHandlerOnUpdate()
    			nextRefresh = refreshInterval
    		end
    	end)                      

    just comment like this:

    f:SetScript('OnUpdate', function()
    		nextRefresh = nextRefresh - arg1
    		if nextRefresh < 0 then
    		--	namePlateHandlerOnUpdate()
    			nextRefresh = refreshInterval
    		end
    	end) 

     

×