βš”οΈMercenary Item Drops

Logs rare item drops when a player's mercenary kills a monster

Logs item drops when a player's mercenary lands the killing blow on a monster.

Action: merc_item_drop

Why Use It

  • Track mercenary-assisted farming separately from direct player kills

  • Monitor mercenary usage patterns across player types

  • Distinguish mercenary farming from homunculus and player kills

Configuration

ragnasync_merc_item_drop_log_enabled: true
ragnasync_merc_item_drop_log_channel_id: "YOUR_CHANNEL_ID"
ragnasync_merc_item_drop_log_min_rate: 500
ragnasync_merc_item_drop_log_types: "all"
Setting
Description
Default

enabled

Enable/disable logging

false

channel_id

Discord channel for drop logs

-

min_rate

Minimum drop rate to log (500 = 5%)

500

types

Mob types: all, mvp, miniboss, card

all

For data fields and more details, see Mob Item Drops.

Custom Templates

Customize your mercenary drop messages with templates. See Message Templates for placeholders and examples.

Last updated