DinkPlugin icon indicating copy to clipboard operation
DinkPlugin copied to clipboard

Item Allow List from specific bosses

Open luvke opened this issue 7 months ago • 2 comments

Checklist

  • [x] I've searched the issues and pull requests for similar looking suggestions.
  • [x] I've checked the Unreleased section of the changelog for newly added features that sound like my suggestion.

Describe your Suggestion

When an item is in the item allow list, could there be a way of only notifying if from a specified boss? Would be good to have Gold ring in the item allow list, but only when dropped from any of the DT2 bosses since the latest changes. Could be implemented by providing a JSON string in the item allow list in the following format: {"item1":["boss1","boss2"],"item2":[],"item3":["boss1"]} ?

Reasoning

Would be really good to notify when someone is 1/3 or 3/3 gold rings on the DT2 bosses

luvke avatar Jul 07 '25 20:07 luvke

Hard to make this user-friendly and straightforward within the default plugin config panel... would just use an intermediate webhook server to filter out gold ring notifs based on the loot source before forwarding them to the Discord endpoint

iProdigy avatar Nov 09 '25 02:11 iProdigy

Great, thank you for your response. I have created an endpoint which Dink forwards to now and it checks to see if the source of loot is accepted. Thanks for your help.

luvke avatar Nov 12 '25 10:11 luvke