Title.
If anyone is familiar with the TellMeWhen add-on(is a much lighter version of WA), what conditions do I need to set to get the icon to track # of current imps?
Also, there are a few(like 5-7) versions of the spell IDs and I’m not sure which spell ID to use.
Also same for Demon Core tracking.
So far I’ve tried setting it to “track buff” as well as “reactive ability” and it shows the Implosion tooltip icon but it’s not showing the number of imps like it does when it is on my bars…same w Demoncore stacks.
Can anyone help me OR recommend a none weakaura way to keep track of these two things?
If all else fails as a a last resort I’m just gonna install ElvUI and take the time to remapnyall my binds into that but I want to avoid installing any more additional add-ons.
Thanks.
For Implosion I set it as Spell Cooldown and set the minimum stack requirement to 1 so the icon doesn’t always show.
For Demonic Core I set it to track buff. Just be sure it’s set to watch for it on you.
As for spell IDs just use the name.
1 Like
Thanks I’ll try again. Maybe I just needed to reload UI after setting it because I definitely tried this way.
Thanks! I’ll try to remember and report back if I find out anything else cool with Tellmewhen and Demo or Lock.
I use my Implosion spell to count my imps. I use one of the return values of GetActionInfo(), which is my current number of wild imps.
That’s what I’ve been doing but I’m getting older and need my eyes checked again. The icon is so small to an old man’s eyes.
could probly make a weakaura. My Implosion is on action button 5, so the code is GetActionCount(5).
!WA:2!DrvZUTTrq4k4c4cEOjwnni9MrGBBspyuyJK2RIku2QvrYHKoYUOaYl5ouCBO2LD3L6hFl6qrolG(cOZ9KEe8taHqrFaYJGFc6SlLCtQoimZSZpFFZ(TSwR6JQtRtF3blzXcEGOqgd1Kt7LKOaDTLXfkTyuimvN)Tjf8yntWFYtDKGUqY3)eq3WgQPOGRFYZEQdWPYzBkEfHhNkKNjyCDutVUHE(RJfImQycpyclhU6MTUE0HqQRbbxnxlzdhcs1N)nYnM)XskevKKeolhKN615SwN3XvJo(Kcj5O5QCilRnv58Evremg46amB20vdA2iiCqqyd)q3cothLNrMbsFozeOC8TPgDkqY0P3v6zsal1p4mVoDwGSQcco57rqMogcR8FPGc)1NClYmqYjzVgXlUgU823aqEdepXAFcUysxOGSe7gOCxKfkcU3iAiDjooFyiwJ67E3dYRRXn8avkbxgxSz9L)v2G2)seYremHngUCbhwC3Xp(RJZV)h0HMImH8NQvR2oVVk6wm4248WE5FHniPaVyrmg3Nr1PUnq3BRMfBkqTbF76QBWl3GOBSN)BOKGLmd5JuOrUyehUD711R8EsKvMCwAtm2cJDWFl2qcUo)(TKSR3)vfekUhi7hg(rCF7KwBJnriP9LK8593yubGXmflkdUAdN)avw(ET721ZFGBVWWEV0V9jNgU(UrhWUgE1ggDXhnhZPwTvVZd70UR3)SEyMyslj87fapE2zF63F4rpRIDMdwz(BBhMBCmfVoQqRf8EJbjkYwAc3b4d1PFPn)TmBHXP5DBMBkuWjBJK6Aom1o9Wuw8B4GsTJTIGysguz2HHH3ZoaxCVaY0OuGnmv)w3mbH2ksJPY1p0FurMM54AuJpSSNJFCgrPmwUkCvymwkTsqd8lD8NyVZxq4mJUqWFUVstK6w3aefeOLw2SB59kpyn1OIXugyEfkva(WLQMBYZ2RdChry8wL9TzxEr5LL)s5brjmotL()dVIXRu1y)CwA6eZyQCCVwigvtsSFHr98Yx7u(RoUyp0ol1I4XvV5EuTb)5Jz0f9zz09BpkxDubJU6hCN294x8ZISJlwLiXN7i(r92o3wD)3YeYa1OGM(EED9)pTAeIGe2qhjJBMaKM)GTFLYO0FbtrqXhn1NKLNs2zfLPmFvPnw2J29Z(X5BtoDn(cdhvV8k2ux5F8HhD4r1h)3x8Vp
Just track the spell cooldown of Implosion and set it to track the number of stacks (should be on by default): [Stacks:Hide(0)] under Text Displays.
1 Like