Register for your free account! | Forgot your password?

You last visited: Today at 19:25

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

Advertisement



TheCoServer

Discussion on TheCoServer within the CO2 Private Server forum part of the Conquer Online 2 category.

Closed Thread
 
Old   #1
 
allizzel777's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 124
Received Thanks: 2
TheCoServer

can someone give me a client...
none i have tryed will work...
.Ryu scammed me and gave me this i bought the client too i even told him before i did this and he wont give me it ... so can anyone else?
allizzel777 is offline  
Old 02/03/2010, 04:08   #2
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,783
Received Thanks: 5,304
You bought the client?
Why would you do that when the client is free in the Major Clients thread.
Arcо is offline  
Old 02/03/2010, 04:13   #3
 
allizzel777's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 124
Received Thanks: 2
Unhappy ugh

Quote:
Originally Posted by .Arco View Post
You bought the client?
Why would you do that when the client is free in the Major Clients thread.
i bought the source and apparently the source only works with a spific client he didnt tell me that
but before i even bought the anything he told me he would give me the client the source set up the auto patch server and help me code alittle more also give me all the events.... and
all i got was a source...
id rather just get my money back
steeling from underage kids isn't cool... u have no idea what i went threw to get that money from my brother
allizzel777 is offline  
Old 02/03/2010, 04:35   #4
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,783
Received Thanks: 5,304
What source?
Go to program.cs and search for the word global, tell me if you see it.
Arcо is offline  
Old 02/03/2010, 04:42   #5
 
allizzel777's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 124
Received Thanks: 2
Quote:
Originally Posted by .Arco View Post
What source?
Go to program.cs and search for the word global, tell me if you see it.
SO can anyone help me out PLEASE!!!!! i actualy have people waiting on me!
It is the source TheCoServer id upload it here but.. since i payed for it i kinda dont wanna allow anyone to just yeah...
i dont have that...
if you would like to see i will allow you to team view my computer and help me that would be great
i have something called client.cs if that's it?
in the client.cs this is what i see sorry i don't know how to use a spoiler


Quote:
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Net;
using System.Net.Sockets;
using TheCOServer.PacketHandler;
using TheCOServer;
using System.Timers;

namespace TheCOServer
{
public class Client : object
{
public Cryptographer Crypto;
public Character MyChar;
public Socket ListenSock;
public Hashtable ServerClients;
public string Account = "";
public byte Status = 0;
public uint MessageId = 0;
public int MyClientId;
public string Address;
public int Port;
public Packets ThePackets = new Packets();
public bool Online = true;
public Timer CheckIfOnline = new Timer();
public bool InWorld = false;

public Client()
{
Crypto = new Cryptographer();
CheckIfOnline.Interval = 1000;
CheckIfOnline.Elapsed += new ElapsedEventHandler(Check);
CheckIfOnline.Start();
}

void Check(object source, ElapsedEventArgs e)
{
SendPacket(new byte[0]);
if (ListenSock != null)
if (!ListenSock.Connected)
{
if (MyChar != null)
MyChar.SaveChar();
Online = false;

CheckIfOnline.Stop();

if (TheMain.GameClients.Contains(Address + ":" + Port))
TheMain.GameClients.Remove(Address + ":" + Port);

if (WorldHandler.AllClients.Contains(MyClientId))
WorldHandler.AllClients.Remove(MyClientId);

if (MyChar != null)
if (InWorld)
WorldHandler.RemovePlayer(this);
}
}


public void SendPacket(byte[] Dat)
{
try
{
if (ListenSock.Connected)
if (Online)
{

byte[] TheData = new byte[Dat.Length];
Dat.CopyTo(TheData, 0);
Crypto.Encrypt(ref TheData);
ListenSock.Send(TheData);
}
}
catch (Exception) {}
}

public void ReceivePacket(byte[] Dat)
{
if (ListenSock.Connected)
if (Online)
{
byte[] Data = Dat;
Crypto.Decrypt(ref Data);
PacketHandlerData Handle = new PacketHandlerData();
Handle.HandlePacket(Data, this);
}
}

public void Drop()
{
TheMain.GameServer.DropClient(Address,Port);
}
}
}
so can anyone help me?
allizzel777 is offline  
Old 02/04/2010, 01:17   #6
 
CompacticCo's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 424
Received Thanks: 108
Quote:
Originally Posted by allizzel777 View Post
can someone give me a client...
none i have tryed will work...
.Ryu scammed me and gave me this i bought the client too i even told him before i did this and he wont give me it ... so can anyone else?
.Ryu is a little scammer, he also has split personality's.
CompacticCo is offline  
Old 02/04/2010, 01:40   #7
 
elite*gold: 0
Join Date: Jan 2010
Posts: 74
Received Thanks: 18
I don't know how someone would fall for a scam like that but you know how noobs are :S.
Metapod is offline  
Old 02/04/2010, 02:25   #8
 
elite*gold: 20
Join Date: Jan 2008
Posts: 2,338
Received Thanks: 490
The Co Server... released 2005 i think
~Yuki~ is offline  
Old 02/04/2010, 03:59   #9
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,783
Received Thanks: 5,304
Quote:
Originally Posted by ~Yuki~ View Post
The Co Server... released 2005 i think
What is it?
LOTF based right?
Arcо is offline  
Old 02/04/2010, 04:20   #10
 
elite*gold: 0
Join Date: Jan 2010
Posts: 74
Received Thanks: 18
Ain't thecoserver like the old qonquer source or something like that?
Metapod is offline  
Old 02/04/2010, 12:16   #11
 
elite*gold: 20
Join Date: Jan 2008
Posts: 2,338
Received Thanks: 490
Quote:
Originally Posted by .Arco View Post
What is it?
LOTF based right?
Nah CoEmu Based... its Tanelīs first source

1st: TheCoServer
2nd - 4th : LOTF
5th. NewestCoServer
6th: Newest CoServer 5165
7th: Unknown name 5201
~Yuki~ is offline  
Old 02/04/2010, 13:37   #12


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,126
Received Thanks: 2,518
Quote:
Originally Posted by Metapod View Post
Ain't thecoserver like the old qonquer source or something like that?
Qonquer is completely seperate from the private server development community.
Korvacs is offline  
Old 02/05/2010, 09:30   #13
 
elite*gold: 0
Join Date: Sep 2009
Posts: 321
Received Thanks: 60
scamming happens to the best of us XD
when it comes to money most people dont actully scam
but you get the odd low life like him.
plus the server for that isnt so bad its just the lotf source thats ***** u wana
look for a better one.
LegalConquer is offline  
Old 02/06/2010, 00:39   #14
 
allizzel777's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 124
Received Thanks: 2
Quote:
Originally Posted by .Arco View Post
What is it?
LOTF based right?
all i know is that its 5017 and he told me it is edited and everything works
and yeah stuff like that
yeah its old conquer kinda
allizzel777 is offline  
Old 02/06/2010, 14:05   #15
 
elite*gold: 20
Join Date: Jan 2008
Posts: 2,338
Received Thanks: 490
he lied to you
~Yuki~ is offline  
Closed Thread


Similar Threads Similar Threads
[HELP] Npc Packet (4351 TheCOServer)
04/04/2010 - CO2 Private Server - 1 Replies
please i've maked some codes for 4351 and i'm trying to make the right packets... but not seems to work yet... if possible i would like to learn a little more and i want help from epvp community.... here are the codes for NpcTalk : using System; using System.Collections.Generic; using System.Text; using MyMathLib; using TheCOServer.PacketHandler;
[Question]TheCoServer o.o
12/17/2009 - CO2 Private Server - 8 Replies
Hey guys im wondering in the source TheCoServer 4351 client :) Where do i code all the NPC and stuff o.o PLEAS AND THANK YOU IN ADVANCE =) Anyone know where i can find register page??
Help whith TheCoServer 4351
07/20/2009 - CO2 Private Server - 5 Replies
i downloaded the TheCoServer source and tryied to login whith 4351 client... but do not load anything only give error.... it need a CidLoader?? if need and someone have... can post here to me?? i don't find it : X



All times are GMT +1. The time now is 19:26.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.