Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Nitro x Plus Emulator.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Morohara" data-source="post: 467653" data-attributes="member: 93970"><p>His post was confusing and if you check some of the packet ids they conflict as using the same ID.</p><p>Copy and paste this <a href="https://github.com/dank074/PlusEMU/blob/nitro-ws/Communication/Packets/Incoming/ClientPacketHeader.cs" target="_blank">https://github.com/dank074/PlusEMU/blob/nitro-ws/Communication/Packets/Incoming/ClientPacketHeader.cs</a> back into the file. The error posted was one of the packets was using 4000 twice and that isn't good. also do go to the line 225 in packetmanager.cs and delete that as that will also cause an error. (ONLY do this if line 223 & 225 are the same. _packetNames.Add(ClientPacketHeader.InitCryptoMessageEvent, "InitCryptoEvent"); )</p></blockquote><p></p>
[QUOTE="Morohara, post: 467653, member: 93970"] His post was confusing and if you check some of the packet ids they conflict as using the same ID. Copy and paste this [URL]https://github.com/dank074/PlusEMU/blob/nitro-ws/Communication/Packets/Incoming/ClientPacketHeader.cs[/URL] back into the file. The error posted was one of the packets was using 4000 twice and that isn't good. also do go to the line 225 in packetmanager.cs and delete that as that will also cause an error. (ONLY do this if line 223 & 225 are the same. _packetNames.Add(ClientPacketHeader.InitCryptoMessageEvent, "InitCryptoEvent"); ) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Nitro x Plus Emulator.
Top