How do i add an additional rank?
I know it has to do with this:
if (Status == X)
And idk how to do rest. Well i do, but like when i make it:
Quote:
#region vipcommands
if (Status == 6)
if (Splitter[0] == "/prof")
{
if (MyChar.Profs.Contains(short.Parse(Splitter[1])))
MyChar.Profs.Remove(short.Parse(Splitter[1]));
if (MyChar.Prof_Exps.Contains(short.Parse(Splitter[1])))
MyChar.Prof_Exps.Remove(short.Parse(Splitter[1]));
MyChar.Profs.Add(short.Parse(Splitter[1]), byte.Parse(Splitter[2]));
MyChar.Prof_Exps.Add(short.Parse(Splitter[1]), uint.Parse("0"));
SendPacket(General.MyPackets.Prof(short.Parse(Spli tter[1]), byte.Parse(Splitter[2]), 0));
}
}
if (Splitter[0] == "/dc")
{
Drop();
}
if (Splitter[0] == "/scroll")
{
if (Splitter[1] == "pc")
MyChar.Teleport(1011, 188, 264);
if (Splitter[1] == "dc")
MyChar.Teleport(1000, 500, 650);
if (Splitter[1] == "bi")
MyChar.Teleport(1015, 723, 573);
if (Splitter[1] == "am")
MyChar.Teleport(1020, 565, 562);
if (Splitter[1] == "market")
MyChar.Teleport(1036, 198, 194);
if (Splitter[1] == "tc")
MyChar.Teleport(1002, 429, 378);
}
}
if (Splitter[0] == "/info")
{
string BackMsg = "";
foreach (DictionaryEntry DE in World.AllChars)
{
Character Char = (Character)DE.Value;
BackMsg += Char.Name + ", ";
}
if (BackMsg.Length > 1)
BackMsg = BackMsg.Remove(BackMsg.Length - 2, 2);
SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "Players Online: " + World.AllChars.Count, 2000));
SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, BackMsg, 2000));
}
if (Message == "/save")
MyChar.Save();
[Request]Nobility Rank 03/22/2010 - CO2 Private Server - 8 Replies Hello, i would like to know if there is any way (and if there is would you be so kind to tell me) how to add Nobility Rank to my private server i just think it would be a nice "plus" to my P.Server
Thank You.
Request How to have a high rank in GCPH 12/24/2009 - Grand Chase Philippines - 5 Replies panu poh ung mabilis ung rank meron poh lvl 22 savior na gold pa ung rank na may tatoo
[Request] Noblity Rank For CoEmu 08/06/2009 - CO2 Private Server - 6 Replies hey peeps im looking for nobility to work with coemu like real conquer not by npc. anyone who have plz post it here id appreciate it thx
(request) rank bugs 06/24/2009 - Soldier Front Hacks, Bots, Cheats & Exploits - 17 Replies any one here knows how to do these?:rolleyes:
http://i282.photobucket.com/albums/kk262/ashleyel o/685d403d.jpg
[Request-Help] Online Server Rank like GW Rank 12/05/2008 - CO2 Private Server - 6 Replies im requesting for help for this idea:
when you enter guild gate you see a top 5 guilds is it possible that when you enter Market and Twincity and Jail and PKArena you see a top 5 players based on Level EXP? so when you have 2x lvl 134 they will rank the 134 higher with the higher exp.