Skip to content

MonsterCyclopediaRace ​

GameserverMessageMonsterCyclopediaRace · inbound · 160 bytes

Subscribe with Engine.on("MonsterCyclopediaRace", fn). Print the live usage block with Engine.help("MonsterCyclopediaRace").

lua
local Engine = require("sdk.engine")

Engine.on("MonsterCyclopediaRace", function(ev)
  print(ev.race_id, ev.name, ev.current)
end)
NameKindNested
race_idu32—
namestr—
currentu32—
killsu64—
stageu32—
occurrenceu32—
difficultyu32—
charmu32—
pointsu32—
unlockedu8—
first_unlocku32—
second_unlocku32—
monster_lootsrepMonsterLoot
charm_costu32—
clear_costu32—
trackedu8—
locationu32—
animusu32—
masteryu32—
bestiary_pointsu32—
charm_pointsu64—
creature_resistancesrepCreatureResistance
extra_lootrepMonsterLoot

Arcane SDK catalog generated from scripts/sdk