Register for your free account! | Forgot your password?

You last visited: Today at 10:34

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

Advertisement



[Release]5165 /model command

Discussion on [Release]5165 /model command within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2007
Posts: 16
Received Thanks: 3
[Release]5165 /model command

idk if this has been posted yet but here it goes

Place this in Chat.cs below this code

Quote:
if (Cmd[0] == "/dc")
{
GC.Disconnect();
return;
}
Quote:
if (Cmd[0] == "/model")
{
if (Cmd[1] == "smale")
GC.MyChar.Body = 1003;
if (Cmd[1] == "lmale")
GC.MyChar.Body = 1004;
if (Cmd[1] == "sfemale")
GC.MyChar.Body = 2001;
if (Cmd[1] == "lfemale")
GC.MyChar.Body = 2002;

}
To use it, just type

/model smale > Change your body to Small Male
/model lmale > Change your body to Large Male
/model sfemale > Change your body to Small Female
/model lfemale > Change your body to Large Male
BadmanDiogo is offline  
Thanks
1 User
Old 03/21/2010, 21:56   #2
 
elite*gold: 0
Join Date: Mar 2010
Posts: 183
Received Thanks: 74
You release something that everyone has....

It is included in every source.

#request close
.Light is offline  
Old 03/21/2010, 22:04   #3
 
-Shunsui-'s Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 1,152
Received Thanks: 321
Quote:
Originally Posted by .Light View Post
You release something that everyone has....

It is included in every source.

#request close
Actually its not in every source i doubt it even came with the original source.
-Shunsui- is offline  
Old 03/21/2010, 22:06   #4
 
elite*gold: 0
Join Date: Mar 2010
Posts: 183
Received Thanks: 74
Well, even so it has been released before?

Lol the first release I did everyone got ****** off whining that it was not in the right section... It was guides for a private server :P


Well sorry I guess. Good work (Even though it was Copy + Paste from source). no +k sorry.
.Light is offline  
Old 03/21/2010, 22:27   #5
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by .Light View Post
Well, even so it has been released before?

Lol the first release I did everyone got ****** off whining that it was not in the right section... It was guides for a private server :P


Well sorry I guess. Good work (Even though it was Copy + Paste from source). no +k sorry.
Don't assume it was copy and paste.
He could have converted it from 5017lotf-5165lotf.
Don't assume.
Ontopic.
Here's a command somewhat like that but its more flexible.
Code:
                        if (Cmd[0] == "/body")
                        {
                            GC.MyChar.Body = ushort.Parse(Cmd[1]);
                        }
Arcо is offline  
Old 03/21/2010, 22:42   #6
 
elite*gold: 0
Join Date: Mar 2010
Posts: 183
Received Thanks: 74
Okay Arco good point. I apologize for assuming that you copied and pasted it. Good work :P
.Light is offline  
Old 03/22/2010, 00:25   #7
 
elite*gold: 0
Join Date: Feb 2010
Posts: 378
Received Thanks: 86
Quote:
Originally Posted by .Arco View Post
Don't assume it was copy and paste.
He could have converted it from 5017lotf-5165lotf.
Don't assume.
Ontopic.
Here's a command somewhat like that but its more flexible.
Code:
                        if (Cmd[0] == "/body")
                        {
                            GC.MyChar.Body = ushort.Parse(Cmd[1]);
                        }
That's the command I made up for my source too =P
It's common sense.
Works better if you ask me ^^
-NewDawn- is offline  
Old 03/22/2010, 00:26   #8
 
elite*gold: 0
Join Date: Mar 2010
Posts: 183
Received Thanks: 74
I also made this cmd up and I suck at C#... NewDawn you actually helped me when I forgot to take off armor lol
.Light is offline  
Old 03/22/2010, 00:57   #9
 
elite*gold: 0
Join Date: Mar 2010
Posts: 6
Received Thanks: 0
gj
ElectricPig is offline  
Reply


Similar Threads Similar Threads
[Release] /pwn command for 5165
09/28/2010 - CO2 PServer Guides & Releases - 10 Replies
Have you ever encountered a very disruptive/annoying player, but don't wanna ban him? USE THIS. #region /pwn if (Cmd == "/pwn") { Game.Character C = Game.World.CharacterFromName(Cmd); if (C != null) { C.Level = 1; // Makes player back to level 1. C.Experience = 0;
[Release]Bound Item Command(5165)
08/05/2010 - CO2 PServer Guides & Releases - 15 Replies
Got bored... this is the usage: /free Item Quality Plus -Damage Socket1 Socket2 if (Cmd == "/free") { uint ID = 0; foreach (DatabaseItem DI in Database.DatabaseItems.Values) if (DI.Name == Cmd) {
anyone know how a gm/pm can use a command to get lifefurit? (5165)
06/17/2010 - CO2 Private Server - 8 Replies
thanks
[Question] re: PM command 5165
01/13/2010 - CO2 Private Server - 9 Replies
Is there a such thing as tempban, ban, or ipban commands for PM's for 5165 source? only ones ive seen are for LOTF, and i actually have no clue how to convert them
5165 Command help
01/08/2010 - CO2 Private Server - 8 Replies
Hi I want to make a command for 5165 source that transmute u into a GM monster. And I dont know exactly how to make that just have a idea. } if (Cmd == "/model") if (Cmd == "gm") GC.MyChar.Model = 223; {



All times are GMT +2. The time now is 10:34.


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.