Register for your free account! | Forgot your password?

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

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

Advertisement



[Help] Emme is asking for help?

Discussion on [Help] Emme is asking for help? within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
_Emme_'s Avatar
 
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,161
[Help] Emme is asking for help?

Hay guys. If you're noob, we press the Green <- Back button. Anyways, : This is really seldom I ask here for help,but anyways,someone of you might got an idea. Im going to code KOBoard in-game, like conquer has it,but not really sure how I would make it as a rank. Ive figured out a way to do it noobie style,but it looks kind of like this:

if (ThisKO > 1stKO)
{
ThisKO = 1stKO;

}
if (ThisKO > 2stKO && ThisKO != 1stKO)
{
ThisKO = 2stKO;

}


Well yeah,something like that,its really noobie,but I could figure out another way. Any ideas? Thanks in advice
_Emme_ is offline  
Old 11/09/2008, 14:00   #2
 
elite*gold: 20
Join Date: Aug 2005
Posts: 1,734
Received Thanks: 1,000
How many people can be on the KO board ? (If you do it CO style) I might have an idea how to do it.
tanelipe is offline  
Old 11/09/2008, 14:06   #3
 
_Emme_'s Avatar
 
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,161
Like,250? dont think ive seen more than that. Tane, login msn and we'll talk about it there.
_Emme_ is offline  
Old 11/09/2008, 14:34   #4
 
elite*gold: 20
Join Date: Aug 2005
Posts: 1,734
Received Thanks: 1,000
Annnnd here's the code, you need to modify it a little bit so it'll work with what ever source you peeps using

Oh and this was just to test so it probably won't work on any pservers just like this; It's only there to give you some hints on how to do that.

Code:
  List<ushort> KOBoard = new List<ushort>(251);
            for (byte i = 0; i < 250; i++)
                KOBoard.Add((ushort)(i * 10));

            ushort KO_COUNT = 200;
            KOBoard.Add(KO_COUNT);
            KOBoard.Sort();
            KOBoard.RemoveAt(0);

            int Rank = 250 - KOBoard.FindIndex(delegate(ushort item)
            {
                return (item == KO_COUNT);
            });
If anyone has better method, feel free to share. :P
tanelipe is offline  
Reply


Similar Threads Similar Threads
emme pls help
07/23/2009 - Archlord - 6 Replies
can you explain to use the windump for archlord? i knows it can make but i dont know how pls
Please Help Anyone.. Emme Please help
07/02/2009 - CO2 Private Server - 1 Replies
I Have my old source.. But when I set it up.. When I upload my BACKUP into localhost/phpmyadmin.. It has a error... And idk what to do.. Can someone help me remake a DB? or Fix this one?;)
EMME ON MSN!
01/04/2009 - CO2 Private Server - 8 Replies
Just open in any webbrowser and read :D



All times are GMT +2. The time now is 11: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.