πŸ’€Mob Deaths

Logs monster kills (MVPs, mini-bosses) to Discord

Announce MVP and boss kills to your Discord server. Great for tracking who's hunting bosses and celebrating big kills with your community.

Action

mob_death

When It's Used

This script triggers automatically when:

  • A player kills a monster matching the configured type

  • Mob death logging is enabled in channels.conf

Why Use It

  • Track MVP hunters - See who's farming bosses

  • Community engagement - Celebrate big kills together

  • Server activity - Know when MVPs are being hunted

  • Detect issues - Spot suspicious kill patterns

Server Configuration

In conf/channels.conf, add these settings in the discord: { } block:

Setting
Type
Default
Description

ragnasync_mob_death_log_enabled

bool

false

Enable mob death logging

ragnasync_mob_death_log_channel_id

string

""

Discord channel for announcements

ragnasync_mob_death_log_types

string

"all"

Which monsters to log (comma-separated)

Monster Types

Value
What Gets Logged

all

All monster types (default)

mvp

MVP monsters only

miniboss

Mini-boss monsters

Multiple types: Use comma-separated values: "mvp,miniboss"

Message Format

When a player kills an MVP, Discord shows a formatted log:

Format: Account ID | Char ID | Character Name | Monster Name | Time

Data Fields

Field
Type
Description

player_name

string

Character who killed the monster

mob_name

string

Monster name

mob_id

int

Monster ID

account_id

int

Player's account ID

char_id

int

Player's character ID

channel

string

Discord channel ID

Examples

MVP-Only Announcements

Log only MVP kills to a public channel:

Include Mini-Bosses

For more comprehensive boss tracking:

Staff Monitoring Channel

Send to a private channel for staff review:

Custom Templates

Want custom MVP announcements? Add a [template: ...] field to create your own format.

Example:

Result: πŸ† Marky defeated Baphomet!

See Message Templates for all available placeholders and examples.

Last updated