#WA trigger failure

50 messages · Page 1 of 1 (latest)

prisma oracle
#

is there a different item id for this seasons so'leahs trinket? I have this set in load options but its still loading and I cant find another id

#

the problem is that the WA is still showing up, even with these set. I cannot figure out how to make it stop showing up

sinful fable
#

put the trinket into your top trinket slot and type /dump GetInventoryItemID("player",13) into chat

#

that will print its item id

prisma oracle
#

sorry its covered lol

#

but its still there lol

sinful fable
#

not sure what's wrong with it then

prisma oracle
prisma oracle
#

WA trigger failure

#

are there any other reports of WA's not working properly based on triggers set?

prisma oracle
#

something is definitely broken, because with only a single ItemID it works. But if there is a second then it breaks. Even though both ItemId's work if they are the single ID included they will still break if they are added together. It seems the "OR" logic is broken and its using "AND" instead or something

#

im not sure how to report a bug

deft magnet
#

It would make sense to be AND

prisma oracle
# deft magnet It would make sense to be AND

I tested with both trinkets on that are listed, and it still doesnt work. so its not that either. though there is the word "or", and I dont think it being "and" would in fact make sense. I do not want this WA to load if I have bombsuit or tome on because I have a WA for those separately for example.

deft magnet
#

export the aura

#

and link it

prisma oracle
deft magnet
#

Yeah so it does as I said

#

Is this item not equipped or is this item not equipped

#

One of those will always be true when you use 2 item ids for the same item

prisma oracle
#

plus it literally says or lol

#

wait

#

just re-tested with both equipped and today it does not load, but yesterday it did

deft magnet
#

Or you used the wrong itemid yesterday

#

Nothing has changed in-game or in WA since yesterday, this is how that load option works

prisma oracle
#

its the one I screencapped above which is the exact same

deft magnet
#

It isn't the exact same in your screenshot

prisma oracle
#

the itemId from the dump is. regardless, how do I make this WA NOT load if either of those trinkets are being worn then

#

like the point is that I want this WA to load as it does normally. However certain on use trinkets have their own WA which I use instead and I want this WA to not load if those two are worn.

#

also super confused on why this works with only a single itemId in there. if I only have the tome itemId and remove Technique, then it works as I want, and when I have Tome on, it does not load.

deft magnet
#

Of course

deft magnet
grave holly
#

You want and, but that's not there

#

It's logical or.

prisma oracle
#

I dont see why I want and?

#

If this one is equipped, or this one is equipped, do not load.

#

thats all I want. I dont want "and"

deft magnet
prisma oracle
#

thats annoying since that list could grow quite large lol. But alright thanks!

prisma oracle
deft magnet
#

no but wouldn't you just make 1 aura to handle both slots

prisma oracle
#

wouldnt you need 2 since you could have 2 on use? This is also a pack I imported and I'm just trying to update it

deft magnet
#

It's relatively rare that double on use is a meta choice for a given season

#

but 2 trigger (one for each slot) could handle that fine as I remember it

#

But no, the load conditions do not care about slots

prisma oracle
#

could I edit the triggers to care then? The trigger for each of these is just the item in trink1 cooldown progress and shows on cooldown, with is useable selected. How would the triggers do what youre thinking?

deft magnet
#

Sounds like a lot of work to maintain a list of if trinket2 is X and trinket1 is Y then dont show in a trigger setup