Hi,
I'm working on an emulator from scratch in C# (something I'm doing for some friends). I have an issue with messenger though. According to Arcturus developer the messenger hasn't been implemented correctly in Arcturus (and I would assume Plus as well).
This is the issue I'm talking about:
My friends packet is this (ignore the comment about the categories and the 1 near the gender cause apparently they weren't causing the issue):
And this is the first packet I send (limits + categories):
I tried using the same code as Plus does in my event:
I hope somebody can help me or knows a way to fix this cause this is a pretty annoying thing and after hours of research I couldn't get much further.
I'm working on an emulator from scratch in C# (something I'm doing for some friends). I have an issue with messenger though. According to Arcturus developer the messenger hasn't been implemented correctly in Arcturus (and I would assume Plus as well).
This is the issue I'm talking about:
My friends packet is this (ignore the comment about the categories and the 1 near the gender cause apparently they weren't causing the issue):
You must be registered for see links
And this is the first packet I send (limits + categories):
You must be registered for see links
(I used to append the categories but I tried later to see if it would work without them but even then it doesn't)I tried using the same code as Plus does in my event:
You must be registered for see links
I hope somebody can help me or knows a way to fix this cause this is a pretty annoying thing and after hours of research I couldn't get much further.