TheCoServer

02/03/2010 04:05 allizzel777#1
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?
02/03/2010 04:08 Arcо#2
You bought the client?
Why would you do that when the client is free in the Major Clients thread.
02/03/2010 04:13 allizzel777#3
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
02/03/2010 04:35 Arcо#4
What source?
Go to program.cs and search for the word global, tell me if you see it.
02/03/2010 04:42 allizzel777#5
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?
02/04/2010 01:17 CompacticCo#6
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.
02/04/2010 01:40 Metapod#7
I don't know how someone would fall for a scam like that but you know how noobs are :S.
02/04/2010 02:25 ~Yuki~#8
The Co Server... released 2005 i think
02/04/2010 03:59 Arcо#9
Quote:
Originally Posted by ~Yuki~ View Post
The Co Server... released 2005 i think
What is it?
LOTF based right?
02/04/2010 04:20 Metapod#10
Ain't thecoserver like the old qonquer source or something like that?
02/04/2010 12:16 ~Yuki~#11
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
02/04/2010 13:37 Korvacs#12
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.
02/05/2010 09:30 LegalConquer#13
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 shite u wana
look for a better one.
02/06/2010 00:39 allizzel777#14
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
02/06/2010 14:05 ~Yuki~#15
he lied to you