Skip to content

MonsterBonusEffectAction ​

GameclientMessageMonsterBonusEffectAction · outbound · 40 bytes

Send scalars/strings with Packet.send. Print the live usage block with Packet.help("MonsterBonusEffectAction").

lua
local Packet = require("sdk.packet")

Packet.send("MonsterBonusEffectAction", {
  race_id = 0,
  charm = 0,
  action = 0,
})
NameKindNested
race_idu32—
charmu32—
actionu32—

Arcane SDK catalog generated from scripts/sdk