Added alternate command sequence for clients that don't support # commands. Incoming channel messages work I think. Outgoing special msg still pretty screwed up but working on it.

This commit is contained in:
KimLS
2024-11-20 22:35:09 -08:00
parent 63331b678b
commit 0eedbea060
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -2563,8 +2563,8 @@ namespace Larion
VARSTRUCT_DECODE_STRING(Sender, InBuffer);
VARSTRUCT_DECODE_STRING(Target, InBuffer);
//packet seems the same as rof2 with 5 more empty bytes before language
InBuffer += 9;
//packet seems the same as rof2 with 4 more empty bytes before language
InBuffer += 8;
uint32 Language = VARSTRUCT_DECODE_TYPE(uint32, InBuffer);
uint32 Channel = VARSTRUCT_DECODE_TYPE(uint32, InBuffer);