Conquer 1.0 Private server

10/19/2010 08:38 portscott#1
I have the install file for Conquer 1.0 patch version (waaay before co2 was thought of)
I was hoping to find a programmer who would help to recreate this excellent game. In a chance that we could make a HUGE profit off this.

i am quite certain that if a server of this kind gets released of the original caliber of conquer. lots of ppl would quit the official servers to play here.

please post here if you are interested and ill upload the file somewhere for us to do :)

EDIT: the patch version is 4217. WHEN SKILL WAS ACTUALLY NEEDED!!!
10/19/2010 09:34 ryuchetval#2
there is already a server like this...or more...and idk if anybody will help you create a server for you
10/19/2010 09:44 portscott#3
Quote:
Originally Posted by ryuchetval View Post
there is already a server like this...or more...and idk if anybody will help you create a server for you
that server u have linked in your sig isnt PURE co 1.
u still have 130 weapons, dis city upgraded patch version.

PURE co 1 is EVERYTHING BEFORE the release of co 2 graphics lotto etc etc.

the patch version listed here 4217
10/19/2010 10:33 ryuchetval#4
well good luck with that...patch doesn't mean much
10/19/2010 12:49 portscott#5
to some people it does :) it their memories of good times
10/19/2010 13:07 kinshi88#6
The old conquer client is slow and buggy.
It beats me why you would want to use it.
10/19/2010 13:33 _tao4229_#7
CO1 servers are already in development by a few people
10/19/2010 13:58 Huseby#8
Noting wrong with CO2, new interface, some new textures on mobs, weapons and "hit numbers".

I dont see why people complains about Co2, when it were the updates after that caused a big mess.

Probably because they didn't play back then but oh well ^^
10/19/2010 19:19 Fish*#9
Quote:
Originally Posted by portscott View Post
I have the install file for Conquer 1.0 patch version (waaay before co2 was thought of)
I was hoping to find a programmer who would help to recreate this excellent game. In a chance that we could make a HUGE profit off this.

i am quite certain that if a server of this kind gets released of the original caliber of conquer. lots of ppl would quit the official servers to play here.

please post here if you are interested and ill upload the file somewhere for us to do :)

EDIT: the patch version is 4217. WHEN SKILL WAS ACTUALLY NEEDED!!!
Here u got a start.
Code:
static void Main()
{
Console.WriteLine("Server is open");
Console.ReadLine();
}
10/20/2010 01:07 nTL3fTy#10
Quote:
Originally Posted by Fish* View Post
Here u got a start.
Code:
static void Main()
{
Console.WriteLine("Server is open");
Console.ReadLine();
}
False statement is false.
10/20/2010 01:18 Arcо#11
Quote:
Originally Posted by Fish* View Post
Here u got a start.
Code:
static void Main()
{
Console.WriteLine("Server is open");
Console.ReadLine();
}
Actually since I see you're not using references it'll have to be:
static void Main(string[] args)
{
System.Console.WriteLine("Server is open");
System.Console.ReadLine();
}
10/20/2010 02:26 LetterX#12
4217? Why not just use the version that is available - v4267?

x.X
10/22/2010 02:08 -Trinity#13
I'm selling a 4351 source.

It's Pwnquer 1.0's old source. But I translated it from Chinese to English so you don't need Chinese(big5) support installed so it can be run on a vps.

Comes with the database, client.. ect


It's basically a super old CoEmu source that had Peral+Python elements removed and switched to CS+Lua.

It's got some weird things in it too... Things that I can't describe nor that I can get working. It's got some cool minigames in it too like a treasure hunt.. ect
I didn't add those things. It was in the hands of one Chinese coding team which name escapes me. So there are plenty of snippets of code in the source with Chinese all over them. Even some of the delimiters were Chinese characters, all that had to be fixed :P

But like I said it works 100% without Big5 support.

It does not run on mysql, but pgsql. But I can switch it to mysql if it's needed. Also I can add the option to switch between MySQL/PostgreSQL.

Add me on msn if you want a tour.
scottyownzyou(at goes here)live.com

Forgot to mention bugs ^^ (it's got them)
But all major functions of co 1.0 work. All NPCs work.
Marriage, Questing, Skills, Items.. There's a cool VIP system in it too.
It's just that it does not load dmaps, and has a scatter bug for archers that makes archers own ^^
I'm working with my friend on our up-to-date (not 5165) source now, and I've lost interest in the 4351 source :)