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 22:20

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

Advertisement



[Release]Kindless CO Server Emulator Source

Discussion on [Release]Kindless CO Server Emulator Source within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2007
Posts: 618
Received Thanks: 213
[Release]Kindless CO Server Emulator Source

#Removed
alexbigfoot is offline  
Thanks
2 Users
Old 05/22/2009, 23:06   #2
 
AndreaCo's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 510
Received Thanks: 104
lol nice..
AndreaCo is offline  
Thanks
1 User
Old 05/23/2009, 06:52   #3
 
elite*gold: 20
Join Date: Apr 2008
Posts: 2,281
Received Thanks: 912
Great release.
Hopefully this will get people motivated to start coding a server!
kinshi88 is offline  
Thanks
1 User
Old 05/23/2009, 10:56   #4
 
elite*gold: 0
Join Date: Mar 2007
Posts: 195
Received Thanks: 52
Im sure that ppl would like to know whats in it before downloading
kaka12 is offline  
Old 05/23/2009, 11:19   #5
 
elite*gold: 0
Join Date: Dec 2007
Posts: 618
Received Thanks: 213
pff, nothing to be scared of^^, i`m not the kind of man, who puts viruses in released archives/sources/executables w/e.

Anyway, as you wish, antivirus scan result:

Antivir: Nothing found
ArcaVir: Nothing found
Avast: Nothing found
AVG: Nothing found
BitDefender: Nothing found
F-Prot: Nothing found
Norman: Nothing found
Rising: Nothing found
VirusBlokAda32: Nothing found
VirusBuster: Nothing found


Scanned by
alexbigfoot is offline  
Old 05/23/2009, 11:31   #6
 
Mr_PoP's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 759
Received Thanks: 285
Nice thanks keep the good work
Mr_PoP is offline  
Old 05/23/2009, 11:34   #7

 
Kiyono's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 3,296
Received Thanks: 924
This is a CO 5095 server if I remember correct right?
Navicat SQL gives me a error...
Kiyono is offline  
Old 05/23/2009, 12:58   #8
 
ih8you's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 146
Received Thanks: 38
Thanks, this might help me learn a bit more about coding conquer sources
ih8you is offline  
Old 05/23/2009, 13:06   #9
 
_Emme_'s Avatar
 
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,161
Looks good bro, looks good.

I want you in my team, since you are developing your skills really well.
Teammates so far:
Quote:
Emme (Me) - Coder
Kinshi - Coder
Dan - Graphicer (Awesome!) / Small coding
Grant - General stuff / Small coding
If we would get you too as a coder the team's coding section would be really good, think about it.

Peace out,
Emme
_Emme_ is offline  
Old 05/23/2009, 13:39   #10
 
elite*gold: 0
Join Date: Dec 2007
Posts: 618
Received Thanks: 213
Quote:
Originally Posted by EmmeTheCoder View Post
Looks good bro, looks good.

I want you in my team, since you are developing your skills really well.
Teammates so far:

If we would get you too as a coder the team's coding section would be really good, think about it.

Peace out,
Emme
If i`m a going to get in some team, its never gonna happen, until you`ll want to join mine.
We got so far: Me, Junior and Justin
alexbigfoot is offline  
Old 05/23/2009, 13:40   #11
 
elite*gold: 0
Join Date: Dec 2007
Posts: 618
Received Thanks: 213
Quote:
Originally Posted by Kiyono View Post
This is a CO 5095 server if I remember correct right?
Navicat SQL gives me a error...
Create a database named "coserver" then run batch file on the navicat sql. if it wont, instal mysql gui tools and run the other sql, that one will totaly work.
alexbigfoot is offline  
Old 05/23/2009, 13:43   #12
 
Vortex.'s Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 275
Received Thanks: 22
I'm coding mine.. And I saw this before everyone..

Its really flexible
Vortex. is offline  
Old 05/23/2009, 14:20   #13

 
Kiyono's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 3,296
Received Thanks: 924
Quote:
Originally Posted by alexbigfoot View Post
Create a database named "coserver" then run batch file on the navicat sql. if it wont, instal mysql gui tools and run the other sql, that one will totaly work.
MySQL gui tool and Navicat both give the same error.
Code:
Error while executing this query:CREATE TABLE `accounts` (
  `ID` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Username` varchar(16) NOT NULL,
  `Password` varchar(45) NOT NULL,
  `Banned` tinyint(1) NOT NULL DEFAULT '0',
  `flag` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `Type` tinyint(1) unsigned NOT NULL,
  PRIMARY KEY (`ID`,`Username`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
The server has returned this error message:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1' at line 8
MySQL Error.
Kiyono is offline  
Old 05/23/2009, 15:42   #14
 
elite*gold: 0
Join Date: Dec 2007
Posts: 618
Received Thanks: 213
Those sqls should work. Tested them by my self.
Attached Files
File Type: rar db.rar (11.1 KB, 47 views)
alexbigfoot is offline  
Old 05/23/2009, 15:46   #15
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,922
Received Thanks: 491
Quote:
Originally Posted by Kiyono View Post
MySQL gui tool and Navicat both give the same error.
Code:
Error while executing this query:CREATE TABLE `accounts` (
  `ID` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Username` varchar(16) NOT NULL,
  `Password` varchar(45) NOT NULL,
  `Banned` tinyint(1) NOT NULL DEFAULT '0',
  `flag` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `Type` tinyint(1) unsigned NOT NULL,
  PRIMARY KEY (`ID`,`Username`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
The server has returned this error message:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1' at line 8
MySQL Error.
if you want i can make a picture on how to insert them in the database thingy without using the sql
PeTe Ninja is offline  
Closed Thread


Similar Threads Similar Threads
[Release] WarRock Emulator ServerFile Source
03/19/2012 - WarRock - 41 Replies
Hey Community, da ich sehr wenig, bzw inaktiv an den WarRock ServerFiles arbeite und ich sehe das noch immer keiner es geschafft hat einen WarRock Server, oder teilweise etwas davon zu programmieren, release ich hiermit die Basis meines WarRock Emulators. Meine allererste Version war in VB.Net, meine zweite in C#. Bei der 2. Version hatte ich sogut wie alle Funktionen in der Lobby funktionstüchtig. Da ich aber ein paar leichte Mängel in der Core des Servers entdeckte(aufgrund meiner...
[RELEASE]Conquer Emulator Source 5165
11/22/2010 - CO2 PServer Guides & Releases - 29 Replies
Latest Version: v1.0.0 Last Updated: 07:37AM 29/07 2010 This is a small project in NewestCOServer. Why this? To make a better NewestCOServer source. Ive deleted alot things so far and started building things up. I will work on this time after time, untill it will be good :) Hope you find this useful



All times are GMT +2. The time now is 22:20.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.