[DiscordArchive] Surely the server message has the same limit?
[DiscordArchive] Surely the server message has the same limit?
Archived author: stoneharry • Posted: 2021-07-07T13:31:50.905000+00:00
Original source
Surely the server message has the same limit?
Archived author: Soldan • Posted: 2021-07-07T13:32:36.217000+00:00
Original source
CHAT_MSG_SYSTEM has a limit of 2999 as far as i've seen
Archived author: Soldan • Posted: 2021-07-07T13:34:12.560000+00:00
Original source
It's how I send my transmog items.. I added a chat handler check, then split the message in to table[itemSlot]
Archived author: stoneharry • Posted: 2021-07-07T13:55:16.559000+00:00
Original source
We just send an addon message but split it into multiple 'packets', where each message has a prefix that denotes the opcode, packet number, and total number of packets