WeakAuras

WeakAuras

206M Downloads

'Since Apply' condition does not work for auras missing/always show state

wing5wong opened this issue ยท 5 comments

commented

Description

I tried to create an aura that implements a condition after Xs of being removed.
i.e. 2s after losing rejuv, make the aura red.

It seems that either this functionality is not possible with this trigger, or an issue exists with this trigger that means it doesnt work as expected

WeakAuras Version

4.0.1

World of Warcraft Flavor

Retail (Default)

Tested with only WeakAuras

  • Yes
  • No

Lua Error

No error

Reproduction Steps

Create a Aura > Player > Buff trigger with Show on: Aura(s) missing or Always

image

Create a condition of 'Since Apply > 1'
image

The condition is never met. Expected outcome is that 1s after the aura is missing, the condition is true.

if the Show on value is set to 'aura(s) found' the condition functions fine as you would expect. i.e. 1s after applying the buff, the condition is met.

Last Good Version

No response

Screenshots

No response

Export String

No response

commented

it can only work if the trigger is active, you need to set show on "always".

commented

Ok, so it is not possible to track time since losing a buff in this case? With always the timer is from application not removal of the buff

commented

This isn't the right forum to ask for help. This is a bug tracker. You should ask in our discord, as they can then figure out what you want and how to best approach that. I can tell you that with the setup you have above, it's no wonder you didn't get the right result and that there's no bug reported.

commented

!WA:2!DrvZUnsrq41YGanrcTXSeXUIdRcIOCcbwI9ahqYJJDsw5yhMzcje(XUNzQXDVzC3dD3JDCUT(0E2pc(mN8bEa8tWilepa7JqEcO62Jd7IpmU(RR67R6Q6kTRnQwCT438LlyrcUVixgbFXJK32ljrb6kYPLclj8iQqEUGX1HnB1nOL36iHinwmH7pHLbdwTvTv8qG6As3GzAjB4qqQ(KdKLI)LREAg4rYLK6ZnF5KrG6zR8GxLpg4entWxpIOJOGYNkM0JVqH)1iDczQYdWq0HNaKun9TQ8qR(5siHDRN)5T60zMkdstpnw58GB)8e09Y(nB4h03pOHxGBoNPdZsjtbPNT(oYCf0fLgSigcXdeGGuEsRoN3(IoZZ5LG3jBxsKMngc2OFMig(ZhDp2tajNK(titr4FZ93aqwdejrApdHOZvqAIT3v8HybuensCnqxGy0dgINr997vSZAunKeDZqPiNh)MNKvtd3Q7ROeSVEv5nr2tTgTFsesSv1xvk4YfCy(dU3)Ruzp(DYqtrQq(YkvQu9TBSUfuUnUiOx2NAnsY1cmvSOlzXAQBdu9(n1IDleBn(61Bgg(5seTY6)v5knlzksqPqJKlan62Tx3wf7irEzIzHnWilmQI)MxscUo7XTLS7E(pMtIXgd55bbVh33wP1wBteY4lLKSzxwkSbaJzkwykmOKZVZaB2UN2TBlV(U9cc6DM3PhFsW6hkTp7o4PLm6Q3RogV25GExe050UT(N1dtftAlH)ih4rtp)d(MVU(3THDghlnF2MHzgfZHxhMR1cEVXGeN3wym3b4d10pZg)wMn3O08HoZkCC84TwOUgNuB1dOSOB4Gsv1Ec)iskSrSddnVRTaUyFbK0qkWgs1V2nvqIBhQXq5698gLNQzoUMXZ9k8D8IsjkLrYvHTcJWcPDM0a)Ipo7jBxSn3OhXueSjhtNt4Sr2T1x4P0ePU9kGOaFT0YUpQyNIdxhBgZXq6B25LkaFtiwnZeNn3h6oIW4Tl(fB0f)AXVv87fhgMW4mf9)BEjJVzkhZNJ3e7GO7DcXOksZojUc9IIRDkg44Ihx7SqlIgVzF8ZRm4Q9zX17ct8(VHVLjsCFhXloVv9(n3)TnMmql0VPxRwDRNZIxkU(yAY1D01p7OqKajSHosg3KBGMvdVOAw2FWxdW1DyGhjnJsQUWWwMfzp7ap89SOBAx4uD2yIKz6Hln4KrsdyJaVXK0CO23UViR2piJOe(q8rXdkg)YQ466SmPa7F6Pf0zBVmgSg3uri3lZwbNAQ6hbJRn(VV6Fd

This should be a very simple Aura, showing a HoT on player with Show = Always. The Condition [Since Apply > 1 then colour = red] would, I expect, simply turn the Aura red 1 second after I apply the HoT, but it doesn't. If I close and reopen config with the buff running then it turns red 1 sec after closing config
https://i.imgur.com/3BKKWzm.gif

If this is working as intended then I don't know what's intended. None of this "since" stuff has ever worked satisfactorily from what I've seen, but I've never needed to use it myself so have never needed to persevere with it.

commented

That's different from what the user claims to want to do, but I can take a look at that.