guhx Posted January 15, 2018 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 27 Reputation: 0 Joined: 04/03/14 Last Seen: December 11, 2020 Share Posted January 15, 2018 I'm having this problem when I send a private message to someone, these numbers appear after the nick. I searched in several places and could not find a solution. Can someone help me? Quote Link to comment Share on other sites More sharing options...
0 Functor Posted January 18, 2018 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 352 Reputation: 267 Joined: 09/08/13 Last Seen: Yesterday at 06:37 PM Share Posted January 18, 2018 You can change it by using any HEX editor. // 2015-11-04aRagexe4B51CE change 6A FF 6A 00 50 8D 4D D8 E8 85 B8 B7 FF to 90 90 90 90 90 90 90 90 90 90 90 90 904B5291 change 6A FF 6A 00 50 8D 4D D8 E8 C2 B7 B7 FF to 90 90 90 90 90 90 90 90 90 90 90 90 906FAFB0 change 20 28 00 00 5B 20 54 6F 20 00 00 00 29 20 5D 20 3A 20 to 20 00 00 00 5B 20 54 6F 20 00 00 00 5D 20 3A 20 00 00 // 2016-02-03aRagexeRE4D209E change 6A FF 6A 00 50 8D 4D D8 E8 95 08 B6 FF to 90 90 90 90 90 90 90 90 90 90 90 90 904D2161 change 6A FF 6A 00 50 8D 4D D8 E8 D2 07 B6 FF to 90 90 90 90 90 90 90 90 90 90 90 90 9071D994 change 20 28 00 00 5B 20 54 6F 20 00 00 00 29 20 5D 20 3A 20 to 20 00 00 00 5B 20 54 6F 20 00 00 00 5D 20 3A 20 00 00 2 2 1 Quote Link to comment Share on other sites More sharing options...
0 Najara Posted January 15, 2018 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 404 Reputation: 247 Joined: 12/17/11 Last Seen: Yesterday at 07:31 AM Share Posted January 15, 2018 This has something to do with using a client version different from the client version that has been clarified in your server. You should probably refer to src/config/packet.h Quote Link to comment Share on other sites More sharing options...
0 guhx Posted January 16, 2018 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 27 Reputation: 0 Joined: 04/03/14 Last Seen: December 11, 2020 Author Share Posted January 16, 2018 12 hours ago, Najara said: Isso tem algo a ver com o uso de uma versão do cliente diferente da versão do cliente que foi esclarecida em seu servidor. Você provavelmente deve se referir a src / config / packet.h I'm using the client 2015-11-04 The setting is correct: #define PACKETVER 20151104 Quote Link to comment Share on other sites More sharing options...
0 GodKnows Jhomz Posted January 17, 2018 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 333 Reputation: 68 Joined: 09/05/12 Last Seen: June 13, 2023 Share Posted January 17, 2018 Up for this, I'm also having the same problem even I already set the PACKETVER in packets.h file. I'm using 2016-02-03aRagexeRE. Quote Link to comment Share on other sites More sharing options...
0 guhx Posted January 19, 2018 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 27 Reputation: 0 Joined: 04/03/14 Last Seen: December 11, 2020 Author Share Posted January 19, 2018 On 18/01/2018 at 9:31 AM, Functor said: You can change it by using any HEX editor. // 2015-11-04aRagexe4B51CE change 6A FF 6A 00 50 8D 4D D8 E8 85 B8 B7 FF to 90 90 90 90 90 90 90 90 90 90 90 90 904B5291 change 6A FF 6A 00 50 8D 4D D8 E8 C2 B7 B7 FF to 90 90 90 90 90 90 90 90 90 90 90 90 906FAFB0 change 20 28 00 00 5B 20 54 6F 20 00 00 00 29 20 5D 20 3A 20 to 20 00 00 00 5B 20 54 6F 20 00 00 00 5D 20 3A 20 00 00 // 2016-02-03aRagexeRE4D209E change 6A FF 6A 00 50 8D 4D D8 E8 95 08 B6 FF to 90 90 90 90 90 90 90 90 90 90 90 90 904D2161 change 6A FF 6A 00 50 8D 4D D8 E8 D2 07 B6 FF to 90 90 90 90 90 90 90 90 90 90 90 90 9071D994 change 20 28 00 00 5B 20 54 6F 20 00 00 00 29 20 5D 20 3A 20 to 20 00 00 00 5B 20 54 6F 20 00 00 00 5D 20 3A 20 00 00 Thank you very much, it worked! Quote Link to comment Share on other sites More sharing options...
0 Dark Lunacy Posted July 3, 2018 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 94 Reputation: 4 Joined: 02/12/17 Last Seen: April 22, 2023 Share Posted July 3, 2018 (edited) On 1/18/2018 at 8:31 AM, Functor said: You can change it by using any HEX editor. // 2015-11-04aRagexe4B51CE change 6A FF 6A 00 50 8D 4D D8 E8 85 B8 B7 FF to 90 90 90 90 90 90 90 90 90 90 90 90 904B5291 change 6A FF 6A 00 50 8D 4D D8 E8 C2 B7 B7 FF to 90 90 90 90 90 90 90 90 90 90 90 90 906FAFB0 change 20 28 00 00 5B 20 54 6F 20 00 00 00 29 20 5D 20 3A 20 to 20 00 00 00 5B 20 54 6F 20 00 00 00 5D 20 3A 20 00 00 // 2016-02-03aRagexeRE4D209E change 6A FF 6A 00 50 8D 4D D8 E8 95 08 B6 FF to 90 90 90 90 90 90 90 90 90 90 90 90 904D2161 change 6A FF 6A 00 50 8D 4D D8 E8 D2 07 B6 FF to 90 90 90 90 90 90 90 90 90 90 90 90 9071D994 change 20 28 00 00 5B 20 54 6F 20 00 00 00 29 20 5D 20 3A 20 to 20 00 00 00 5B 20 54 6F 20 00 00 00 5D 20 3A 20 00 00 im having the same trouble with 2015-05-13, how can fix it in that client? 2015-05-13.exe thanks a lot Edited July 3, 2018 by Bucle Quote Link to comment Share on other sites More sharing options...
0 Functor Posted July 3, 2018 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 352 Reputation: 267 Joined: 09/08/13 Last Seen: Yesterday at 06:37 PM Share Posted July 3, 2018 // 2015-05-13aRagexe 48FA1E change 6A FF 6A 00 50 8D 4D D8 E8 B5 0C BA FF to 90 90 90 90 90 90 90 90 90 90 90 90 9048FAE1 change 6A FF 6A 00 50 8D 4D D8 E8 F2 0B BA FF to 90 90 90 90 90 90 90 90 90 90 90 90 906CB3B8 change 20 28 00 00 5B 20 54 6F 20 00 00 00 29 20 5D 20 3A 20 to 20 00 00 00 5B 20 54 6F 20 00 00 00 5D 20 3A 20 00 00 2 Quote Link to comment Share on other sites More sharing options...
0 Dark Lunacy Posted July 3, 2018 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 94 Reputation: 4 Joined: 02/12/17 Last Seen: April 22, 2023 Share Posted July 3, 2018 7 minutes ago, Functor said: // 2015-05-13aRagexe 48FA1E change 6A FF 6A 00 50 8D 4D D8 E8 B5 0C BA FF to 90 90 90 90 90 90 90 90 90 90 90 90 9048FAE1 change 6A FF 6A 00 50 8D 4D D8 E8 F2 0B BA FF to 90 90 90 90 90 90 90 90 90 90 90 90 906CB3B8 change 20 28 00 00 5B 20 54 6F 20 00 00 00 29 20 5D 20 3A 20 to 20 00 00 00 5B 20 54 6F 20 00 00 00 5D 20 3A 20 00 00 Thanks sir Quote Link to comment Share on other sites More sharing options...
Question
guhx
I'm having this problem when I send a private message to someone, these numbers appear after the nick.
I searched in several places and could not find a solution. Can someone help me?
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.