-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boss kill count messages send inconsistent image #577
Comments
Is there an icon in the top right of the first notif? I assume it's discord falling back because the first embed we intend to send is not being sent, and it's falling back to the second one, coming from the wiki link to Kraken. Maybe you can also try changing |
The boss image is automatically added as a rich embed if you disabled screenshots (and a matching NPC with the given name could be found): https://github.com/pajlads/DinkPlugin/blob/v1.10.12/src/main/java/dinkplugin/notifiers/KillCountNotifier.java#L155 (we will debate outright disabling this behavior or adding a setting toggle for it) This image is sourced from the wiki, and they use much larger images for NPCs relative to item images (which we use for collection log and pet notification thumbnails) |
heh |
Checklist
Describe your issue
When hitting an interval, randomly an image of the boss will be attached to the message. This does not always get attached, nor is there a way to not send these at all. The size of them is inconsistent as well across different bosses.
Screenshots
Runelite Logs
client.log
Runelite Version
1.10.42.1
The text was updated successfully, but these errors were encountered: