You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've checked the Unreleased section of the changelog for newly added features that sound like my suggestion.
Describe your Suggestion
The Kill Count category has an option to send personal best messages when a PB occurs. It also has an option to send the duration of each kill as it happens using the %TIME% keyword. I propose including the option to send existing PBs for kills where a PB does not happen.
This option exists in the Quest Speedrunning category already by including the %BEST% keyword in the notification message box. A similar option in the notification area of the Kill Count category, or including as it's own field in the extra json would be great.
Reasoning
I am building a hiscores for boss PBs in my clan. So far it's been done with the chat logger picking up clan broadcast PB messages through dink (Thanks!). Some people have quick times they would like to see posted but don't want to go back for a faster kill so allowing dink to send existing PBs would let me include those.
I could try to achieve this through more chat filtering and associating a KC (Boss Name) message with the followup PB message server side, but I figure as the plugin already has the association of an existing PB message to a boss name it may be a little more straight forward to make the change here.
The text was updated successfully, but these errors were encountered:
Piggybacking on the chat commands plugin would be a big improvement for what I'm trying to do so again thanks for checking.
With my use case - We have about 20% of the clan using DINK to monitor all clan PB broadcasts (Understandably not everyone wants to insall plugins that connect to 3rd party sources). So by picking up on !pb messages via clan chat it would let us capture those existing PBs for the other 80% too.
Checklist
Unreleased
section of the changelog for newly added features that sound like my suggestion.Describe your Suggestion
The Kill Count category has an option to send personal best messages when a PB occurs. It also has an option to send the duration of each kill as it happens using the %TIME% keyword. I propose including the option to send existing PBs for kills where a PB does not happen.
This option exists in the Quest Speedrunning category already by including the %BEST% keyword in the notification message box. A similar option in the notification area of the Kill Count category, or including as it's own field in the extra json would be great.
Reasoning
I am building a hiscores for boss PBs in my clan. So far it's been done with the chat logger picking up clan broadcast PB messages through dink (Thanks!). Some people have quick times they would like to see posted but don't want to go back for a faster kill so allowing dink to send existing PBs would let me include those.
I could try to achieve this through more chat filtering and associating a KC (Boss Name) message with the followup PB message server side, but I figure as the plugin already has the association of an existing PB message to a boss name it may be a little more straight forward to make the change here.
The text was updated successfully, but these errors were encountered: