Register for your free account! | Forgot your password?

You last visited: Today at 20:27

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

Advertisement



[REQUEST] ChatTypes

Discussion on [REQUEST] ChatTypes within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
Galactic's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 84
Received Thanks: 46
Post [REQUEST] ChatTypes

Hello guys,

Does anyone have a list of all ChatTypes? If yes could you please send me the link.

Thanks,
Galactic is offline  
Old 03/01/2011, 15:00   #2
 
Arco.'s Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 335
Received Thanks: 170
Talk = 0x7d0,
Whisper = 0x7d1,
Action = 0x7d2,
Team = 0x7d3,
Guild = 0x7d4,
Top = 0x7d5,
Spouse = 0x7d6,
Yell = 0x7d8,
Friend = 0x7d9,
Broadcast = 0x9c4,
Center = 0x7db,
Ghost = 0x7dd,
Service = 0x7de,
Dialog = 0x834,
LoginInformation = 0x835,
VendorHawk = 0x838,
Website = 0x839,
MiniMap = 0x83c,
MiniMap2 = 0x83d,
FriendsOfflineMessage = 0x83e,
GuildBulletin = 0x83f,
TradeBoard = 0x899,
FriendBoard = 0x89a,
TeamBoard = 0x89b,
GuildBoard = 0x89c,
OthersBoard = 0x89d;
Arco. is offline  
Thanks
1 User
Old 03/01/2011, 15:14   #3
 
Galactic's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 84
Received Thanks: 46
Thanks, just what I needed
Galactic is offline  
Old 03/01/2011, 15:54   #4
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,380
No offense but this is contained in like every single source ever... or you could have made a /test ### type cmd.. either one would have found you these rather quickly.

Just sayin'...
pro4never is offline  
Thanks
1 User
Old 03/01/2011, 18:49   #5
 
-Mac-'s Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 56
Received Thanks: 2
Erm what did you mean by "/test ###" o_o
Just wondering.
-Mac- is offline  
Old 03/01/2011, 19:02   #6
 
Arco.'s Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 335
Received Thanks: 170
Quote:
Originally Posted by -Mac- View Post
Erm what did you mean by "/test ###" o_o
Just wondering.
Using a command to test out different chat types.

if (Cmd[0] == "/test"){
Hero.Send(new MessagePacket("This is testing the chat type "+Cmd[1], 0xFFFFFF, uint.Parse(Cmd[1])));}

Cmd[1] being the chat type.
Arco. is offline  
Old 03/03/2011, 09:12   #7
 
elite*gold: 0
Join Date: Jan 2011
Posts: 470
Received Thanks: 97
Quote:
Originally Posted by Iron~Man View Post
Never Tried, but a loop would be good to get chat types..
and yeah, -Mac- is leecher, that's why he releases nice things on 4botters and He doesn't know how to send a packet thru command.
Yes. You are completely correct. You can use a command and loop to find chat types- that's what i do for EVERYTHING that I can't find in the ini folder of the client.

example:
Code:
int lowerRange = int.Parse(Data[1]);
int higherRange = int.Parse(Data[2])
for (int x = lowerRange; x < higherRange; x++)
{
     client.Send(new MessagePacket("Testing: " + x, Color.Red, Message.Talk));
     client.Send(new MessagePacket("Message Test", Color.Red, (uint)x));
     System.Threading.Sleep(100);
     // If you use System.Thread.Sleep, you better make this command a new thread or it will 
     // freeze your entire server while testing.
}
Spirited42 is offline  
Old 03/03/2011, 13:07   #8
 
Iron~Man's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 162
Received Thanks: 31
Quote:
Originally Posted by Spirited View Post
Yes. You are completely correct. You can use a command and loop to find chat types- that's what i do for EVERYTHING that I can't find in the ini folder of the client.

example:
Code:
int lowerRange = int.Parse(Data[1]);
int higherRange = int.Parse(Data[2])
for (int x = lowerRange; x < higherRange; x++)
{
     client.Send(new MessagePacket("Testing: " + x, Color.Red, Message.Talk));
     client.Send(new MessagePacket("Message Test", Color.Red, (uint)x));
     System.Threading.Sleep(100);
     // If you use System.Thread.Sleep, you better make this command a new thread or it will 
     // freeze your entire server while testing.
}
I know that...
Iron~Man is offline  
Reply


Similar Threads Similar Threads
[request to NAGCusers]May I request for the file needed in order to use marie earlier
09/26/2010 - Grand Chase Philippines - 7 Replies
:handsdown:May someone pls. give me the file needed to use marie earlier in GCPH?:handsdown: PLSSSSSSSSSSSS..............
[REQUEST] speak freakin english -_- florensi hack [REQUEST]
01/22/2010 - Florensia - 1 Replies
any florensia hacks?



All times are GMT +1. The time now is 20:28.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.