Register for your free account! | Forgot your password?

You last visited: Today at 01:23

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

Advertisement



[Help] GM Comands

Discussion on [Help] GM Comands within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
Sparxxx's Avatar
 
elite*gold: 0
Join Date: Dec 2006
Posts: 54
Received Thanks: 7
[Help] GM Comands

Hi !!!

I need the GM comands for client 5017 if some one have post here to me plz!!!

i rly want the comand to transform into TQ blue elephant


thx...
Sparxxx is offline  
Old 07/11/2009, 22:32   #2
 
elite*gold: 20
Join Date: Jan 2008
Posts: 2,338
Received Thanks: 490
You can find all commands in Client.cs if u use LOTF based Sources
If you use Binarys Idk where
~Yuki~ is offline  
Old 07/12/2009, 00:26   #3
 
elite*gold: 0
Join Date: May 2009
Posts: 874
Received Thanks: 174
Quote:
Originally Posted by Sparxxx View Post
Hi !!!

I need the GM comands for client 5017 if some one have post here to me plz!!!

i rly want the comand to transform into TQ blue elephant


thx...
umm go to client.cs and searh for

Code:
(status == 8)
and gm codes should be around there

i said SHOULD its not for sure
Arcotemple:) is offline  
Old 07/12/2009, 00:28   #4
 
Sparxxx's Avatar
 
elite*gold: 0
Join Date: Dec 2006
Posts: 54
Received Thanks: 7
yeah i got some in Client.cs, and any one know how to me transforme into TQ elephant ?

and GM robe ?
Sparxxx is offline  
Old 07/12/2009, 00:29   #5
 
elite*gold: 0
Join Date: May 2009
Posts: 874
Received Thanks: 174
Quote:
Originally Posted by Sparxxx View Post
yeah i got some in Client.cs, and any one know how to me transforme into TQ elephant ?
it might not be in your source

search for /model
Arcotemple:) is offline  
Old 07/12/2009, 03:49   #6
 
Sparxxx's Avatar
 
elite*gold: 0
Join Date: Dec 2006
Posts: 54
Received Thanks: 7
Quote:
Originally Posted by Arcotemple:) View Post
it might not be in your source

search for /model
is just /model ?


no need something after like /model 1 or /model 2 ?
Sparxxx is offline  
Old 07/12/2009, 03:51   #7
 
elite*gold: 0
Join Date: May 2009
Posts: 874
Received Thanks: 174
[QUOTE=Sparxxx;2543560]is just /model ?


no need something after like /model 1 or /model 2 ?[/QUOTit should be just /model then all the splitters should be right under it
Arcotemple:) is offline  
Old 07/12/2009, 04:59   #8
 
Sparxxx's Avatar
 
elite*gold: 0
Join Date: Dec 2006
Posts: 54
Received Thanks: 7
there is this:
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;

                                            SendPacket(General.MyPackets.Vital(MyChar.UID, 12, ulong.Parse(MyChar.Avatar.ToString() + MyChar.Model.ToString())));
                                            World.UpdateSpawn(MyChar);
                                        }
its for change size and gender, nothing there about elephant, but its ok guys, i will try make a 5065 server, i have all, im just need the CoAccountServerKeygen, if any one have post here for me plz...
Sparxxx is offline  
Old 07/12/2009, 13:04   #9
 
elite*gold: 0
Join Date: May 2009
Posts: 874
Received Thanks: 174
Heres the one in my source
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);
                                        }
press thanks if i helped
Arcotemple:) is offline  
Old 07/12/2009, 13:24   #10
 
Sparxxx's Avatar
 
elite*gold: 0
Join Date: Dec 2006
Posts: 54
Received Thanks: 7
didnt work....

i want now the CoAccountServer for patch 5065, i hate patch 5017
Sparxxx is offline  
Old 07/12/2009, 13:29   #11
 
elite*gold: 0
Join Date: May 2009
Posts: 874
Received Thanks: 174
Quote:
Originally Posted by Sparxxx View Post
didnt work....

i want now the CoAccountServer for patch 5065, i hate patch 5017
see theres something your doing wrong
cuz that should work 100%
your doing something wrong
Arcotemple:) is offline  
Old 07/12/2009, 13:42   #12
 
Sparxxx's Avatar
 
elite*gold: 0
Join Date: Dec 2006
Posts: 54
Received Thanks: 7
Quote:
Originally Posted by Arcotemple:) View Post
see theres something your doing wrong
cuz that should work 100%
your doing something wrong
its all right look:
Attached Images
File Type: jpg Client.JPG (108.6 KB, 30 views)
Sparxxx is offline  
Old 07/12/2009, 22:02   #13
 
elite*gold: 0
Join Date: May 2009
Posts: 874
Received Thanks: 174
Quote:
Originally Posted by Sparxxx View Post
its all right look:
are you sure your doing the commands rifght?

like /model gm9
Arcotemple:) is offline  
Thanks
1 User
Old 07/12/2009, 22:26   #14
 
~*NewDuuDe*~'s Avatar
 
elite*gold: 111
Join Date: Feb 2008
Posts: 2,161
Received Thanks: 646
Search for LOTF GM commands, someone released a shitload of em.
~*NewDuuDe*~ is offline  
Old 07/13/2009, 00:20   #15
 
Sparxxx's Avatar
 
elite*gold: 0
Join Date: Dec 2006
Posts: 54
Received Thanks: 7
Quote:
Originally Posted by Arcotemple:) View Post
are you sure your doing the commands rifght?

like /model gm9
yes im sure
Sparxxx is offline  
Reply


Similar Threads Similar Threads
?Comands?
06/30/2010 - CO2 Private Server - 1 Replies
iwann comands for conquer 5165 PM/GM and comands for efacts
GM comands
03/20/2009 - Dekaron Private Server - 8 Replies
Hello im private server player fussion and loocint to learn how to use the GM comands like /GM callmonster.....or /GM dropitem ....can some1 say to me how to da it ?
GM Comands
12/21/2006 - Lineage 2 - 10 Replies
Hello, i just stole a gm account and dont know comands please say me comands like create items and sp/xp ones



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


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.