Appearance
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,
})| Name | Kind | Nested |
|---|---|---|
leader_id | u32 | — |
loot_type | u32 | — |
members | rep | PartyLootPrice |