WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=6)
-   -   Anyone know a mod that tracks how many IMPS a demonology warlock has up? (https://www.wowinterface.com/forums/showthread.php?t=58483)

Jynks 12-24-20 07:50 PM

Anyone know a mod that tracks how many IMPS a demonology warlock has up?
 
Anyone know a mod that tracks how many IMPS a demonology warlock has up?

There is evilUI-ImpTracker... but I can not get it to work.. I think it requires evilUI to function?

Kanegasi 12-24-20 08:16 PM

Looking at the code for the ElvUI Wild Imps Tracker, it seems like it could be converted into a WeakAura with some work.
However, with four simple code edits, you can get it working alone without ElvUI.

Open ElvUI_WildImps.lua in any text editor (NotePad, etc.)

Find the following three lines and put two dashes in front of them like so:

Code:

-- local E, L, V, P, G, _ = unpack(ElvUI)

-- local LSM = LibStub("LibSharedMedia-3.0")

-- impCounter:SetFont(LSM:Fetch("font", "ElvUI Font"), 20, "OUTLINE")

Now delete the E. from this line (so that only UIParent is there):

Code:

local impGUI = CreateFrame("Frame", "impGUI", E.UIParent)

local impGUI = CreateFrame("Frame", "impGUI", UIParent)

If this was already installed and WoW was running, type /reload in chat.

Jynks 12-27-20 02:42 AM

thanks.,... but unfortunately this did not work.. : (


All times are GMT -6. The time now is 10:39 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI