Appearance
QuickLoot ​
GameclientMessageQuickLoot · outbound · 40 bytes
Send scalars/strings with Packet.send. Print the live usage block with Packet.help("QuickLoot").
lua
local Packet = require("sdk.packet")
-- Nested target need a helper. Scalars/strings only below.
Packet.send("QuickLoot", {
mode = 0,
})| Name | Kind | Nested |
|---|---|---|
mode | u32 | — |
target | msg | ObjectIdentifierAndPosition |