Welcome to RaGEZONE - MMORPG Development Forums (sponsored by tfn.gr) Mark forums read | View Forum Leaders
RaGEZONE - MMORPG Development Forums (sponsored by tfn.gr)

Conquer Releases Discuss, How to set up a PServer at Conquer Online forum; Here i will post a guide how to create your own private server with TCWNN source (TheConquerWithNoName) if i got ...




Reply
Thread Tools
Guide How to set up a PServer
 
 
RaGEZONER

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2007
Posts: 82
09-03-2008, 09:41 AM
 
Here i will post a guide how to create your own private server with TCWNN source (TheConquerWithNoName) if i got the name right ?


First of all you need to download the source wich you can find here:
[Only Registered and Activated Users Can See Links. Click Here To Register...]

Then you need to download MYSQL 5.0 wich you can download here:
[Only Registered and Activated Users Can See Links. Click Here To Register...]

I'm using Navicat for my server, you maybe don't like it but i do so you can download Navicat here:
[Only Registered and Activated Users Can See Links. Click Here To Register...]

And if you wan't to set up your own website with website registration im to lazy to guide you that one, so check around here on ragezone.

Now you need a Client (Im using PowerSourceCO client) wich you can download here:
[Only Registered and Activated Users Can See Links. Click Here To Register...]


Okey here comes the guide

1. Install MYSQL and remember what you put as root password cuz you will need that one later.

2. When you installed it, install Navicat, When its done open Navicat and create a new connection and name it "whateveryouwant" and at password field you type your password you set when you were installing MYSQL.

3. When you done that create a new database. Name it coproj and when you've done that right click on coproj and press Excute Batchfile and look for your Backup.SQL wich you can find in your source map that you have downloaded.

4. When its done open "Account" table and type this:

AccountID:
Whateveryouwant
Password: Leave this blank
Logontype: I'm using 1 but some peoples says its gonna be 2
LogonCount: 0
Status: 7 for PH and 8 for GM
Charr: 0
AccNr: 0
Online: 0

Why i said at password "Leave this blank" is cuz when you have created your account and gonna log in to conquer you will choose the password but you need to remember it.

5. Now you have succeful set up the database and now heading for the connection. Go into your source now:

Mine is located here:
C:\Documents and Settings\Linus\Skrivbord\Source\TCWNN Source\bin\Debug

Just showing where you can find your "Config.ini"


[Server]
ServerIP=YourIPGoesHere
XPRate=70 <--- EXP rate
ProfXPRate=25 <--- Weapon prof rate
DBUserName = "root"
DBUserPass = "Put your root password you choosed when you were installing MYSQL"

Now open COServerProject.exe and probably with no errors :)


This is the way i did, there is more ways but this were that fastest that came up in my mind ^^

Sorry for my english, im swedish so please don't flame me :)

I can put up guides how to get an website later and a guide to change some things like (drop rates, getting guild working, add new items, add new commands and so on)

Thanks for me :) Please right me if i forgot anything or got something wrong.


Please do not remove this thread this time, move it if its in wrong section.
 
 
permalink
 

RaGEZONE is proudly sponsored by
 
Member

Rank: Omicron


Reply With Quote
 
Join Date: Feb 2007
Location: Netherlands
Posts: 29
09-03-2008, 03:17 PM
 
Quote:
Logontype: I'm using 1 but some peoples says its gonna be 2
It should be 2.

1 = Already created char.
2 = No char yet.
3 = Banned.
 
 
permalink
 

 
Move Morons

Rank: Member


Reply With Quote
 
Join Date: Mar 2007
Location: Singapore
Posts: 1,024
09-03-2008, 03:25 PM
 
gonna test it .
 
 
permalink
 


 
Account Upgraded | Title Enabled!

Rank: Member


Reply With Quote
 
Join Date: Apr 2008
Posts: 1,292
09-03-2008, 03:25 PM
 
Might try this out later.
 
 
permalink
 

 
Account Upgraded | Title Enabled!

Rank: Member


Reply With Quote
 
Join Date: Jan 2008
Location: In ur mom!
Posts: 402
09-03-2008, 05:29 PM
 
WTF stop with the guides there are so many out ur not cool or anything
 
 
permalink
 

 
Move Morons

Rank: Member


Reply With Quote
 
Join Date: Mar 2007
Location: Singapore
Posts: 1,024
09-04-2008, 09:35 AM
 
How do i edit the client to start playing ?
 
 
permalink
 

 
RaGEZONER

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2007
Posts: 82
09-04-2008, 08:14 PM
 
Quote: Originally Posted by gotiefan View Post
It should be 2.

1 = Already created char.
2 = No char yet.
3 = Banned.
Ohh now i see :) Thanks =)

Quote:
WTF stop with the guides there are so many out ur not cool or anything
Yeah but have you seen all the ppls that ask why its not working ? :s this is a guide that is working, cuz i did it that way.. be happy that someone can take their time to make an guide where the noobs can understand and get it to work ?

Last edited by WisooN; 09-05-2008 at 08:23 AM.
 
 
permalink
 

 
Expired

Rank: Member


Reply With Quote
 
Join Date: Aug 2008
Location: RaGEZONE
Posts: 388
09-05-2008, 11:10 AM
 
Ey, can you tell me how to set up the client?
I already changed the server.dat but can't login.
 
 
permalink
 

 
RaGEZONER

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2007
Posts: 82
09-05-2008, 12:24 PM
 
Quote: Originally Posted by PostOfTheYear View Post
Ey, can you tell me how to set up the client?
I already changed the server.dat but can't login.

1. Doe's it says "connection with the server is interuppted?
2. Created an Account with password field blank?
3. Sure its the right IP you have?
4. Change the IP in the config.ini in the source?
 
 
permalink
 

 
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Jun 2007
Posts: 59
09-06-2008, 02:29 PM
 
Quote: Originally Posted by WisooN View Post
Here i will post a guide how to create your own private server with TCWNN source (TheConquerWithNoName) if i got the name right ?


First of all you need to download the source wich you can find here:
[Only Registered and Activated Users Can See Links. Click Here To Register...]

Then you need to download MYSQL 5.0 wich you can download here:
[Only Registered and Activated Users Can See Links. Click Here To Register...]

I'm using Navicat for my server, you maybe don't like it but i do so you can download Navicat here:
[Only Registered and Activated Users Can See Links. Click Here To Register...]

And if you wan't to set up your own website with website registration im to lazy to guide you that one, so check around here on ragezone.

Now you need a Client (Im using PowerSourceCO client) wich you can download here:
[Only Registered and Activated Users Can See Links. Click Here To Register...]


Okey here comes the guide

1. Install MYSQL and remember what you put as root password cuz you will need that one later.

2. When you installed it, install Navicat, When its done open Navicat and create a new connection and name it "whateveryouwant" and at password field you type your password you set when you were installing MYSQL.

3. When you done that create a new database. Name it coproj and when you've done that right click on coproj and press Excute Batchfile and look for your Backup.SQL wich you can find in your source map that you have downloaded.

4. When its done open "Account" table and type this:

AccountID: Whateveryouwant
Password: Leave this blank
Logontype: I'm using 1 but some peoples says its gonna be 2
LogonCount: 0
Status: 7 for PH and 8 for GM
Charr: 0
AccNr: 0
Online: 0

Why i said at password "Leave this blank" is cuz when you have created your account and gonna log in to conquer you will choose the password but you need to remember it.

5. Now you have succeful set up the database and now heading for the connection. Go into your source now:

Mine is located here:
C:\Documents and Settings\Linus\Skrivbord\Source\TCWNN Source\bin\Debug

Just showing where you can find your "Config.ini"


[Server]
ServerIP=YourIPGoesHere
XPRate=70 <--- EXP rate
ProfXPRate=25 <--- Weapon prof rate
DBUserName = "root"
DBUserPass = "Put your root password you choosed when you were installing MYSQL"

Now open COServerProject.exe and probably with no errors :)


This is the way i did, there is more ways but this were that fastest that came up in my mind ^^

Sorry for my english, im swedish so please don't flame me :)

I can put up guides how to get an website later and a guide to change some things like (drop rates, getting guild working, add new items, add new commands and so on)

Thanks for me :) Please right me if i forgot anything or got something wrong.


Please do not remove this thread this time, move it if its in wrong section.
thx man, worked for me. btw when exactly are you going to make a guide on how to make a website? :vampire:

can u give me the commands 2? :D
 
 
permalink
 

 
RaGEZONER

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2007
Posts: 82
09-06-2008, 03:07 PM
 
Quote: Originally Posted by kirila View Post
thx man, worked for me. btw when exactly are you going to make a guide on how to make a website? :vampire:
Im gonna do that today :)
 
 
permalink
 

 
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Jun 2007
Posts: 59
09-06-2008, 03:19 PM
 
Quote: Originally Posted by WisooN View Post
Im gonna do that today :)
btw coudl u give me the commands, for gms and non gms thx ;P
 
 
permalink
 

 
RaGEZONER

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2007
Posts: 82
09-06-2008, 03:41 PM
 
Quote: Originally Posted by kirila View Post
btw coudl u give me the commands, for gms and non gms thx ;P

/save = Save you character

/coords = Shows what coordinates you are at

/guard = ??

/reconn = ??

/ms = MassSave

/skill = /skill skillid skilllevel.. /skill 1000 4 gives you fixed thunder

/level = Choose wich level you want

/prof = /prof 500 20 gives your weapon prof level 20

/warp = ??

/scroll = Choose wich city you want scroll to
tc
am
dc
faction
bi
ma
mc

/money = /money (amount) gives you money

/c = GM Message

/wh = ?

/model = /model lfemale gives you a model of a large female

/info = check how many players online.

/tele = /tele (mapid) (coords)

/ban = ban someone

/item = /item Super ConquestArmor 12 7 255 13 13 gives you a super conquestarmor +12 -7 255hp 2 sdg.

/changename = change your name

/cps = /cps (amount)

/etc = ?

/xp = gives you xp skill

/rts = Server restart

/spawn = /spawn (mobid) (amount) i think ? :o

/npc = /npc (npcid)

/job = /job 15 is trojanmaster check for more jobs in source
/clearpkp = clear all your pk points


that is GM commands, PH can use some i think too, but non GM/PH cant use any commands.
Check in your Client.Cs for more commands.
 
 
permalink
 

 
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Jun 2007
Posts: 59
09-06-2008, 04:00 PM
 
btw from time to time it shows me a send/dont send error and stops the server....umm do u know how to fix it maybe? thx
 
 
permalink
 

 
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Jun 2007
Posts: 59
09-08-2008, 11:29 PM
 
well u said u will make a guide on how to make a website, and u still didnt, i'm not trying to bother u or something just wanna know when aproximatly it will be made thx
 
 
permalink
 

 
RaGEZONER

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2007
Posts: 82
09-09-2008, 08:28 AM
 
Quote: Originally Posted by kirila View Post
well u said u will make a guide on how to make a website, and u still didnt, i'm not trying to bother u or something just wanna know when aproximatly it will be made thx

I don't have so much time, I have a life outside the computer too and spend to most time at friends and work and sometimes when im gonna make the guide someone calls or i dont feel to make a guide ^^ but it will do it as soon as possible, btw there is many guides how to make a website if you don't want to wait :) But i will soon o hope..
 
 
permalink
 

 
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Jun 2007
Posts: 59
09-09-2008, 09:09 PM
 
Quote: Originally Posted by WisooN View Post
I don't have so much time, I have a life outside the computer too and spend to most time at friends and work and sometimes when im gonna make the guide someone calls or i dont feel to make a guide ^^ but it will do it as soon as possible, btw there is many guides how to make a website if you don't want to wait :) But i will soon o hope..
same here, and i dun mind to wait all the other guides dun expain how to istall the progys, and how to make em work and stuff, they just give u reg. php file and thats all XD so i dun mind waiting..thx
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Jul 2008
Posts: 1
09-13-2008, 02:50 AM
 
Quote: Originally Posted by PostOfTheYear View Post
Ey, can you tell me how to set up the client?
I already changed the server.dat but can't login.
How Can I change the server.dat i donno how
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Jun 2008
Posts: 8
09-26-2008, 12:00 PM
 
How to fix
Error:Connection with the server is interrupted. Please re-login. ???

how?
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Sep 2008
Posts: 1
09-27-2008, 09:35 AM
 
How to fix connection with server intrerupt?
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Aug 2008
Posts: 5
10-09-2008, 04:37 AM
 
@WisooN- Thank you!
You may not be that fluent with the English dialect but I am very happy to have "Actually" finally gotten my private server up and running all thanks to your very simple and stream lined guide. I tried over 60 guides. Telling you man, they all failed. I just followed this directly and it worked.

Now I learned a lot while trying to do this. So I might be able to help some people in this thread.

Doing so I will start with a few people.

@Coll199-
Fix it, if you do "everything" the guide says then I'm sure you will succeeded. Saying that using the Client he provided which was "PowerSource". Some things to remember. Use client he provided. I tried with various other clients and none of them worked. You "might" be able to get one working, and "if" you do then please provide here so we could make this better! Make sure that your database has a password, and that its uses in your server.dat file, and that you properly configured the config file.

@jiyu-
Same as above, please read carefully if you haven't then please do so. ^.^
Another addition is after creating an account be sure to make"
Logontype: I'm using 1 but some peoples says its gonna be 2"
Value should be 2 as it helps you create your character. Try re-logging if, no hope, then make sure you re-read the guide he suggested and be sure to check everything over again. Can never be too careful!

@ haujiahung-
To edit your server.dat file please right click on it and click on "open with.." command assuming your using windows. (This guide is only meant for Microsoft operating systems, specifically NT systems)
Once you chose that option a prompt will show up, asking you to either search the web, or choose one yourself. Select the choose one yourself and select "notepad" as your program to open it with. I am sure you do not need instructions on how to edit it from there. ^.^

@ kirila-
I know how to stop "showing" the error, but not "fix" the error all together.
Do you exactly have all files given here and is trying everything here exactly? I could provide some support if you need.

Also you said you wanted to know when he will make the guide. Is it because you want to know how to make one? Or you just want to have one made? I simply ask, because I could provide service for helping making one. At the least find one that works with the database and the server files and such.




I hope I got everyone who needed help with this guide. Any questions or what not I could try my best to help with what little experience I have.
 
 
permalink
 

 
Member

Rank: Omicron


Reply With Quote
 
Join Date: Aug 2008
Posts: 42
10-09-2008, 07:05 AM
 
its not bad ur swedish im from norway
 
 
permalink
 

 
Member

Rank: Omicron


Reply With Quote
 
Join Date: Aug 2008
Posts: 42
10-11-2008, 07:17 PM
 
Best Guide EVER!!!
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Nov 2008
Posts: 5
11-19-2008, 12:33 PM
 
nice guide just wondering how to create a guild and how to make the weapon prof go up.
if you could email me back that wood b great my email is: frosty9396@hotmail.com

EXCELLENT GUIDE AND IT ACTUALLY WORKS
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Jun 2008
Posts: 7
11-19-2008, 05:51 PM
 
Yall act like other guides here dont work, Steal has the best guide, and source out in my openion. Even comes with a video on how to set it up. If you need more help after the video, then I dont know what to tell you.
 
 
permalink
 

Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT +1. The time now is 10:29 PM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RaGEZONE © 2001 - 2008





 
Evade Blackbelt School