Skip to content

ApplySkillWheel ​

GameclientMessageApplySkillWheel · outbound · 56 bytes

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

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

Packet.send("ApplySkillWheel", {
  preset = 0,
  promotion = 0,
  vocation = 0,
  points = 0,
  gem_id = 0,
})
NameKindNested
presetu32—
promotionu32—
vocationu32—
pointsu32—
gem_idu32—

Arcane SDK catalog generated from scripts/sdk