Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 23:04

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

Advertisement



12tails hlep in here !!!

Discussion on 12tails hlep in here !!! within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old 06/14/2011, 17:13   #16
 
elite*gold: 0
Join Date: Apr 2011
Posts: 96
Received Thanks: 9
Quote:
Originally Posted by nTL3fTy View Post
Code:
7d 00 53 04 25 00 00 00 00 00 00 00 00 00 00 00             }.S.%...........
00 00 00 00 00 00 00 00 [COLOR="DarkOrange"]07[/COLOR] [COLOR="SeaGreen"]0c[/COLOR] [COLOR="Blue"]31 30 30 30 20 31[/COLOR]             ..........1000 1
[COLOR="Blue"]20 31 20 30 20 30[/COLOR] [COLOR="SeaGreen"]0b[/COLOR] [COLOR="Blue"]39 39 30 20 30 20 32 20 30[/COLOR]              1 0 0.990 0 2 0
[COLOR="Blue"]20 30[/COLOR] [COLOR="SeaGreen"]0d[/COLOR] [COLOR="Blue"]39 38 30 20 30 20 31 20 30 20 36 35 30[/COLOR]              0.980 0 1 0 650
[COLOR="SeaGreen"]0d[/COLOR] [COLOR="Blue"]38 38 30 20 30 20 31 20 30 20 33 32 30[/COLOR] [COLOR="SeaGreen"]0d[/COLOR] [COLOR="Blue"]38[/COLOR]             .880 0 1 0 320.8
[COLOR="Blue"]34 30 20 30 20 31 20 30 20 32 37 30[/COLOR] [COLOR="SeaGreen"]0d[/COLOR] [COLOR="Blue"]36 38 30[/COLOR]             40 0 1 0 270.680
[COLOR="Blue"]20 30 20 31 20 30 20 31 30 30[/COLOR] [COLOR="SeaGreen"]0b[/COLOR] [COLOR="Blue"]36 30 32 20 30[/COLOR]              0 1 0 100.602 0
[COLOR="Blue"]20 32 20 30 20 30[/COLOR] 00 00 00 00 00 00 00 54 51 53              2 0 0.......TQS
65 72 76 65 72                                              erver
thanks a lot ... and how can i do this packet interception

Quote:
Originally Posted by somecode View Post
how can i call this dialog show message

any one can help this ?
somecode is offline  
Old 06/14/2011, 17:25   #17
 
elite*gold: 0
Join Date: Apr 2011
Posts: 96
Received Thanks: 9
sorry ... iknow how edit the string now

but it still can promote only one!
this is the code
PHP Code:
 Packet = new GuildAction(true);
                            
Packet.Guild_Function 37;
                            
Packet.SecundaryType 2;
                            
string total "1000 1 1 0 0.990 0 2 0 0.980 0 1 0 650.880 0 1 0 320.8 40 0 1 0 270.680 0 1 0 100.602 0 2 0 0";

Packet.String total;
                            
Caller.Send(Packet); 
this is the picture

somecode is offline  
Old 06/14/2011, 17:31   #18
 
{ Angelius }'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 991
Received Thanks: 1,107
Quote:
Originally Posted by somecode View Post
sorry ... iknow how edit the string now

but it still can promote only one!
this is the code
PHP Code:
 Packet = new GuildAction(true);
                            
Packet.Guild_Function 37;
                            
Packet.SecundaryType 2;
                            
string total "1000 1 1 0 0.990 0 2 0 0.980 0 1 0 650.880 0 1 0 320.8 40 0 1 0 270.680 0 1 0 100.602 0 2 0 0";

Packet.String total;
                            
Caller.Send(Packet); 
this is the picture

Again it'll never work as ever string has its own length i said that earlier and i did explain how to do it but yet you dont get it .

that packet is wrong .
{ Angelius } is offline  
Thanks
1 User
Old 06/14/2011, 18:10   #19
 
12tails's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 773
Received Thanks: 441
so lets see the packet for a second:

Code:
7d 00 53 04 25 00 00 00 00 00 00 00 00 00 00 00             }.S.%...........
00 00 00 00 00 00 00 00 07 0c 31 30 30 30 20 31             ..........1000 1
20 31 20 30 20 30 0b 39 39 30 20 30 20 32 20 30              1 0 0.990 0 2 0
20 30 0d 39 38 30 20 30 20 31 20 30 20 36 35 30              0.980 0 1 0 650
0d 38 38 30 20 30 20 31 20 30 20 33 32 30 0d 38             .880 0 1 0 320.8
34 30 20 30 20 31 20 30 20 32 37 30 0d 36 38 30             40 0 1 0 270.680
20 30 20 31 20 30 20 31 30 30 0b 36 30 32 20 30              0 1 0 100.602 0
20 32 20 30 20 30 00 00 00 00 00 00 00 54 51 53              2 0 0.......TQS
65 72 76 65 72                                                            erver
Data[0/1] = Packet.Lenght - 8;
Data[2/3] = Packet.ID
Data[4] = 0x25;
Data[24] = Counter;// how many promotions will you send to the leader or w/e
Data[Packet.Lenght - 8] = byte to write the TQ Seal (TQServer)
then:
Code:
int pos = 25;
foreach(string s in str)
{
    WriteByte(s.Lenght, pos, Data);pos++;//write the str lenght
    WriteString(s,pos,Data);pos+= s.Lenght;//write the str
}
str = list/array or wtf u want it to be....
strings should be :
Code:
RANK TOTAL ALLOWED 0 0
the last two 0's i don't remeber what they are exactly... i know one of then is cps cost... and the other is time to expel... just that....
12tails is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Simple Helpdesk NPC (12Tails)
06/13/2011 - CO2 PServer Guides & Releases - 9 Replies
Hello, today am going to realese a Simple Account Management. all you have to do is edit the links to your desire and add the npc into the database #region Helpdesk case 10060: { switch (npcRequest.OptionID) { case 0: {
about 12tails source...
05/17/2011 - CO2 Private Server - 4 Replies
i want add TeratoDragon in twincity ...how can i do
about 12tails source... Little Help
05/16/2011 - CO2 Private Server - 0 Replies
How to add Frozen grrotto and how can i make guild war works fine and class pk envoy ? ?
PLs Hlep
10/11/2010 - Wolfteam - 5 Replies
hab mir grad wolfteam gezogen und wenn ich es starten will geht die hp auf und unten in der task leiste steht game luncher. Aber auf desktop is kein luncher also ich kann das game nich starten! Need help
Asking for hlep(about using WPE)
03/12/2010 - Mabinogi - 25 Replies
Maybe I 'll just use wpe to get rid of clicking - -?



All times are GMT +2. The time now is 23:04.


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.