Register for your free account! | Forgot your password?

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

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

Advertisement



someone help me with this plz

Discussion on someone help me with this plz within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
taylor2846's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
someone help me with this plz

ok i made thie command just testing somting

Code:
                                        if (Splitter[0] == "/Model")
                                        {
                                            int MModel;
                                            ushort mid = ushort.Parse(Splitter[1]);
                                            MModel = mid;
                                            SendPacket(General.MyPackets.Status1(MyChar.UID, MModel));
                                            SendPacket(General.MyPackets.Vital(MyChar.UID, 26, MyChar.GetStat()));
                                            World.UpdateSpawn(MyChar);
                                        }
and i no 50000 is for a gost looking monster and u can us it with your eqeps on

but can this be used as like a /mech command and can oters see it
taylor2846 is offline  
Old 02/04/2009, 22:29   #2
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,922
Received Thanks: 491
i like this model command =]] even though its only for specific mob types

Code:
if (Splitter[0] == "/model")
                                            {
                                                if (Splitter[1] == "smale")
                                                    MyChar.Model = 1003;
                                                if (Splitter[1] == "lmale")
                                                    MyChar.Model = 1004;
                                                if (Splitter[1] == "sfemale")
                                                    MyChar.Model = 2001;
                                                if (Splitter[1] == "lfemale")
                                                    MyChar.Model = 2002;
                                                if (Splitter[1] == "guard")
                                                    MyChar.Model = 900;
                                                if (Splitter[1] == "guard2")
                                                    MyChar.Model = 910;
                                                if (Splitter[1] == "guard3")
                                                    MyChar.Model = 920;
                                                if (Splitter[1] == "nd")
                                                    MyChar.Model = 377;
                                                if (Splitter[1] == "satan")
                                                    MyChar.Model = 166;
                                                if (Splitter[1] == "vampire")
                                                    MyChar.Model = 111;
                                                if (Splitter[1] == "bunny")
                                                    MyChar.Model = 222;
                                                if (Splitter[1] == "bunny2")
                                                    MyChar.Model = 224;
                                                if (Splitter[1] == "bunny3")
                                                    MyChar.Model = 225;
                                                if (Splitter[1] == "fairy")
                                                    MyChar.Model = 130;
                                                if (Splitter[1] == "pig")
                                                    MyChar.Model = 215;
                                                if (Splitter[1] == "titan")
                                                    MyChar.Model = 153;
                                                if (Splitter[1] == "pluto")
                                                    MyChar.Model = 168;
                                                if (Splitter[1] == "revenant")
                                                    MyChar.Model = 265;
                                                if (Splitter[1] == "eidolon")
                                                    MyChar.Model = 266;
                                                if (Splitter[1] == "troll")
                                                    MyChar.Model = 353;
                                                if (Splitter[1] == "soldier")
                                                    MyChar.Model = 263;
                                                if (Splitter[1] == "phantom")
                                                    MyChar.Model = 363;
                                                if (Splitter[1] == "spearman")
                                                    MyChar.Model = 165;
                                                if (Splitter[1] == "titan")
                                                    MyChar.Model = 153;
                                                if (Splitter[1] == "gano")
                                                    MyChar.Model = 133;
                                                if (Splitter[1] == "phe")
                                                    MyChar.Model = 104;
                                                if (Splitter[1] == "gm")
                                                    MyChar.Model = 2223;

                                                SendPacket(General.MyPackets.Vital(MyChar.UID, 12, ulong.Parse(MyChar.Avatar.ToString() + MyChar.Model.ToString())));
                                                World.UpdateSpawn(MyChar);
                                            }
PeTe Ninja is offline  
Old 02/04/2009, 23:45   #3
 
taylor2846's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
u dont understand what im saying if it works the the way im doing it u can us it and keep your armor on but i dont have Conquer on my computer write now so i cant test it xD
taylor2846 is offline  
Old 02/04/2009, 23:59   #4
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,922
Received Thanks: 491
doesnt work for me :>
PeTe Ninja is offline  
Reply




All times are GMT +2. The time now is 00:59.


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.