Mostly in the emulator console.
If not, go to GameClient.cs
and look for parser_onNewPacket
//Cnsole.WriteLine("Handled Packet: " + Message, Mercury.ConsoleColor.Red);
//Logging.LogMessage("Handled Packet: " + message.Id);
Replace it with...
"I checked the methode but it seems fine, also there is no permission failure."
I removed the permission check for this and did it hardcoded with Session.GetHabbo().Rank > 6
This was a packet failure from the habbo.swf and no permission failure. I fixed it.
Thread can be closed.
Hello DevBest,
currently I have a strange bug, Users got clientside rights but withouth any effect on the server.
They got rank 5 (VIP) I have 3 VIP Ranks.
(Super VIP - 3)
(Ultra VIP - 4)
(Hyper VIP - 5)
On rank 1 - 4 they have no clientside rights, but people with rank 5 got them.
I checked...