[DiscordArchive] lol?
[DiscordArchive] lol?
Archived author: ZaDarkSide • Posted: 2021-01-31T14:22:18.392000+00:00
Original source
exactly!
Archived author: MaxtorCoder • Posted: 2021-01-31T14:25:12.743000+00:00
Original source
<@!326429433277972500>
```cs
public static void HandleAdventureJournalDataResponse(Packet packet)
{
packet.ReadBit("UnkBit");
var journalCount = packet.ReadUInt32("AdventureJournalCount");
for (var i = 0; i < journalCount; ++i)
{
packet.ReadUInt32("AdventureJournalID");
packet.ReadUInt32("Unk_04");
}
}``` Struct for the SMSG packet.
Archived author: MaxtorCoder • Posted: 2021-01-31T14:26:27.739000+00:00
Original source
Can't seem to find out the `Unk_04` usage/name.
Archived author: MaxtorCoder • Posted: 2021-01-31T14:26:29.523000+00:00
Original source
Useless stuff
Archived author: ModoX • Posted: 2021-01-31T14:27:16.064000+00:00
Original source
No field is useless unless its unused
Archived author: MaxtorCoder • Posted: 2021-01-31T14:27:25.386000+00:00
Original source
Well it's used in the handler
Archived author: MaxtorCoder • Posted: 2021-01-31T14:27:30.948000+00:00
Original source
Same for the UnkBit field
Archived author: MaxtorCoder • Posted: 2021-01-31T14:27:48.763000+00:00
Original source
But it's not used anywhere else
Archived author: ModoX • Posted: 2021-01-31T14:28:00.433000+00:00
Original source
https://tenor.com/view/falafel-gifalafel...f-13411844
Archived author: MaxtorCoder • Posted: 2021-01-31T14:28:06.665000+00:00
Original source
<:lol:657311422878842918>