Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server > CO2 PServer Guides & Releases
You last visited: Today at 01:31

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Guide/Release: Conquer Server (CoFuture) Using MySql!

Discussion on Guide/Release: Conquer Server (CoFuture) Using MySql! within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Closed Thread
 
Old 12/03/2007, 13:05   #91
 
elite*gold: 0
Join Date: Oct 2007
Posts: 18
Received Thanks: 1
Ok, I am using the client of QO, and Version 4348 the OC. (Versiondate = 4348). But if I do the CO he performs the autopacth! Not counting in any way get the option "by pass" .. pls help
shad0w16 is offline  
Old 12/03/2007, 13:08   #92
 
leavemealone's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 2,168
Received Thanks: 8,593
In the 4348 Patch folder open "Version.dat" in Notepad and change it to "9999" that will bypass the autopatch!
leavemealone is offline  
Old 12/03/2007, 13:28   #93
 
elite*gold: 0
Join Date: Oct 2007
Posts: 18
Received Thanks: 1
"Conection failed due to server maintence or internet congestion. Please re-login later."
"/
shad0w16 is offline  
Old 12/03/2007, 13:39   #94
 
leavemealone's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 2,168
Received Thanks: 8,593
Download the new source i just uploaded and add your database info to it then all should be fine xD
leavemealone is offline  
Old 12/03/2007, 13:55   #95
 
elite*gold: 0
Join Date: Oct 2007
Posts: 18
Received Thanks: 1
same error.. :'(
pls guy!!!! up ur conquer folder!!!!!!!!!!!!!!!
:'(
shad0w16 is offline  
Old 12/03/2007, 14:23   #96
 
leavemealone's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 2,168
Received Thanks: 8,593
Make sure servername, port, ip are all DEFINITELY correct in DATABASE and SERVER! kk thanks
leavemealone is offline  
Old 12/03/2007, 16:38   #97
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,749
Received Thanks: 2,199
I'm getting this error everytime I try to connect to my server.
The error is in the red box and it happens every time I try to connect to the server.

I added the account ID to the database, I changed the IP in the database to my own ip, I changed the Database.cs to match my password. It's just like the server is set to not allow connections. Any help?

Auth Packet: Auth Request
System.NullReferenceException: Object reference not set to an instance of an object.
At COServer.Start.Game_FirstDataArrived(Object sender, DataArgs e) i C:\Docu
ments and Settings\------------------\Desktop\CoFuture_Release\Server\Start.c
s:line 317
Attached Images
File Type: jpg errornoob.JPG (42.4 KB, 162 views)
IAmHawtness is offline  
Old 12/03/2007, 18:06   #98
 
elite*gold: 0
Join Date: Jun 2007
Posts: 12
Received Thanks: 2
Quote:
Originally Posted by IAmHawtness View Post
I'm getting this error everytime I try to connect to my server.
The error is in the red box and it happens every time I try to connect to the server.

I added the account ID to the database, I changed the IP in the database to my own ip, I changed the Database.cs to match my password. It's just like the server is set to not allow connections. Any help?

Auth Packet: Auth Request
System.NullReferenceException: Object reference not set to an instance of an object.
At COServer.Start.Game_FirstDataArrived(Object sender, DataArgs e) i Cocu
ments and Settings------------------DesktopCoFuture_ReleaseServerStart.c
s:line 317
set your account to a regular account first if your just making one you cant set it directly to pm you have to set it to 1 first then after you make the charector you can set it to pm.
magmas is offline  
Old 12/03/2007, 18:21   #99
 
leavemealone's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 2,168
Received Thanks: 8,593
@IAmHawtness, Either your using wrong client version or using wrong password!

@magmas, Did you get the server working?
leavemealone is offline  
Old 12/03/2007, 18:38   #100
 
elite*gold: 0
Join Date: Jun 2007
Posts: 12
Received Thanks: 2
Smile

yeah i got it working fine got it working last night coding some **** for it trying to get Deputy Leaders to work and the warehouse to work it sends the packet for the warehouse and theres a field in the database for WHmoney just gotta connect the dots for it. still getting use to this npc scripting its way different then Coemu but its simple and i like simple. need to figure out how to make it check levels and ill be good.
magmas is offline  
Old 12/03/2007, 19:38   #101
 
leavemealone's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 2,168
Received Thanks: 8,593
If you want it to check character level, you can make a database query function for it to run
leavemealone is offline  
Old 12/03/2007, 20:36   #102
 
elite*gold: 0
Join Date: Sep 2007
Posts: 24
Received Thanks: 10
server is working fine now, just had to change the port number in the source.
yotop456 is offline  
Old 12/03/2007, 20:41   #103
 
elite*gold: 0
Join Date: Sep 2007
Posts: 24
Received Thanks: 10
Btw thx for a great release!

Is there a way to add monsters yet?
yotop456 is offline  
Old 12/04/2007, 00:58   #104


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,126
Received Thanks: 2,518
my my, didnt expect this :P

if anyone was having difficulty with the npcs, this is taken from my private dev forum which i used to keep track of what i added to the server as i worked on it:

Quote:
Ok im currently in the process of creating my npc system,

This system will be one of the simplist npc systems out there....thats my aim anyway.

Here are the current list of available commands and their uses:

Replace <value> with whatever you want it to be so <value> becomes 50

Replace <string> with some text, for example <string> becomes: Hi there this is an example

Code:
Npcface=<value>
Set Npcface to any avatar that the game supports just like the clients faces,

Code:
Dialog=<value>
Set Dialog to whichever dialog your working on, for example the first Dialog which the client sees is Dialog=0, the client will always request Dialog 0 when you click on the npc.

Code:
Text=<string>
This is what the npc will say for the dialog, for example, if i want the npc to say "Hi there im an example npc" i would write: Text=Hi there im an example npc

Code:
Option=<string>=<value>
For this command you need to add to things, what the option will say, and where the client will be taken once they click that option, fairly simple example: Option=Goto Dialog 1=1

you can have multiple options upto a total of 8, any more will cause the client to crash (ive yet to limit this)

[random]im considering adding in functionality where by the server will create a second page, on the first page will be options 1 - 6 and a next option, when clicking next it will take you to the next page with the remaining options and a back button, however this may not happen[/random]

Code:
Finsh
Completes the Dialog, this is only require when your atualy going to display a dialog, for example if i were to just have a dialog with no text and no options the client would not be sent any information so theres no need to finsh the dialog,

this requires no finsh command:

Code:
Dialog=1
Teleport=1002 422 366
this requires a finsh command:

Code:
Dialog=1
Text=This is a test for dialog 1
Option=Example1=2
Option=Back=0
Finsh
Code:
Teleport=<value1> <value2> <value3>
This teleports the user to a target map and cordinates, value1 is the map id, value2 is the x cord and value3 is the y cord, please ensure that you do correctly set the x and y cordinates otherwise people could get into all sorts of trouble xD

Code:
Item=<value1> <value2> <value3> <value4> <value5> <value6> <value7> <value8> <value9>
The item command allows you to create items within someones inventory, i know theres alot of values x_X

value1 is the itemid, value2 is the plus, value 3 is the minus, value 4 is the enchant, value 5 is soc1, value6 is soc2, value7 is currentdura, value8 is maxdura, value9 is the amount.

yeah i know its alot to remember but i dont want to have to make changes further down the line and make modifications to loads of npcs, this system is being built to last.
Code:
FindItem=<value1>=<value2>
ok, the find item command (Added while writing this)

it will return the total amount of items it found in your inventory, value1 is the number of the variable your assigning and value2 is the itemid you want to find,

you can then access the item by using <value1>

heres an example because it can be difficult to grasp

Code:
FindItem=0=1088000
Text=You have <0> Dragonballs in your inventory
Code:
Variable=<value1>=<value2>
this allows you to assign values and use them like the find items variables,

value1 is the variable your assigning, value2 is the value,

Code:
Variable=1=1088000
Text=You have <0> <1>s in your inventory
please note that the variables you assign only exist within the dialog you assign them in.

something you assign within dialog1 will not exist within dialog2

And heres a random example npc which has abit of everything in it

Code:
NpcFace=50
Dialog=0
Text=This is a test for dialog 0
Option=Dialog1=1
Option=Find Items=4
Option=Teleport=3
Option=Create Item=2
Finsh

Dialog=1
Text=This is a test for dialog 1
Option=Dialog4=4
Option=Start=0
Finsh

Dialog=2
Item=1088000 0 0 0 0 0 1 1 1

Dialog=3
Teleport=1002 422 366

Dialog=4
FindItem=0=1088000
Variable=1=1088000
Text=You have <0> <1>s in your inventory
Option=Start=0
Option=Dialog1=1
Finsh
Also, the server was coded in the 2005 edition of visual studio, ive no idea why it doesnt build in the 2008 edition, perhaps theres an import function you could use or something, if not then just download the 2005 c# express edition >_>
Korvacs is offline  
Old 12/04/2007, 02:24   #105
 
[GMs]'s Avatar
 
elite*gold: 100
Join Date: Apr 2007
Posts: 183
Received Thanks: 57
I get errors with the new update also





[GMs] is offline  
Closed Thread


Similar Threads Similar Threads
[Guide]cofuture source
06/11/2011 - CO2 PServer Guides & Releases - 91 Replies
hi guys am new here and i hope stay here for long time ------------ i make this guide Couz i found alot pll cant work with cofuture source --------------- Coder source:future <<<Thanks to hime 1st helping me:haydeZ<<<<Thanks to hime 2nd --------------------------------------- What we are need? 1:cofuture source>>>Download Here 2:AppServ(MySQL, Apache, and PhpMyAdmin all in one)>>>>AppServNetwork
[Request]Conquer Server (CoFuture) Using MySql
06/25/2008 - Conquer Online 2 - 2 Replies
hey I want to get the Conquer Server (CoFuture) Using MySql Source but all links down Can someone add it on rapidshare? or other Site? thank you if you up it in a site ps:sorry for my bad english :)
Need help Guide/Release: Conquer Server (CoFuture) Using MySql!
05/28/2008 - Conquer Online 2 - 1 Replies
Hello i tryed that Guide/Release: Conquer Server (CoFuture) Using MySql! But it don't work i can't do that phpmyadmin think anyone can help me the language is german but i wanted to change it to english but idk how. If anyone got Teamviewer or somethink like that would be nice greetz



All times are GMT +1. The time now is 01:31.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.