adamk33n3r / runelite-watchdog

Custom notification plugin for RuneLite
BSD 2-Clause "Simplified" License
6 stars 24 forks source link

[Bug]When using the Item Change notification type, it doesn't check for X->0 #136

Closed Brandarf closed 6 months ago

Brandarf commented 6 months ago

Describe the bug When using the Item Change notification type, it doesn't check for X->0, so when you are using the last item in a stack, or last of an item you have multiple of in your inventory of, it won't fire.

To Reproduce Steps to reproduce the behavior:

  1. Create an alert using the inventory->item change notification type
  2. Set an item name, and set it to check "== -1"
  3. While you have more than 1 of the item, it will fire, when you get to the last item, it won't.

Expected behavior It to continue to fire for the last inventory item used.

Screenshots image

Additional context Making a Kraken alert group.

adamk33n3r commented 6 months ago

Fixed by #145