Celebrate a community boss kill
Basic
Get this flow
Install it straight into the desktop app, or download the package to import or share it. It lands as a draft you review before it runs.Need the desktop app? Get Corvus Connection.Graph structure (text alternative)
Trigger: onRpgBossDefeated
Nodes:
- On Boss Defeated
(entry.onRpgBossDefeated) - Text
(data.literal.string) - Send Chat Message
(action.sendChat) - Return
(flow.return)
Connections:
- On Boss Defeated.out โ Send Chat Message.in
- Text.value โ Send Chat Message.text
- Send Chat Message.out โ Return.in
Walkthrough
Celebrate the whole channel when a community boss goes down.
How it works
- On Boss Defeated fires when a community boss fight ends. It binds the topDamage and topDisplayName of the biggest contributor, plus whether the boss fled.
- Send Chat Message posts a GG to the whole channel.
- Return ends the flow.
Want to shout out the top damage dealer by name? Wire the trigger's topDisplayName port into your message with a text-format node. See On Boss Defeated for every field it binds.
