Appearance
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,
})| Name | Kind | Nested |
|---|---|---|
preset | u32 | — |
promotion | u32 | — |
vocation | u32 | — |
points | u32 | — |
gem_id | u32 | — |