Open xackery opened 1 year ago
Further investigation..
local pack = Packet(outOpcode, 2, true)
pack:SetRawOpcode(outOpcode)
pack:WriteInt16(outOpcode)
e.other:Say("Test1")
e.other:QueuePacket(pack)
e.other:Say("Test2")
setting the raw opcode makes the QueuePacket line report attached image
Are you able to dump the variables before they hit the logging function at line eqstream.cpp:69
?
Seems on build a590ea1d52b97c8d2274471aeb4c24b80fb5a8f3