Jump to content
kuuurtz

[AddOn] enemyFrames

Recommended Posts

On 4/7/2017 at 9:21 AM, laytya said:

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) 

 

This completely stops the debuff from appearing above the nameplates.... not what I was hoping for

Share this post


Link to post
Share on other sites

its just turnig off enemyFrames nameplates. I dont remember modui have debufs on nameplates...

now im working on porting kui-nameplates to vanilla... very promissing results =)

Share this post


Link to post
Share on other sites

kuuurtz, dont know if your still around mate but im gonig crazy trying to install this addon, ive downloaded and renamed the file over 15 times and when i get in to login screen adn click addons it doesnt show up, and when i log into game i cant /efs to bring up any menu. Ive had no problems getting any addon to work other than this one. PLEASE HALP

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×