#WA trigger failure
50 messages · Page 1 of 1 (latest)
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
put the trinket into your top trinket slot and type /dump GetInventoryItemID("player",13) into chat
that will print its item id
exactly what I have... lol
sorry its covered lol
but its still there lol
thanks for trying. maybe someone else has an idea
WA trigger failure
are there any other reports of WA's not working properly based on triggers set?
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
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.
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
no it doesnt. I have equipped both items and it still loads
plus it literally says or lol
wait
just re-tested with both equipped and today it does not load, but yesterday it did
Or you used the wrong itemid yesterday
Nothing has changed in-game or in WA since yesterday, this is how that load option works
its the one I screencapped above which is the exact same
It isn't the exact same in your screenshot
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.
Of course
This is what it does
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"
The easiest way is for you to put in the trinkets you want it to load for in the item equipped
thats annoying since that list could grow quite large lol. But alright thanks!
is there a way to do this where its equipped in this slot? There are two WA's in the pack, one for trink1 and one for trink2. If I put these two for example, I only want this to load if this trinket is equipped in trink2 slot. Because if I have either of these in trink1 slot, and lets say tome in trink2, then the WA shows tome but I dont want that.
no but wouldn't you just make 1 aura to handle both slots
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
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
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?
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
