Skip to content

BossSlots ​

GameserverMessageBossSlots · inbound · 80 bytes

Subscribe with Engine.on("BossSlots", fn). Print the live usage block with Engine.help("BossSlots").

lua
local Engine = require("sdk.engine")

Engine.on("BossSlots", function(ev)
  print(ev.slot_a, ev.slot_b, ev.slot_c)
end)
NameKindNested
slot_au32—
slot_bu32—
slot_cu32—
todayu32—
boss_slot_datamsgBossSlotData
enhancedmsgBossSlotData
removemsgBossSlotData
bosstiary_boss_detailsrepBosstiaryBossDetail

Arcane SDK catalog generated from scripts/sdk