Skip to content

SetOutfit ​

GameclientMessageSetOutfit · outbound · 56 bytes

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

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

-- Nested outfit need a helper. Scalars/strings only below.
Packet.send("SetOutfit", {
  mount = 0,
})
NameKindNested
mountu32—
outfitmsgOutfit

Arcane SDK catalog generated from scripts/sdk