Skip to content

PartyHuntAnalyser ​

GameclientMessagePartyHuntAnalyser · outbound · 48 bytes

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

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

-- Nested members need a helper. Scalars/strings only below.
Packet.send("PartyHuntAnalyser", {
  leader_id = 0,
  loot_type = 0,
})
NameKindNested
leader_idu32—
loot_typeu32—
membersrepPartyLootPrice

Arcane SDK catalog generated from scripts/sdk