#Trigger Function for Augment Rune

6 messages · Page 1 of 1 (latest)

vale meteor
#

I have never really made anything extra within WA but I want to create a WA that tracks my Augment Rune. I have 3 conditions

  • (Trigger 1) Aura Draconing Augmentation is missing
  • (Trigger 2) Aura Draconig Augmentation is about to fall off (in 60 sec)
  • (Trigger 3) To have Dreambound Augment Rune in bags

I have a Custom trigger function:
function(trigger)
return (trigger[1] or trigger[2]) and trigger[3]
end

I know my Trigger 1 and Trigger 2 works perfect. I have added the 3rd trigger now so the WA does not show up for my alts who does not have the infinite augment runes.

marsh peak
#

there is no filter

vale meteor
#

what filter?

marsh peak
#

you have an item count trigger, but nothing in there

vale meteor
#

Ok I changed it to "check" Item Count != 0
that should do it I suppose

#

Yep, it works. Well I thought the Item Count is only for when items can stack. In that case all good! 🙂