Unidentical Admin

Posts: 5 Join date: 2007-12-06 Age: 19 Location: Elite Gamers..
 | Subject: [Tut] How to make a CO private server Thu Dec 06, 2007 5:10 am | |
| Credits to Uni Pvpers, Co Emu, Future. Thnx guys and me for a lot of editing the guide phew!Requirements : .NET Framework. - Make sure u have this. This is Guide for how make a private server of CO.
I post this because i also need help how to complete all the file and don't complain about buggy files or posting why something isn't in the server because most likely it hasn't been coded in yet. If you have complain with my post dont read it and go away from this forum.Router UsersMake sure you forward ports 5432, 5861, and 9958!Required FilesPostgreSQL 8.2 and PGAdminhttp://rapidshare.com/files/32309941/PostgreSQL_8.2_and_PGAdmin.rarDownload and install the above two programs. Make sure you remember the password you used while installing PostgreSQL, or you won't be able to connect to the database later.Download the server files from here http://filebeam.com/57603e55b130e1c04d9427cea95e6c34~LOL~ the password is AGREE thanks Knightraider ;D Download the database backup fromhttp://hienzwilbert.googlepages.com/BackupFile.rarSetting up the ServerDatabaseGo into your C: or D: drive and make these 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 created these folders, right click on COFullDB, go to properties and share it with full access.
Run PGAdmin and create a server named Conquer. Use the username and password you used when installing PostgreSQL 8.2.
Right click Databases under the Conquer server, create a database named Conquer, right click it and click Restore. Click "..." and browse for the backup.
Click OK and you should get this at the end of the query
| Code: | WARNING: errors ignored on restore: 1
Process returned exit code 1. |
Click "Cancel".
Press the + next to the Conquer database. Press the + next to Schemas. Press the + next to Public. Press the + next to tables. Right click the "Servers" table and click "View Data". Put your server name and your IP. Save and close.
Your database is now ready!
Server Files
Extract the server files and go into the Config.ini file. Make sure it looks like this.
| Code: | [Database] DBname= User name you used to install the PostgreSQL server. Password= Password you used to install the PostgreSQL server. [Server] Default-IP=Your IP Pserver1-IP=Your IP
[Options] XPrate=1
RefineDropRate=1 UniqueDropRate=1 EliteDropRate=1 SuperDropRate=1
+1DropRate=1
StigLuresMobs=0
LotteryFile=Data\Lottery.ini LoadLottoFromFile=0 |
Client
Get the client at www.conqueronline.com Go into the client and open server.dat to notepad and edit it to this.
| Code: | [Header] GroupAmount=1 Group1=GroupPic9
[Group1] ServerAmount=1
Server1=Test Ip1=YourIPgoesHere Port1=9958 ServerName1=Test HintWord1= Pic1=servericon73 |
[size=25pt]How to Connect[/size] Go to your server file and find the CO Full Server double click it of open it and after a few second you will the Server will apear then click the Listen.
[size=25pt]Adding Accounts[/size] Go into the Conquer database and go to the tables. Right click the Accounts table and click View Data.
Put your account name here. DO NOT put the password. Leave all the other fields blank. The password for the account will be set when you login. If you put a password here, you will fail to connect to the gameserver when you try to login.
Thanks for reading alot of work i put into this i had to edit alot_________________   |
|