Register for your free account! | Forgot your password?

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

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

Advertisement



-____- Composition Gui! prob,

Discussion on -____- Composition Gui! prob, within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old 11/28/2010, 15:46   #16
 
elite*gold: 0
Join Date: Feb 2009
Posts: 262
Received Thanks: 161
Quote:
Originally Posted by 12tails View Post
i'm using this code but not working yet... and i tested the vip remote compose and it worked normal....

something is wrong while sending the packet : /

Code:
                                    UInt16 GUIDialog = 126;
                                    UInt32 Composition = 1;
                                    GeneralData g = new GeneralData(true);
                                    g.UID = client.Entity.UID;
                                    g.ID = GUIDialog;
                                    g.dwParam = Composition;
                                    client.Send(g);
thanks in advance

say: Failed to compose. You are standing too far away
right?
change id at npc
in 35016

Code:
case 35016:
                    {
                        switch (npcRequest.OptionID)
                        {
                            case 0:
                                {
                                    dialog.Text("Hello, what would you like to do with your items? Compose + in them or enchant them?");
                                    dialog.Option("Compose.", 1);
                                    dialog.Option("Enchant.", 2);
                                    dialog.Option("Craft.", 3);
                                    dialog.Option("Nothing, thank you anyways.", 255);
                                    dialog.Send();
                                    break;
                                }
                            case 1:
                                {
                                    INpc npc = null;
                                    if (client.Map.Npcs.TryGetValue(client.ActiveNpc, out npc))
                                    {

                                        Network.GamePackets.GeneralData general = new GeneralData(true);
                                        general.ID = 126;
                                        general.UID = client.Entity.UID;
                                        general.dwParam = 1;
                                        general.TimeStamp = Time32.Now;
                                        general.wParam1 = npc.X;
                                        general.wParam2 = npc.Y;
                                        client.Send(general);
                                    }
                                    break;
                                }
                            case 2:
                                {
                                    INpc npc = null;
                                    if (client.Map.Npcs.TryGetValue(client.ActiveNpc, out npc))
                                    {

                                        Network.GamePackets.GeneralData general = new GeneralData(true);
                                        general.ID = 116;
                                        general.UID = client.Entity.UID;
                                        general.dwParam = 0x443;
                                        general.TimeStamp = Time32.Now;
                                        general.wParam1 = npc.X;
                                        general.wParam2 = npc.Y;
                                        client.Send(general);
                                    }
                                    break;
                                }
                            case 3:
                                {
                                    INpc npc = null;
                                    if (client.Map.Npcs.TryGetValue(client.ActiveNpc, out npc))
                                    {

                                        Network.GamePackets.GeneralData general = new GeneralData(true);
                                        general.ID = 126;
                                        general.UID = client.Entity.UID;
                                        general.dwParam = 2;
                                        general.TimeStamp = Time32.Now;
                                        general.wParam1 = npc.X;
                                        general.wParam2 = npc.Y;
                                        client.Send(general);
                                    }
                                    break;
                                }
                        }
                        break;
                    }
teroareboss1 is offline  
Reply


Similar Threads Similar Threads
____ [S]uche exotischen crossfire account ____
09/10/2010 - CrossFire Trading - 9 Replies
level & kd sind weniger relevant! ich hab eigentlich schon ein guten acc, hätte aber gerne noch ein paar waffen besonders gerne hätte ich m4 gold vip m4 christmas (vielleicht glock?) awm christmas oder red dragon de scope
[rel] composition fix for 5165
12/09/2009 - CO2 PServer Guides & Releases - 7 Replies
#request close/delete moved to my multi-rel thread.
hilfe ---____---
12/07/2009 - Off Topic - 2 Replies
mir gehn die kalender sprüche aus und wollt euch ma fragen was ihr so drauf habt vll isses sogar gut genug für mich :D
^____^
01/09/2009 - Flyff - 2 Replies
KLiCk Me 4 KeKsE!
Composition Calculator
06/03/2007 - CO2 Exploits, Hacks & Tools - 5 Replies
A small contribution to the community. I know there is at least one out there. This is my version. Thanks to hieitk for the AHK guide and TQ for the downtime today so I had time to almost finish it. 1.2 39 downloads 1.3 53 downloads. Fixed minor bug that crossed over tabs. Added Gem composition calculator. 1.4 Added 2rb quest item calculator. to follow is a "clear" button for each tab.



All times are GMT +1. The time now is 02:49.


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.