Skip to main content
Corvus Connection

Celebrate a community boss kill

Basic
When a community boss is defeated, post a GG to the whole channel.

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.
On Boss DefeatedoutbossSlugfledtopDamagetopDisplayNameTextvalueSend Chat MessageintextoutReturnin
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

  1. 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.
  2. Send Chat Message posts a GG to the whole channel.
  3. 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.

Uses these nodes