Skip to content

Highscores ​

GameclientMessageHighscores · outbound · 72 bytes

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

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

Packet.send("Highscores", {
  category = 0,
  world = "",
  world_type = 0,
  page = 0,
  vocation_mask = 0,
  battleye = 0,
})
NameKindNested
categoryu32—
worldstr—
world_typeu32—
pageu32—
vocation_masku64—
battleyeu32—
vocationu32—
entriesu32—

Arcane SDK catalog generated from scripts/sdk