WeakAuras

WeakAuras

200M Downloads

Dynamic Information not displaying trigger icon and name

Brodieman opened this issue ยท 6 comments

commented

Description

I am setting up an Aura that will display an icon and text when an item is not equipped. I have multiple triggers get up with assigned gear. I would like the icon to display the name and text of the missing gear that triggers the aura.

Currently the tooltip is enabled and is showing the correct missing gear. However the icon is missing, all I see is the glow.

WeakAuras Version

WeakAura 5.0.5

World of Warcraft Flavor

Wrath of the Lich King Classic

Tested with only WeakAuras

  • Yes
  • No

Lua Error

No response

Reproduction Steps

Set a trigger to Type {Item, Item Equipped}, Type in the item ID, and check Inverse.
Set Display Icon Source to Dynamic Information, no Fallback Icon
I enabled Tooltip Mouseover for testing (it's showing the correct dynamic information

Last Good Version

No response

Screenshots

Display
MissingIcon
Trigger

Export String

!WA:2!Lw1tVTrru86AeTAfbrCBdQ8NIBvPIkffvckfjU51yxcYnoS7wA5K3X7oE3Pz9mtNzw74ER(upIYbob9GpZjFIJO8jyKfIpa9aN4u(eWBMDDAABYj8H1V3BEV38793Ps7AdRfxl(53AgjIr9z5Ii8NCoX(DhmqIv)7xnlkxQyddW7R43Eqonsry0V42o1RlWQCbTokxG6HPJ2GOWd3bne7GPXIjf2FZvMJOrPmXUmcv1VzRDcA5TiIXYIzJP(JjCC4HlzBfNGtDnWiCQsqssWc5F8UN)wIsM)XvnHJDn3ZlL59XJWuLF(GbK9N3Rzd)GE(bn8cwKGPybjYpLnUl9Ls7FnlVI55sCpcDe4zCON1dl2g8x9wpjNW54y3Ckr1NNHMGfhAvgo1pJPs9OqSjDMk54SSTJLohJHDfyadE(72QtNJTXKjcNUK6IV4s8vnh9AGlCwmUpeabqyj(UwD2T9d6CqoTmCDUL(9(f9k63xFPq9L1xrVM(d1FwO(td1x7IVyn9Q6A666RRVrHIGSR8gAA0WypyXju8m84V9StXJ37)Jh)1F(eECEmr(yB7Zi8Mi6e(QilDqrWEFwm(3p3miffaLkfHhE0EymVbKTJuEiOPl9ajoBGTpsFbiXjrq7hsHtNb1bpCc0wk)MNFn(vvqRAp7NbmXqKQhTKWLYO4do(4B850dTmJiss)mCi)dSSYue0Q0KLXeFFLkvQY)432JB8LLK61FzHrlXMBJhe0LFjRquom5ayp6HKyvQBdG9Oc3q2hhBf(SffZhpQyEPsj7pvYwaWhdJGKbtGWwWuqiBggD3P7oT41obIx6ItjdWlj8uKH4y(1offmNuYvrVIaYPMZltjNyggaHvuKn)uf(DqPJOG2TfKNw)hYrXqLbvpi41a4YGQu4RfPt438SavgobfnP3GmgtKUWQWyMi(HceF6dljwCmgSZsDFqqNTH0Zh9w(m6vfo(1pRBKlWrqpbJwLx)S0zilUNP9l8vxTp5P4RYV9zzr8eydcjQNkvGHTszXtoLkv0XWBn9klGQqFu0Ejcwon(VxKKXg3wGFsoMgnz335oBS5wfLkZbZnFw2dm1Wysfl6NRumAxyJhStBMrChmnrLEfR(lljhyyAECj1Sf7ElLK6Aom0E7bPKO9OyPSQ1c)iugUGSdbeVQ9cCHIcwK2pftssvpZnJHIB3xbQsvR5nmhgVDCnd2RPJC8IYqsPHYvc5pdXmHDA2aFTdVgGLLRVHTeEMC(bikXmyXO31tQqcv7dXij2xjSX2fGnsRVi2SEauPN5vdyFp8UsSCQrpRNx3DiIqBR3ZQTotput1R3FaHsKPVP45eArDb8NZmJNigsPJazFquEx9JD0ChxWALJhkJNIQ6(ugByLnZjXZBShL0yVoBU9t(6zkwK59hWQlo6pVbC49jsjHMu3DB)JkgkAlG3mmOSVFtVwT2z(aJai8GPQQEJTlo8E1eyFaqdijoIYx2s5xE5BQMvfFlrIG9BXPlGfsG37YlWUzLS5LUTbZp)0LweEemLJfuu2pwGYX1KEBTXD2yRAJ(Rh9F)

commented

I am sorry mrbuds, is that something in the addon code that will be fixed in next release or something I have to add in my Aura?

commented

The line automatically added before your comment is a potential fix for your issue, it needs to be review and merge, and then it will (hopefully) be fixed for next WeakAuras release.

You can test the change yourself by editing the file if you want.

commented

No worries, thanks! I was just checking to see if I was not setting the aura correctly or if it was an actual bug. Thanks for responding so quick!!!

commented

Yeah, sorry, I noticed what I did and corrected the code. Picture of my code change attached

I added the code to the Prototypes.lua and it still does not seem to be working
NewCode
NotWorking

commented

You didn't copy correctly, but if you can't get it right you can re-install addon

commented

I was able to fix it by removing the if else statement entirly. I am not sure if this will break anything else or not?
WorkingCode
Working