|
You last visited: Today at 10:24
Advertisement
stuck initializing latest patch
Discussion on stuck initializing latest patch within the CO2 Private Server forum part of the Conquer Online 2 category.
06/27/2011, 01:04
|
#1
|
elite*gold: 0
Join Date: Apr 2008
Posts: 759
Received Thanks: 285
|
stuck initializing latest patch
PHP Code:
switch (pack.Type) { case PacketType.Language: { ChatPacket chat = new ChatPacket("ANSWER_OK", "SYSTEM", "ALLUSERS", ChatType.LoginInformation); SendPacket(chat);
byte[] buf = new byte[] { 0x83, 0x00, 0xEE, 0x03, 0x26, 0x6D, 0x14, 0x00, 0xF1, 0x65, 0x27, 0x00, 0x19, 0x02, 0xD8, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0xD7, 0x0F, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2B, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x41, 0x00, 0x64, 0x00, 0xE4, 0x00, 0x00, 0x00, 0xDD, 0x0A, 0x18, 0x19, 0x00, 0x00, 0x79, 0x91, 0x87, 0x00, 0x00, 0x01, 0x00, 0xA8, 0x02, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0x34, 0x00, 0x6A, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC2, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x0A, 0x7E, 0x42, 0x6C, 0x75, 0x65, 0x57, 0x61, 0x76, 0x65, 0x7E, 0x00, 0x09, 0x42, 0x6C, 0x61, 0x63, 0x6B, 0x44, 0x75, 0x73, 0x74 }; TqPacket packet = new TqPacket(new ByteBuffer(buf, buf.Length)); SendPacket(packet); break; } case PacketType.Command: { CommandPacket cmd = new CommandPacket(1002, 1002, 444, 444,0xA4); SendPacket(cmd); break; } default: { Console.WriteLine("\n\n"+outPutHex.ToHex(pack.getBuffer())); break; } }
as u can see am sending chat/char then the client request the CommandPacket i send it but am still stuck in initializing bar
and then the client send me some shit
Code:
C8 03 6E 04 03 00 50 00 58 02 00 00 00 00 00 00 00 00 00 00 59 02 00 00 00 00 00
00 00 00 00 00 5A 02 00 00 00 00 00 00 00 00 00 00 5B 02 00 00 00 00 00 00 00 0
0 00 00 5C 02 00 00 00 00 00 00 00 00 00 00 5D 02 00 00 00 00 00 00 00 00 00 00
5E 02 00 00 00 00 00 00 00 00 00 00 5F 02 00 00 00 00 00 00 00 00 00 00 60 02 00
00 00 00 00 00 00 00 00 00 62 02 00 00 00 00 00 00 00 00 00 00 63 02 00 00 00 0
0 00 00 00 00 00 00 64 02 00 00 00 00 00 00 00 00 00 00 8A 02 00 00 00 00 00 00
00 00 00 00 8B 02 00 00 00 00 00 00 00 00 00 00 8C 02 00 00 00 00 00 00 00 00 00
00 8D 02 00 00 00 00 00 00 00 00 00 00 8E 02 00 00 00 00 00 00 00 00 00 00 8F 0
2 00 00 00 00 00 00 00 00 00 00 90 02 00 00 00 00 00 00 00 00 00 00 91 02 00 00
00 00 00 00 00 00 00 00 92 02 00 00 00 00 00 00 00 00 00 00 93 02 00 00 00 00 00
00 00 00 00 00 94 02 00 00 00 00 00 00 00 00 00 00 96 02 00 00 00 00 00 00 00 0
0 00 00 97 02 00 00 00 00 00 00 00 00 00 00 98 02 00 00 00 00 00 00 00 00 00 00
99 02 00 00 00 00 00 00 00 00 00 00 9D 02 00 00 00 00 00 00 00 00 00 00 BD 02 00
00 00 00 00 00 00 00 00 00 BE 02 00 00 00 00 00 00 00 00 00 00 BF 02 00 00 00 0
0 00 00 00 00 00 00 C0 02 00 00 00 00 00 00 00 00 00 00 C2 02 00 00 00 00 00 00
00 00 00 00 C3 02 00 00 00 00 00 00 00 00 00 00 C5 02 00 00 00 00 00 00 00 00 00
00 C6 02 00 00 00 00 00 00 00 00 00 00 20 03 00 00 00 00 00 00 00 00 00 00 22 0
3 00 00 00 00 00 00 00 00 00 00 24 03 00 00 00 00 00 00 00 00 00 00 27 03 00 00
00 00 00 00 00 00 00 00 28 03 00 00 00 00 00 00 00 00 00 00 29 03 00 00 00 00 00
00 00 00 00 00 2A 03 00 00 00 00 00 00 00 00 00 00 2B 03 00 00 00 00 00 00 00 0
0 00 00 2C 03 00 00 00 00 00 00 00 00 00 00 2D 03 00 00 00 00 00 00 00 00 00 00
2E 03 00 00 00 00 00 00 00 00 00 00 2F 03 00 00 00 00 00 00 00 00 00 00 30 03 00
00 00 00 00 00 00 00 00 00 31 03 00 00 00 00 00 00 00 00 00 00 32 03 00 00 00 0
0 00 00 00 00 00 00 33 03 00 00 00 00 00 00 00 00 00 00 34 03 00 00 00 00 00 00
00 00 00 00 35 03 00 00 00 00 00 00 00 00 00 00 36 03 00 00 00 00 00 00 00 00 00
00 37 03 00 00 00 00 00 00 00 00 00 00 38 03 00 00 00 00 00 00 00 00 00 00 39 0
3 00 00 00 00 00 00 00 00 00 00 3A 03 00 00 00 00 00 00 00 00 00 00 3B 03 00 00
00 00 00 00 00 00 00 00 3C 03 00 00 00 00 00 00 00 00 00 00 3D 03 00 00 00 00 00
00 00 00 00 00 3E 03 00 00 00 00 00 00 00 00 00 00 3F 03 00 00 00 00 00 00 00 0
0 00 00 40 03 00 00 00 00 00 00 00 00 00 00 41 03 00 00 00 00 00 00 00 00 00 00
42 03 00 00 00 00 00 00 00 00 00 00 43 03 00 00 00 00 00 00 00 00 00 00 44 03 00
00 00 00 00 00 00 00 00 00 98 03 00 00 00 00 00 00 00 00 00 00 99 03 00 00 00 0
0 00 00 00 00 00 00 9D 03 00 00 00 00 00 00 00 00 00 00 9E 03 00 00 00 00 00 00
00 00 00 00 9F 03 00 00 00 00 00 00 00 00 00 00 A0 03 00 00 00 00 00 00 00 00 00
00 A1 03 00 00 00 00 00 00 00 00 00 00 A2 03 00 00 00 00 00 00 00 00 00 00 A5 0
3 00 00 00 00 00 00 00 00 00 00 A6 03 00 00 00 00 00 00 00 00 00 00 AA 03 00 00
00 00 00 00 00 00 00 00
C8 03 6E 04 03 00 50 00 B6 03 00 00 00 00 00 00 00 00 00 00 B7 03 00 00 00 00 00
00 00 00 00 00 B8 03 00 00 00 00 00 00 00 00 00 00 B9 03 00 00 00 00 00 00 00 0
0 00 00 BA 03 00 00 00 00 00 00 00 00 00 00 BB 03 00 00 00 00 00 00 00 00 00 00
BC 03 00 00 00 00 00 00 00 00 00 00 BD 03 00 00 00 00 00 00 00 00 00 00 BE 03 00
00 00 00 00 00 00 00 00 00 BF 03 00 00 00 00 00 00 00 00 00 00 C0 03 00 00 00 0
0 00 00 00 00 00 00 C1 03 00 00 00 00 00 00 00 00 00 00 C2 03 00 00 00 00 00 00
00 00 00 00 C3 03 00 00 00 00 00 00 00 00 00 00 C4 03 00 00 00 00 00 00 00 00 00
00 C5 03 00 00 00 00 00 00 00 00 00 00 C6 03 00 00 00 00 00 00 00 00 00 00 C7 0
3 00 00 00 00 00 00 00 00 00 00 DA 03 00 00 00 00 00 00 00 00 00 00 DB 03 00 00
00 00 00 00 00 00 00 00 DC 03 00 00 00 00 00 00 00 00 00 00 DD 03 00 00 00 00 00
00 00 00 00 00 DF 03 00 00 00 00 00 00 00 00 00 00 E0 03 00 00 00 00 00 00 00 0
0 00 00 E1 03 00 00 00 00 00 00 00 00 00 00 E7 03 00 00 00 00 00 00 00 00 00 00
E8 03 00 00 00 00 00 00 00 00 00 00 E9 03 00 00 00 00 00 00 00 00 00 00 EA 03 00
00 00 00 00 00 00 00 00 00 EE 03 00 00 00 00 00 00 00 00 00 00 EF 03 00 00 00 0
0 00 00 00 00 00 00 F0 03 00 00 00 00 00 00 00 00 00 00 F1 03 00 00 00 00 00 00
00 00 00 00 F2 03 00 00 00 00 00 00 00 00 00 00 F3 03 00 00 00 00 00 00 00 00 00
00 F4 03 00 00 00 00 00 00 00 00 00 00 F5 03 00 00 00 00 00 00 00 00 00 00 F6 0
3 00 00 00 00 00 00 00 00 00 00 F7 03 00 00 00 00 00 00 00 00 00 00 F8 03 00 00
00 00 00 00 00 00 00 00 F9 03 00 00 00 00 00 00 00 00 00 00 FA 03 00 00 00 00 00
00 00 00 00 00 FB 03 00 00 00 00 00 00 00 00 00 00 FC 03 00 00 00 00 00 00 00 0
0 00 00 FD 03 00 00 00 00 00 00 00 00 00 00 FF 03 00 00 00 00 00 00 00 00 00 00
03 04 00 00 00 00 00 00 00 00 00 00 04 04 00 00 00 00 00 00 00 00 00 00 05 04 00
00 00 00 00 00 00 00 00 00 06 04 00 00 00 00 00 00 00 00 00 00 4C 04 00 00 00 0
0 00 00 00 00 00 00 4D 04 00 00 00 00 00 00 00 00 00 00 4E 04 00 00 00 00 00 00
00 00 00 00 4F 04 00 00 00 00 00 00 00 00 00 00 50 04 00 00 00 00 00 00 00 00 00
00 51 04 00 00 00 00 00 00 00 00 00 00 53 04 00 00 00 00 00 00 00 00 00 00 54 0
4 00 00 00 00 00 00 00 00 00 00 56 04 00 00 00 00 00 00 00 00 00 00 57 04 00 00
00 00 00 00 00 00 00 00 58 04 00 00 00 00 00 00 00 00 00 00 5A 04 00 00 00 00 00
00 00 00 00 00 5B 04 00 00 00 00 00 00 00 00 00 00 5C 04 00 00 00 00 00 00 00 0
0 00 00 5D 04 00 00 00 00 00 00 00 00 00 00 5E 04 00 00 00 00 00 00 00 00 00 00
60 04 00 00 00 00 00 00 00 00 00 00 61 04 00 00 00 00 00 00 00 00 00 00 63 04 00
00 00 00 00 00 00 00 00 00 65 04 00 00 00 00 00 00 00 00 00 00 66 04 00 00 00 0
0 00 00 00 00 00 00 67 04 00 00 00 00 00 00 00 00 00 00 68 04 00 00 00 00 00 00
00 00 00 00 69 04 00 00 00 00 00 00 00 00 00 00 6A 04 00 00 00 00 00 00 00 00 00
00 6B 04 00 00 00 00 00 00 00 00 00 00 6D 04 00 00 00 00 00 00 00 00 00 00 6E 0
4 00 00 00 00 00 00 00 00 00 00 6F 04 00 00 00 00 00 00 00 00 00 00 75 04 00 00
00 00 00 00 00 00 00 00
B4 02 6E 04 03 00 39 00 76 04 00 00 00 00 00 00 00 00 00 00 77 04 00 00 00 00 00
00 00 00 00 00 78 04 00 00 00 00 00 00 00 00 00 00 79 04 00 00 00 00 00 00 00 0
0 00 00 7A 04 00 00 00 00 00 00 00 00 00 00 B0 04 00 00 00 00 00 00 00 00 00 00
B1 04 00 00 00 00 00 00 00 00 00 00 78 05 00 00 00 00 00 00 00 00 00 00 18 06 00
00 00 00 00 00 00 00 00 00 19 06 00 00 00 00 00 00 00 00 00 00 1A 06 00 00 00 0
0 00 00 00 00 00 00 29 06 00 00 00 00 00 00 00 00 00 00 2A 06 00 00 00 00 00 00
00 00 00 00 2B 06 00 00 00 00 00 00 00 00 00 00 2C 06 00 00 00 00 00 00 00 00 00
00 2D 06 00 00 00 00 00 00 00 00 00 00 2E 06 00 00 00 00 00 00 00 00 00 00 2F 0
6 00 00 00 00 00 00 00 00 00 00 30 06 00 00 00 00 00 00 00 00 00 00 31 06 00 00
00 00 00 00 00 00 00 00 32 06 00 00 00 00 00 00 00 00 00 00 33 06 00 00 00 00 00
00 00 00 00 00 34 06 00 00 00 00 00 00 00 00 00 00 35 06 00 00 00 00 00 00 00 0
0 00 00 A5 06 00 00 00 00 00 00 00 00 00 00 E1 06 00 00 00 00 00 00 00 00 00 00
E2 06 00 00 00 00 00 00 00 00 00 00 E3 06 00 00 00 00 00 00 00 00 00 00 88 07 00
00 00 00 00 00 00 00 00 00 89 07 00 00 00 00 00 00 00 00 00 00 8A 07 00 00 00 0
0 00 00 00 00 00 00 A4 07 00 00 00 00 00 00 00 00 00 00 71 17 00 00 00 00 00 00
00 00 00 00 84 17 00 00 00 00 00 00 00 00 00 00 85 17 00 00 00 00 00 00 00 00 00
00 86 17 00 00 00 00 00 00 00 00 00 00 87 17 00 00 00 00 00 00 00 00 00 00 88 1
7 00 00 00 00 00 00 00 00 00 00 89 17 00 00 00 00 00 00 00 00 00 00 9F 17 00 00
00 00 00 00 00 00 00 00 A1 17 00 00 00 00 00 00 00 00 00 00 A2 17 00 00 00 00 00
00 00 00 00 00 A3 17 00 00 00 00 00 00 00 00 00 00 B6 17 00 00 00 00 00 00 00 0
0 00 00 B7 17 00 00 00 00 00 00 00 00 00 00 B8 17 00 00 00 00 00 00 00 00 00 00
B9 17 00 00 00 00 00 00 00 00 00 00 BA 17 00 00 00 00 00 00 00 00 00 00 BB 17 00
00 00 00 00 00 00 00 00 00 BC 17 00 00 00 00 00 00 00 00 00 00 BD 17 00 00 00 0
0 00 00 00 00 00 00 BE 17 00 00 00 00 00 00 00 00 00 00 BF 17 00 00 00 00 00 00
00 00 00 00 C0 17 00 00 00 00 00 00 00 00 00 00 EE 17 00 00 00 00 00 00 00 00 00
00 28 18 00 00 00 00 00 00 00 00 00 00 21 4E 00 00 00 00 00 00 00 00 00 00
idk what's wrong LOL!
|
|
|
06/27/2011, 11:03
|
#2
|
elite*gold: 0
Join Date: Aug 2010
Posts: 992
Received Thanks: 1,110
|
Again .
@Mr_PoP ...when you get online find me on yahoo messenger cus i think i can help you with that one ,
and i said again cus i offered to help in an earlier post/replay and that korfaks deleted it :/
|
|
|
06/27/2011, 14:14
|
#3
|
elite*gold: 0
Join Date: Oct 2009
Posts: 768
Received Thanks: 550
|
The problem is probably caused by the fact that you send random command packets. You send the set location id when the client requests it (74 [not hex]). This should make it work just fine
|
|
|
06/27/2011, 15:52
|
#4
|
elite*gold: 0
Join Date: Apr 2008
Posts: 759
Received Thanks: 285
|
Quote:
Originally Posted by { Angelius }
Again .
@Mr_PoP ...when you get online find me on yahoo messenger cus i think i can help you with that one ,
and i said again cus i offered to help in an earlier post/replay and that korfaks deleted it :/
|
right i will msg you thanks
Quote:
Originally Posted by -impulse-
The problem is probably caused by the fact that you send random command packets. You send the set location id when the client requests it (74 [not hex]). This should make it work just fine
|
yeah the client requested it and i sent it , all my packets are hexed it wont make anydifferent really. thanks for your replay Impules
|
|
|
Similar Threads
|
KTS Latest patch= no more KTS in english
07/22/2010 - Rappelz - 2 Replies
As the title says - yup KTS got the stupid new font as well as US client and now the mega outdated engilsh KTS patch no longer works :(
Any suggestions how to overcome this will be much appreatiated . Also anyone who has a way to overcome this - Please share it with a fellow player
|
Stuck by initializing using cid 2.0.9
03/01/2009 - Conquer Online 2 - 0 Replies
please can someone help me. when i log in and i use cid 2.0.9 i stuck at initializing. i play at wonders/pyramide server.
need help :( :confused:
|
how do you down grade your client so your stuck at 4344 patch or something
02/27/2008 - Conquer Online 2 - 2 Replies
im trying to make my client be 4353 or what ever, and im al ready at new patch ect, but when i put in the older patch and try to log in, it cant get into the servers, what do i need to do , so i can stay stuck at an older patch version client
|
All times are GMT +1. The time now is 10:26.
|
|