Appearance
CollectDailyReward ​
GameclientMessageCollectDailyReward · outbound · 48 bytes
Send scalars/strings with Packet.send. Print the live usage block with Packet.help("CollectDailyReward").
lua
local Packet = require("sdk.packet")
-- Nested items need a helper. Scalars/strings only below.
Packet.send("CollectDailyReward", {
premium = 0,
})| Name | Kind | Nested |
|---|---|---|
premium | u8 | — |
items | rep | DailyRewardObjectInfo |