🐾Homunculus Item Drops

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

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

Action: hom_item_drop

Why Use It

  • Monitor AFK homunculus farming separately from direct player kills

  • Track Alchemist/Geneticist hunting patterns

  • Distinguish automated farming from active gameplay

Configuration

ragnasync_hom_item_drop_log_enabled: true
ragnasync_hom_item_drop_log_channel_id: "YOUR_CHANNEL_ID"
ragnasync_hom_item_drop_log_min_rate: 500
ragnasync_hom_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 homunculus drop messages with templates. See Message Templates for placeholders and examples.

Last updated