RinZJ / better-discord-loot-logger

BSD 2-Clause "Simplified" License
0 stars 9 forks source link

Raids Loot Question/Issue #12

Closed MJensen03 closed 1 year ago

MJensen03 commented 2 years ago

A couple of buddies were messing around with how the plugin works and they noticed when they disable the chat window, the posts from Chambers of Xeric don't get posted to the discord channel. We started wondering of why it didn't work on that occasion so I opened up your Github and noticed that you did have an onWidgetLoaded function checking for Chambers. To my understanding this should have the ability to take the screenshot and post when the Chambers reward chest is opened and post that to the discord channel. Is this an issue or is there something going on that is intended and I am misunderstanding your code? I'm not full familiar with the Runelite API.

RinZJ commented 2 years ago

So the onWidgetLoaded event is only being used to trigger the message but it still requires the chat to actually get the loot info for the message.