Closed harbingerofme closed 1 week ago
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 %BOSS%
in your notification message
to <%BOSS%>
? That would work in theory since <link_here>
is how you send a link on discord without embed.
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)
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.
Yes, that one is normal.
Maybe you can also try changing
%BOSS%
in yournotification message
to<%BOSS%>
? That would work in theory since<link_here>
is how you send a link on discord without embed.
For the record, the message previously was %COUNT% **%BOSS%**!
. Adding brackets completely breaks it.
Full relevant config
For the record, the message previously was
%COUNT% **%BOSS%**!
. Adding brackets completely breaks it.
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