Register for your free account! | Forgot your password?

You last visited: Today at 01:52

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

Advertisement



someone can ..?

Discussion on someone can ..? within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
rgaguena's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 43
Received Thanks: 4
someone can ..?

someone can create a code for command for 5165 source like /got /scroll /ban /unban /gm tro ....,
thx
rgaguena is offline  
Old 12/12/2009, 20:21   #2
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,922
Received Thanks: 491
yep you can just try your best and we will help you...start it yourself and post what you have so far
PeTe Ninja is offline  
Old 12/12/2009, 20:24   #3
 
elite*gold: 0
Join Date: Dec 2009
Posts: 1
Received Thanks: 0
Yes, someone can.
~Decker is offline  
Old 12/13/2009, 09:30   #4
 
rgaguena's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 43
Received Thanks: 4
Quote:
Originally Posted by PeTe Ninja View Post
yep you can just try your best and we will help you...start it yourself and post what you have so far
oki then you can repair it myself Code
Quote:
if (Cmd[0] == "/model")
{
if (Cmd[1] == "smale")
GC.MyChar.Model = 1003;
else if (Cmd[1] == "lmale")
GC.MyChar.Model = 1004;
else if (Cmd[1] == "sfemale")
GC.MyChar.Model = 2001;
else if (Cmd[1] == "lfemale")
GC.MyChar.Model = 2002;
else if (Cmd[1] == "guard")
GC.MyChar.Model = 900;
else if (Cmd[1] == "guard2")
GC.MyChar.Model = 910;
else if (Cmd[1] == "guard3")
GC.MyChar.Model = 920;
else if (Cmd[1] == "nd")
GC.MyChar.Model = 377;
else if (Cmd[1] == "satan")
GC.MyChar.Model = 166;
else if (Cmd[1] == "vampire")
GC.MyChar.Model = 111;
else if (Cmd[1] == "bunny")
GC.MyChar.Model = 222;
else if (Cmd[1] == "bunny2")
GC.MyChar.Model = 224;
else if (Cmd[1] == "bunny3")
GC.MyChar.Model = 225;
else if (Cmd[1] == "fairy")
GC.MyChar.Model = 130;
else if (Cmd[1] == "pig")
GC.MyChar.Model = 215;
else if (Cmd[1] == "titan")
GC.MyChar.Model = 153;
else if (Cmd[1] == "pluto")
GC.MyChar.Model = 168;
else if (Cmd[1] == "revenant")
GC.MyChar.Model = 265;
else if (Cmd[1] == "eidolon")
GC.MyChar.Model = 266;
else if (Cmd[1] == "troll")
GC.MyChar.Model = 353;
else if (Cmd[1] == "soldier")
GC.MyChar.Model = 263;
else if (Cmd[1] == "phantom")
GC.MyChar.Model = 363;
else if (Cmd[1] == "spearman")
GC.MyChar.Model = 165;
else if (Cmd[1] == "titan")
GC.MyChar.Model = 153;
else if (Cmd[1] == "gano")
GC.MyChar.Model = 133;
else if (Cmd[1] == "phe")
GC.MyChar.Model = 104;
else if (Cmd[1] == "gm")
GC.MyChar.Model = 2223;
else if (Cmd[1] == "ghost")
GC.MyChar.Model = 1098;
else
GC.MyChar.Model = ushort.Parse(Cmd[1]);

SendPacket(General.MyPackets.Vital(GC.MyChar.UID, 12, ulong.Parse(GC.MyChar.Avatar.ToString() + GC.MyChar.Model.ToString())));
World.UpdateSpawn(GC.MyChar);
}
Quote:
if (Cmd[0] == "/goto")
{
foreach (DictionaryEntry DE in World.AllChars)
{
Character Char = (Character)DE.Value;

if (Char.Name == Cmd[1])
{
GC.MyChar.Teleport(Char.LocMap, Char.LocX, Char.LocY);
break;
}
else
{
SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", GC.MyChar.Name, "Sorry the Character:" + Cmd[1] + " is offline...Please try again later", 2000));
}
}
}
Quote:
if (Cmd[0] == "/lt")
{
foreach (DictionaryEntry DE in World.AllChars)
{
Character Char = (Character)DE.Value;
Char.LuckTime = 7200000;
SendPacket(General.MyPackets.Vital(Char.UID, 29, Char.LuckTime));
}
SendPacket(General.MyPackets.SendMsg(1, "GM", "All", "Random Event, 2 hours of Luckytime For Everyone.", 2010));
}
Quote:
if (Cmd[0] == "/warp")
{
if (Cmd[1] == "all")
{
foreach (DictionaryEntry DE in World.AllChars)
{
Character Char = (Character)DE.Value;
Char.Teleport(GC.MyChar.LocMap, GC.MyChar.LocX, GC.MyChar.LocY);
}
}
else
{
foreach (DictionaryEntry DE in World.AllChars)
{
Character Char = (Character)DE.Value;
if (Char.Name == Cmd[1])
{
Char.Teleport(GC.MyChar.LocMap, GC.MyChar.LocX, GC.MyChar.LocY);
break;
}
}
}
}
rgaguena is offline  

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.