Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Updated] How To Setup a Conquer Private Server | All Links Working |

Junior Spellweaver
Joined
May 19, 2007
Messages
141
Reaction score
0
First of all this is just an tutorial how to setup a Conquer Online Server that is pretty old i do not take any credits of them :sq_yellow
Let's start then.

Setting up folders

Go into your C: drive and make folders :
Code:
C:\COFullDB
C:\COFullDB\Main
C:\COFullDB\Main\AuthTables
C:\COFullDB\Main\CharacterData
C:\COFullDB\Main\Indexes
C:\COFullDB\Main\OtherData
Once you have made all these folders, right click on COFullDB, Properties, Share with full access.

Setting up database

1] Download PostgreSQL from
2] Extract PostgreSQL.zip
3] Run Postgresql-8.3 located in extracted folder
4] Install PostgreSQL
5] Download database from
6] Run PG Admin III
7] Create new Database named Conquer
8] Right click on database you just made
9] Pick { Restore }
10] Click ... and locate folder where you downloaded backup
11] When finishing the Restore it will display error
Code:
WARNING: errors ignored on restore: 1

Process returned exit code 1.
12] Press { Cancel }
13] Press + near Conquer database, press + near Schemas, press + near Public, press + near Tables
14] Right mouse click on { Servers } and pick View All Lines
15] Change data to yours
16] Download Conquer Online Server from
17] Unpack Server.rar
18] Locate Bin, Release
19] Open Config.ini
20] Change data to your needs * Do Not Forget To Change Username & Password *
21] Launce { CO Full Server.exe }
22] Open
PostgreSQL
23]
Press + near Conquer database, press + near Schemas, press + near Public, press + near Tables
24] Right mouse click on { Accounts } and pick View All Lines
25] Create yourself an account
26] Press { Ctrl + S }
27] Close PG Admin III
28] Open your client folder
29] Locate Server.dat
30] Open Server.dat with WordPad
31] Change Server IP & Name to yours
32] Save Server.dat
33] Run your client
34] Login
35] Enjoy playing



Guide writhed by IcedEarth. All links are working 24 hours 7 days 365 days a year.

Do not hesitate to post reply if you are stuck !
 
Last edited:
Experienced Elementalist
Joined
Apr 7, 2008
Messages
229
Reaction score
0
Nice work i will test it now
 
Experienced Elementalist
Joined
Apr 7, 2008
Messages
229
Reaction score
0
Ya LOL DATABESE link isnt work....
 
Junior Spellweaver
Joined
Jun 26, 2007
Messages
116
Reaction score
0
Which source did u post in the guide?
 
Initiate Mage
Joined
Jun 16, 2007
Messages
2
Reaction score
0
Could someone get a downloadable link with the full SQL of the database?
I hate Postgre, want to use it with MySQL, but need the SQL, since the file is a backup from postgre, cant use it.


edit: then again, nvm... the source is "attached" to postgre, isnt it?
 
Junior Spellweaver
Joined
Apr 4, 2007
Messages
155
Reaction score
13
There's a program that converts Postgre SQL to MySQL.

Also, you cant just switch your database over to MySQL, you need to change all the references made by the database to the sql database. You also need to make sure that you make sure that the field types in the pgsql and mysql match relatively close so that you don't get typecast errors.
 
Newbie Spellweaver
Joined
Apr 24, 2008
Messages
5
Reaction score
0
plizzz help i have thise
XeroRecoil - [Updated] How To Setup a Conquer Private Server | All Links Working | - RaGEZONE Forums
 
Junior Spellweaver
Joined
May 19, 2007
Messages
141
Reaction score
0
Check your PostgreSQL setting or installation !

You can get that tool to convert PGSQL to MySQL
 
Experienced Elementalist
Joined
Jan 16, 2008
Messages
291
Reaction score
0
staggeringly old, is this meant to be the update for Ron's guide also?
 
Newbie Spellweaver
Joined
May 12, 2008
Messages
5
Reaction score
0
Hy,

When I start my server by executing CO Full Server in folder C:\Conquer\bin\Release, it only does this:

XeroRecoil - [Updated] How To Setup a Conquer Private Server | All Links Working | - RaGEZONE Forums


But the name that I' ve configured on Config.ini for Database is Conquer, I' ve created that Database and restored with the file in the first message. I also checked my login users on that database and the login I' ve put in Config is all right. Can someone tell me how to see my password? I' ve seen is encrypted...

Maybe i should install all the server files again.

Thanks.
 
Initiate Mage
Joined
Jun 16, 2007
Messages
2
Reaction score
0
Check your PostgreSQL setting or installation !

You can get that tool to convert PGSQL to MySQL

That would be good... IF i had the sql dump i asked for on the 'above' post :)

The file given on the first post is a 'backup', cant be converted.

So, my request is still valid: can someone post/upload a SQL dump of the full database, please?
 
Newbie Spellweaver
Joined
Jan 4, 2008
Messages
11
Reaction score
0
Hy,

When I start my server by executing CO Full Server in folder C:\Conquer\bin\Release, it only does this:

XeroRecoil - [Updated] How To Setup a Conquer Private Server | All Links Working | - RaGEZONE Forums


But the name that I' ve configured on Config.ini for Database is Conquer, I' ve created that Database and restored with the file in the first message. I also checked my login users on that database and the login I' ve put in Config is all right. Can someone tell me how to see my password? I' ve seen is encrypted...

Maybe i should install all the server files again.

Thanks.
I have the exact same problem. Could it be due to the fact I am running x64 or do I have to restart my postgres? Any help would be appreciated.

Kind regards,

Nubby
 
Experienced Elementalist
Joined
Jan 16, 2008
Messages
291
Reaction score
0
Youve setup your database username/password incorrectly
 
Back
Top