Register for your free account! | Forgot your password?

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

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

Advertisement



what is purify subtype?

Discussion on what is purify subtype? within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2010
Posts: 29
Received Thanks: 0
what is purify subtype?

what is purify subtype
can any one help me
fast
abdallah3010 is offline  
Old 03/25/2011, 20:48   #2
 
elite*gold: 0
Join Date: Feb 2009
Posts: 259
Received Thanks: 159
Code:
             case 499022:
                    {
                        switch (npcRequest.OptionID)
                        {
                            case 0:
                                {
                                    dialog.Text("Have you ever heard of the ruthless Terato Dragon? It cuts open every single conqueror");
                                    dialog.Text("that wants to take his prize. His prize are items that purify your items. His affliates , sub-kings ");
                                    dialog.Text("of monsters, also drop items like that. If you have such an item,I can putify your gear with it. ");
                                    dialog.Text("Once purified, the item must be stabilized, otherwise the purify will disspear after several days.");
                                    dialog.Text("If you want to stabilize your items, come to me I'll see what can I do.");
                                    dialog.Option("Purify my item.", 1);
                                    dialog.Option("Stabilize my item.", 2);
                                    dialog.Option("Nevermind.", 255);
                                    dialog.Avatar(80);
                                    dialog.Send();

                                    break;
                                }
                            case 1:
                                {
                                    GeneralData gene = new GeneralData(true);
                                    gene.UID = client.Entity.UID;
                                    gene.dwParam = 455;
                                    gene.ID = 126;
                                    gene.wParam1 = client.Entity.X;
                                    gene.wParam2 = client.Entity.Y;

                                    client.Send(gene.ToArray());
                                    break;
                                }
                            case 2:
                                {
                                    GeneralData gene = new GeneralData(true);
                                    gene.UID = client.Entity.UID;
                                    gene.dwParam = 459;
                                    gene.ID = 126;
                                    gene.wParam1 = client.Entity.X;
                                    gene.wParam2 = client.Entity.Y;

                                    client.Send(gene.ToArray());
                                    break;
                                }
                        }

                        break;
                    }
teroareboss1 is offline  
Thanks
2 Users
Old 03/25/2011, 22:42   #3
 
elite*gold: 0
Join Date: Jan 2010
Posts: 29
Received Thanks: 0
thx teroareboss1
but what the case subtype
abdallah3010 is offline  
Old 03/26/2011, 09:45   #4
 
elite*gold: 0
Join Date: Mar 2011
Posts: 165
Received Thanks: 17
Quote:
Originally Posted by abdallah3010 View Post
thx teroareboss1
but what the case subtype
If you knew enough about C# you would figure out from the npc he just gave you.
It's in the code.
iStefan is offline  
Thanks
1 User
Old 03/26/2011, 11:45   #5
 
elite*gold: 0
Join Date: Jan 2010
Posts: 29
Received Thanks: 0
it is 455
but ineed the case which but in PacketHandler.cs
abdallah3010 is offline  
Old 03/26/2011, 15:47   #6
 
elite*gold: 0
Join Date: Mar 2011
Posts: 165
Received Thanks: 17
Quote:
Originally Posted by abdallah3010 View Post
it is 455
but ineed the case which but in PacketHandler.cs
Oh my F*cking ***. That has nothing to do with packethandler.
First of All, (as in real co) The Packet is sent by npc.
And my advice (I dunno how the packets are being handled at HellMouth), Just send GeneralData With 455 as ValueA
iStefan is offline  
Old 03/26/2011, 16:10   #7
 
elite*gold: 0
Join Date: Jan 2010
Posts: 29
Received Thanks: 0
can you give me ex
abdallah3010 is offline  
Old 03/27/2011, 10:26   #8
 
elite*gold: 0
Join Date: Mar 2011
Posts: 165
Received Thanks: 17
Quote:
Originally Posted by abdallah3010 View Post
can you give me ex
I've never used HellMouth and I don't know it's variables, but there goes the example
Code:
Client.SendPacket(Packets.GeneralData(Character.UID, 455, Character.Location.X, Character.Location.Y, 126));
iStefan is offline  
Reply


Similar Threads Similar Threads
Unknown general data subtypes for client v4267, and "spawn effect" subtype?
03/21/2011 - CO2 Private Server - 19 Replies
Need as much information as possible about any of the following subtypes for the general data packet (type 0x3F2, 1010) for v4267: 0x9B (sent server->client and client->server; When sent server->client, client echoes the packet with character's current coordinates in the 4-byte value, some sort of verification?), 0x9D (sent client->server; no idea.), 0xA0 (sent server->client and client->server; client echoes the packet with the current time in the 4-byte value. But what is it used for?...
[Question] General Data Subtype 310
10/22/2010 - CO2 Private Server - 8 Replies
Question: Hey everyone! I've figured most* (not all) of the General Data Subtypes; however, this one is confusing me to high hell. I'm not sure what it does. I did tests on 310 but with no luck in finding out anything. I've tried the following combinations as tests: 0 0 0 0 0 310 1 0 0 0 0 310 2 0 0 0 0 310 1 2 0 0 0 310



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


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.