Welcome to the RaGEZONE - MMORPG development forums.

[Guide] Setting up a Conquer Online Server [Old]

This is a discussion on [Guide] Setting up a Conquer Online Server [Old] within the Conquer Online forums, part of the - Old Archived Files category; The files here are outdated. If you want newer files, be sure to check the release threads. This guide is ...

Page 1 of 10 123456789 ... LastLast
Results 1 to 15 of 136
  1. #1
    Ron
    ':,,:'
    Rank
    Subscriber
    Join Date
    Apr 2005
    Location
    Dallas, TX
    Posts
    8,239
    Liked
    1864

    [Guide] Setting up a Conquer Online Server [Old]

    Click
    The files here are outdated. If you want newer files, be sure to check the release threads.

    This guide is for the CoEmu release, NOT the XSCO release.

    Well after finally getting the Conquer Online server to work, I've decided I was going to make a guide. The CO server files are no where near completed and are being worked on by CoEmu, so 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.

    Router Users
    Make sure you forward ports 5432, 5861, and 9958!

    Required Files

    PostgreSQL 8.2
    PGAdmin

    Download 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. These files are not the source, they are the built version of the source.

    Download the database backup from here.


    Setting up the Server

    Database

    Go into your C: 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= username
    Password= password
    
    [Server]
    Default-IP=192.168.1.102
    Pserver1-IP=192.168.1.102
    
    [Options]
    XPrate=1
    Code:
    User name you used to install the PostgreSQL server.
    Password you used to install the PostgreSQL server
    Your IP


    Client

    Get the client here.

    Go into the client and open server.dat 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
    Adding Accounts

    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.

    Commands

    The commands for the server may be found in the attachment on this post.

    To be able to use all of the commands, go into the account table, and on your account set the flags colum from 0 to 8. This will make your account a GM account.

    Credits

    All credits go to the CoEmu team. All I did was make the guide and compile the files.

    I made this guide kind of in a rush so if something doesn't work or you don't understand something, ask your question here.


    If you are unable to follow this guide successfully, check out this guide.
    Attached Files Attached Files
    Last edited by Ron; 06-05-07 at 08:45 PM.

  2. #2
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jan 2006
    Location
    localhost
    Posts
    412
    Liked
    0
    thanks! nice guide

  3. #3
    Ron
    ':,,:'
    Rank
    Subscriber
    Join Date
    Apr 2005
    Location
    Dallas, TX
    Posts
    8,239
    Liked
    1864
    Quote Originally Posted by richard167 View Post
    thanks! nice guide
    Thanks, and good luck setting up your server if you were planning on making one.

  4. #4
    Newbie
    Rank
    Member
    Join Date
    Feb 2007
    Posts
    3
    Liked
    0

    Great Guide!!

    Great guide Ron.

  5. #5
    Registered
    Rank
    Member
    Join Date
    Sep 2006
    Posts
    17
    Liked
    0
    Cheers for the guide man but i got a little problem if u dnt mind helping and that is that i cant connect to my server it comes up with can niot connect to server please try again later any ideas cheers

  6. #6
    Ron
    ':,,:'
    Rank
    Subscriber
    Join Date
    Apr 2005
    Location
    Dallas, TX
    Posts
    8,239
    Liked
    1864
    Quote Originally Posted by Snolly View Post
    Cheers for the guide man but i got a little problem if u dnt mind helping and that is that i cant connect to my server it comes up with can niot connect to server please try again later any ideas cheers
    If you're running behind a router and you're using your global IP to connect, make sure you forward ports 5598 and 5432.

  7. #7
    Registered
    Rank
    Member
    Join Date
    Sep 2006
    Posts
    17
    Liked
    0
    ohk man ill try that cheers for the quick reply

  8. #8
    Ron
    ':,,:'
    Rank
    Subscriber
    Join Date
    Apr 2005
    Location
    Dallas, TX
    Posts
    8,239
    Liked
    1864
    Quote Originally Posted by Snolly View Post
    ohk man ill try that cheers for the quick reply
    Goodluck. ;)

  9. #9
    Registered
    Rank
    Member
    Join Date
    Sep 2006
    Posts
    17
    Liked
    0
    ohk my server is listing on the wrong ip it is listing on 10.1.1.4 and i cant change it sorry to be such a noob

  10. #10
    Ron
    ':,,:'
    Rank
    Subscriber
    Join Date
    Apr 2005
    Location
    Dallas, TX
    Posts
    8,239
    Liked
    1864
    Quote Originally Posted by Snolly View Post
    ohk my server is listing on the wrong ip it is listing on 10.1.1.4 and i cant change it sorry to be such a noob
    Try using Hamachi to change your IP so the sever will load that IP on the server. I've heard it works but I've never tried it. I'll look though the source and see if there is a way to allow you to put your own IP in the server instead of having it detect it.

    For now, you should be able to connect to your server using 10.1.1.4 , but other people won't be able to connect.

  11. #11
    Registered
    Rank
    Member
    Join Date
    Sep 2006
    Posts
    17
    Liked
    0
    ohk man will try hamachi if u want add me on msn hellgategaming@hotmail.com and ill try the 10.1.1.4 now cheers for ur help

  12. #12
    Ron
    ':,,:'
    Rank
    Subscriber
    Join Date
    Apr 2005
    Location
    Dallas, TX
    Posts
    8,239
    Liked
    1864
    Quote Originally Posted by Snolly View Post
    ohk man will try hamachi if u want add me on msn hellgategaming@hotmail.com and ill try the 10.1.1.4 now cheers for ur help
    Added you.

  13. #13
    [V for Life]
    Rank
    Member +
    Join Date
    Apr 2006
    Location
    Bedroom.
    Posts
    297
    Liked
    1
    pgAdminIII won't connect to Conquer :( ! And i don't how 2 create a DB .. You didn't mentioned that .
    EDIT: And hostname should be my ip no ?
    Old CABAL TFN - Moderator (also GA)

  14. #14
    [V for Life]
    Rank
    Member +
    Join Date
    Apr 2006
    Location
    Bedroom.
    Posts
    297
    Liked
    1
    Sry 4 double post,but i try with localhost,it works that way ^_^
    Old CABAL TFN - Moderator (also GA)

  15. #15
    Ron
    ':,,:'
    Rank
    Subscriber
    Join Date
    Apr 2005
    Location
    Dallas, TX
    Posts
    8,239
    Liked
    1864
    Quote Originally Posted by danger-bk View Post
    pgAdminIII won't connect to Conquer :( ! And i don't how 2 create a DB .. You didn't mentioned that .
    EDIT: And hostname should be my ip no ?
    The host name should be localhost.

 

 
Page 1 of 10 123456789 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •