Inbox Packet [Has a will to share?]

10/07/2013 22:31 abdoumatrix#1
hey everyone.

Any one has the will to share the inbox packets(dump or anything).:)

[Only registered and activated users can see links. Click Here To Register...]

(I don't play Co anymore , so i can't get the reward so i can sniff it myself):(

Ty for Time , Caring ..... etc.
10/08/2013 00:27 Spirited#2
It's not an implemented system, and it's not complete. You won't be able to find any sniffs of it from the official servers.
10/08/2013 03:55 nTL3fTy#3
Quote:
Originally Posted by Fang View Post
It's not an implemented system, and it's not complete. You won't be able to find any sniffs of it from the official servers.
Actually, both the auction house and the mailbox system are fully implemented on TQ's servers...
10/08/2013 05:32 Spirited#4
Quote:
Originally Posted by nTL3fTy View Post
Actually, both the auction house and the mailbox system are fully implemented on TQ's servers...
Did they finally add it in? Well, alright.

If the mail system is fully implemented, then you should be able to implement it. I know that my patch doesn't have a composition window, but there are ways around that.
10/08/2013 11:16 GameHackerPM#5
Quote:
Originally Posted by Fang View Post
It's not an implemented system, and it's not complete. You won't be able to find any sniffs of it from the official servers.
Implemented or not! Nothing impossible.. Anything can be done! ;)
10/08/2013 14:20 abdoumatrix#6
Quote:
Originally Posted by nTL3fTy View Post
Actually, both the auction house and the mailbox system are fully implemented on TQ's servers...
i have seen Auction in some server but i can't find it in the TQ's servers
only it pathfinding :D
10/08/2013 15:26 Soulfly25#7
hey bro, can I ask? How did u Change the Color of your name in to purple. Can U give me the

Update.cs
Flags (packet for that?)
10/08/2013 15:42 abdoumatrix#8
Quote:
Originally Posted by Soulfly25 View Post
hey bro, can I ask? How did u Change the Color of your name in to purple. Can U give me the

Update.cs
Flags (packet for that?)
it is jianhu not flag
10/08/2013 16:45 Mr.BibOAlMasrY#9
Quote:
14 00 EF 07 A8 4C A4 00 90 24 00 00 00 00 00 00 00 00 00 00
That's The Packet
10/08/2013 18:00 abdoumatrix#10
Quote:
Originally Posted by Mr.BibOAlMasrY View Post
That's The Packet
0x7ef 2031 NpcSpwan :D

what i need is 1045 , 1046

[Only registered and activated users can see links. Click Here To Register...]

i already get its 10010 packet
PHP Code:
case "inbox":
                                {                                 
                                    
Data data = new Data(true);
                                    
data.ID GamePackets.Data.OpenWindow;
                                    
data.UID client.Entity.UID;
                                    
data.TimeStamp Time32.Now;
                                    
data.dwParam 576;
                                    
data.wParam1 client.Entity.X;
                                    
data.wParam2 client.Entity.Y;
                                    
client.Send(data);
                                    
byte[] numArray1 = new byte[112 8];
                                    
Writer.WriteUInt16(1120numArray1);
                                    
Writer.WriteUInt16(10462numArray1);
                                    
Writer.WriteUInt32(6134294numArray1);                                    
                                    
client.Send(numArray1);
                                }
                                break; 
10/08/2013 18:10 Spirited#11
Thanks..... I haven't even gotten to blog about that yet.
10/08/2013 21:55 abdoumatrix#12
Quote:
Originally Posted by Fang View Post
Thanks..... I haven't even gotten to blog about that yet.
gonna share its item packets bla bla bla....?:rolleyes:(if yeah TY for u)

or I go on in guessing method :D
03/21/2014 16:38 abdoumatrix#13
if anyone need this like me.
my Friend [Only registered and activated users can see links. Click Here To Register...] get it for me.
here r the packets
if any one need any help with it just ask me.

03/21/2014 18:33 Spirited#14
Right, a completely useless inbox system since members can't compose messages. GG TQ.
PS: Not saying you can't find use for it, just saying TQ can't even implement a simple mail system.
03/21/2014 19:41 InsomniacPro#15
Quote:
Originally Posted by abdoumatrix View Post
if anyone need this like me.
my Friend [Only registered and activated users can see links. Click Here To Register...] get it for me.
here r the packets
if any one need any help with it just ask me.

Good job man, keep it up. We need more people that don't just leech, that takes information and applies it. I applaud you sir.