Register for your free account! | Forgot your password?

You last visited: Today at 13:31

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



What am i missing

Discussion on What am i missing within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
{ Angelius }'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 991
Received Thanks: 1,107
What am i missing

This is the awaiting BroadCast packet its being sent Everytime you open the BradCast board and you have a message that is waiting to be sent
PHP Code:
public static byte[] BroadCast(BroadCastStruct BCint PTypeint Position)
    {
        
PacketGen Packet = new PacketGen(new byte[270 8]key 5165);
        
Packet.WriteUInt16(270);
        
Packet.WriteUInt16(2051);
        
Packet.WriteUInt32((uint)10);
        
Packet.WriteUInt16(0);
        
Packet.WriteUInt16(BC.BCUID);
        
Packet.WriteUInt16(PType);
        
Packet.WriteUInt16(Position);
        
Packet.WriteUInt32((uint)BC.BCUID);
        
Packet.WriteUInt32((uint)BC.EntID);
        
Packet.WriteString(BC.Name);
        
Packet.StepOver(17 BC.Name.Length);
        
Packet.WriteUInt32((uint)BC.Cost);
        
Packet.WriteString(BC.Message);
        
Packet.WriteTQServer();
        return 
Packet.Packet;
    } 
so far it works fine but the only thing is
this is how the awaiting BreadCasts looks like


those green numbers in the top with no messages must be other ppl BreadCasts And ther message that is also awaiting to be sent just like the ones in the bottom of the BCBoard .

It must show how many message is waiting to be released but it dosent i can only see my own broad cast and its position an the upgrade option but all other awaiting BraodCasts are not showing up i though the packet might be missing something but im not sure

what im asking here is.

is that the right packet to be sent to the breadCaster and to other players at the same time and if yes did i miss any other info that need to be sent in that packet ?
if not than what do i need to do must be a good question
thanks everyone .
{ Angelius } is offline  
Old 01/06/2011, 22:59   #2
 
Iron~Man's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 162
Received Thanks: 31
It has nothing to do with the packet,, Check out PacketHandler.cs I Think.
Iron~Man is offline  
Old 01/06/2011, 23:48   #3
 
{ Angelius }'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 991
Received Thanks: 1,107
Quote:
Originally Posted by Iron~Man View Post
It has nothing to do with the packet,, Check out PacketHandler.cs I Think.
thats the PacketHandler job
PHP Code:
#region Broadcaster
case 2050:
 {
  
Handler.BroadCast.Handle(ClientData);
  break;
 }
#endregion 
this is the Handler.BroadCast.Handle void
PHP Code:
fixed (bytePtr Data)
                {
                    
byte Type Data[4];
                    switch (
Type)
                    {
                        case 
1:
                            {
//waiting breadcast with out the upgrade button 
                             
}
                                break;
                            }
                        case 
2:
                            {
Client.sendPacketP(HarCOP.BroadCast(BCMessage.ValueTypea)); break;
//waiting breadcast With the upgrade button being sent to the BC sender 
//and here is the problem the packet i posted in top of the thread is what should be sent here 
                                
break;
                            }
                        case 
3:
                            {
//Process BC sending cps/message/bad words/BC id /etc
                                
break;
                            }
                        case 
4:
                            {
// BC Upgrade button for 15 cps 
                                
break;
                            }
                        case 
5:
                            {
// BC Upgrade button for 5 cps 
                                
break;
                            }
                        default:
                            {
                                
Console.WriteLine("Unknow subType: " Type);
                                break;
                            }
                    }
                } 
{ Angelius } is offline  
Old 01/07/2011, 01:05   #4
 
-Shunsui-'s Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 1,152
Received Thanks: 321
Your offsets could of changed, if im not wrong that packet right there is from Elite CoEmue 5095
-Shunsui- is offline  
Old 01/07/2011, 03:26   #5
 
{ Angelius }'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 991
Received Thanks: 1,107
Quote:
Originally Posted by -Shunsui- View Post
Your offsets could of changed, if im not wrong that packet right there is from Elite CoEmue 5095
coenum is the source of that packet .
{ Angelius } is offline  
Reply


Similar Threads Similar Threads
missing acc. in PSF!!
11/19/2010 - Soldier Front Hacks, Bots, Cheats & Exploits - 6 Replies
username:abscbnwatta rank: 2 bar(yellow) gunz: devil uzi, fa-mas,m110 sass, mac10, desperado sp: 17,750 ecoin: 0 characters: ROCKMC(with set)
Missing MAP Missing skill 2M DK TzPhQy BOT v2.x & 1.8 (Exp)
01/19/2010 - Dekaron - 8 Replies
Missing MAP Missing skill 2M DK TzPhQy BOT v2.x & 1.8 (Exp) :rtfm:
Missing dbmon.exe file missing
11/05/2009 - Dekaron Private Server - 2 Replies
Can somone give me a download link or somthing just for dbmon.exe please and thank you
am i missing something
12/14/2007 - Dekaron - 1 Replies
I am new to this forum. I have read many posts and besides a couple (only the friskan bug comes to mind), you all really dont say to much that is concrete and usable. I understand that you don't want to give your secrets away. I guess I was under the impression that this was a website where you can find some secrets. But i do enjoy reading most of your stuff as it is entertaining. Maybe someone can point me in a direction via pm where i can find good info.



All times are GMT +1. The time now is 13:31.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.