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 13:27

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

Advertisement



[Release] Albetros Custom Source (Latest Hellmouth)

Discussion on [Release] Albetros Custom Source (Latest Hellmouth) within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Closed Thread
 
Old 12/06/2011, 13:36   #91
 
elite*gold: 0
Join Date: Dec 2011
Posts: 10
Received Thanks: 1
ok i installed the correct co version loaded the database debugged with no errors set all the ips (127.0.0.1) loaded both client and game servers with no problems and used co loader to connect but the conquer client exits completely after contacting the login server any ideas guys??
jrobinson is offline  
Old 12/06/2011, 14:23   #92
 
F i n c h i's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 785
Received Thanks: 421
Quote:
Originally Posted by jrobinson View Post
ok i installed the correct co version loaded the database debugged with no errors set all the ips (127.0.0.1) loaded both client and game servers with no problems and used co loader to connect but the conquer client exits completely after contacting the login server any ideas guys??
If you put 127.0.0.1 in LoaderSet.ini it will crash the client.
Use your Hamachi IP.
F i n c h i is offline  
Thanks
1 User
Old 12/06/2011, 22:02   #93
 
elite*gold: 0
Join Date: Oct 2011
Posts: 4
Received Thanks: 0
This address has been a failure, this source can be put out?

feiqu is offline  
Old 12/08/2011, 17:27   #94
 
BioHazarxPaul's Avatar
 
elite*gold: 0
Join Date: Nov 2005
Posts: 548
Received Thanks: 93
Oh so you released it I am shocked!!
for anyone who needs the client its still provided on the website currently..
BioHazarxPaul is offline  
Old 12/08/2011, 17:49   #95
 
elite*gold: 0
Join Date: Dec 2011
Posts: 10
Received Thanks: 1
thx works now currently testing it out
jrobinson is offline  
Old 12/11/2011, 00:50   #96
 
iomni's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 10
Received Thanks: 1
do i download the client patches or what?
iomni is offline  
Old 12/11/2011, 01:36   #97
 
BioHazarxPaul's Avatar
 
elite*gold: 0
Join Date: Nov 2005
Posts: 548
Received Thanks: 93
yah ur going to need to if u have our client..
BioHazarxPaul is offline  
Old 12/11/2011, 21:09   #98
 
iomni's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 10
Received Thanks: 1
-- ---------------------------- -- Procedure structure for `GetNobilityDonation` -- ---------------------------- DROP PROCEDURE IF EXISTS `GetNobilityDonation`;
CREATE DEFINER=`root`@`localhost` PROCEDURE `GetNobilityDonation`(IN rank INT) BEGIN DECLARE skip INT DEFAULT 0; SET skip = rank - 1; SELECT value FROM dyna_rank_rec ORDER BY value DESC LIMIT skip,1; END ;
/* SQL Error (1064): 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 'skip,1; END' at line 5 */
-- ---------------------------- -- Procedure structure for `GetNobilityPage` -- ---------------------------- DROP PROCEDURE IF EXISTS `GetNobilityPage`;
CREATE DEFINER=`root`@`localhost` PROCEDURE `GetNobilityPage`(IN page INT, IN pageCount INT) BEGIN DECLARE skip INT DEFAULT 0; SET skip = page * pageCount; SELECT * FROM dyna_rank_rec ORDER BY value DESC LIMIT skip,pageCount; END ;
/* SQL Error (1064): 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 'skip,pageCount; END' at line 5 */
-- ---------------------------- -- Procedure structure for `GetUserFriend` -- ---------------------------- DROP PROCEDURE IF EXISTS `GetUserFriend`;
CREATE DEFINER=`root`@`localhost` PROCEDURE `GetUserFriend`(IN ownerId INT unsigned, IN count INT) BEGIN SELECT * FROM friend WHERE userid=ownerId LIMIT count; END ;
/* SQL Error (1064): 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 'count; END' at line 3 */
-- ---------------------------- -- Procedure structure for `GetUserPackage` -- ---------------------------- DROP PROCEDURE IF EXISTS `GetUserPackage`;
CREATE DEFINER=`root`@`localhost` PROCEDURE `GetUserPackage`(IN playerId INT unsigned) BEGIN SELECT * FROM items WHERE player_id=playerId AND position=0; END ;
/* 0 rows affected, 0 rows found. Duration for 5 of 8 queries: 0.000 sec. */
iomni is offline  
Old 12/11/2011, 21:46   #99
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,377
Quote:
Originally Posted by iomni View Post
-- ---------------------------- -- Procedure structure for `GetNobilityDonation` -- ---------------------------- DROP PROCEDURE IF EXISTS `GetNobilityDonation`;
CREATE DEFINER=`root`@`localhost` PROCEDURE `GetNobilityDonation`(IN rank INT) BEGIN DECLARE skip INT DEFAULT 0; SET skip = rank - 1; SELECT value FROM dyna_rank_rec ORDER BY value DESC LIMIT skip,1; END ;
/* SQL Error (1064): 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 'skip,1; END' at line 5 */
-- ---------------------------- -- Procedure structure for `GetNobilityPage` -- ---------------------------- DROP PROCEDURE IF EXISTS `GetNobilityPage`;
CREATE DEFINER=`root`@`localhost` PROCEDURE `GetNobilityPage`(IN page INT, IN pageCount INT) BEGIN DECLARE skip INT DEFAULT 0; SET skip = page * pageCount; SELECT * FROM dyna_rank_rec ORDER BY value DESC LIMIT skip,pageCount; END ;
/* SQL Error (1064): 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 'skip,pageCount; END' at line 5 */
-- ---------------------------- -- Procedure structure for `GetUserFriend` -- ---------------------------- DROP PROCEDURE IF EXISTS `GetUserFriend`;
CREATE DEFINER=`root`@`localhost` PROCEDURE `GetUserFriend`(IN ownerId INT unsigned, IN count INT) BEGIN SELECT * FROM friend WHERE userid=ownerId LIMIT count; END ;
/* SQL Error (1064): 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 'count; END' at line 3 */
-- ---------------------------- -- Procedure structure for `GetUserPackage` -- ---------------------------- DROP PROCEDURE IF EXISTS `GetUserPackage`;
CREATE DEFINER=`root`@`localhost` PROCEDURE `GetUserPackage`(IN playerId INT unsigned) BEGIN SELECT * FROM items WHERE player_id=playerId AND position=0; END ;
/* 0 rows affected, 0 rows found. Duration for 5 of 8 queries: 0.000 sec. */
Read first thread. You need a full mysql version. Download the latest version from their website and it will work (get rid of your crap appserver bullshit version lol)
pro4never is offline  
Thanks
1 User
Old 12/12/2011, 02:10   #100
 
m7mdxlife's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 920
Received Thanks: 3,514
what is this
m7mdxlife is offline  
Old 12/12/2011, 02:17   #101
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,377
Quote:
Originally Posted by m7mdxlife View Post
what is this
Custom conquer source written by myself and dev mostly (base was worked on with saint) that was used for the most recent hellmouth beta. Basically it's the hellmouth source that doesn't SUCK like the old one I released.

Yay spam?
pro4never is offline  
Old 12/12/2011, 02:21   #102
 
m7mdxlife's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 920
Received Thanks: 3,514
oh you mean that source with the crappy monster system? and the messed up soul gears? plus the shitload of bugs? aaah!

such a disappointment my friend... everyone had high hopes on both you and your
server and it turned out to be a ......... meh, beating a dead body wont change anything
m7mdxlife is offline  
Old 12/12/2011, 02:32   #103
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,377
Quote:
Originally Posted by m7mdxlife View Post
oh you mean that source with the crappy monster system? and the messed up soul gears? plus the shitload of bugs? aaah!

such a disappointment my friend... everyone had high hopes on both you and your
server and it turned out to be a ......... meh, beating a dead body wont change anything
What was wrong with the monster system? O_o I'm not aware of any large issues with it.

Soul gears, meh only thing I'm aware with there is certain stats being added from them were calculating wrong in pvp. 5 minutes to change it.

What bugs besides that?

It was a beta source, pick it apart all you want but can you honestly provide a single bit of evidence that this source is less of a valid base then just about any other public source? The only source I know of that's public which surpasses this as far as stability and base design would be hybrid's sources and maybe korvs super basic release (I'd include impulse's base as it's a nice base but there are a number of things that need changing in its CORE rather then side features like this one does)

Flame away, it entertains me.
pro4never is offline  
Thanks
1 User
Old 12/12/2011, 02:48   #104
 
m7mdxlife's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 920
Received Thanks: 3,514
Quote:
Originally Posted by pro4never View Post
What was wrong with the monster system? O_o I'm not aware of any large issues with it.

Soul gears, meh only thing I'm aware with there is certain stats being added from them were calculating wrong in pvp. 5 minutes to change it.

What bugs besides that?

It was a beta source, pick it apart all you want but can you honestly provide a single bit of evidence that this source is less of a valid base then just about any other public source? The only source I know of that's public which surpasses this as far as stability and base design would be hybrid's sources and maybe korvs super basic release (I'd include impulse's base as it's a nice base but there are a number of things that need changing in its CORE rather then side features like this one does)

Flame away, it entertains me.
monsters freezing
monsters not spawning
monsters spawning in one spot

monsters having their own db shower

PK? double and triple kill
getting killed right after reviving
losing all pkps after relogging
m7mdxlife is offline  
Old 12/12/2011, 03:16   #105
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,377
Quote:
Originally Posted by m7mdxlife View Post
monsters freezing
monsters not spawning
monsters spawning in one spot

monsters having their own db shower

PK? double and triple kill
getting killed right after reviving
losing all pkps after relogging
The drops and most of what you just mentioned had to do with microsoft's random system. It needs to be made threadsafe (again... like 10-15 lines of code)

Pk points yah they aren't saved/loaded from database. Two lines of code to change that. (pk systems were never advertised as complete lol).


Come back when you have real stuff to complain about.

Every single thing you've listed in this thread can be fixed within about 15 minutes of work. Hardly cause to deem an entire source as bad. Continue, this entertains me and helps give me breaks from studying bwahaha


<edit>

Yup... all pk point issues you just mentioned require exactly two lines of code to fix, just tested out of boredom.

The lack of revive protection was also just an issue of us being in the middle of converting to a new system to handle buff/player states. All you need is one line of code to fix that (actually 5-6 lines of code. Two for addition, one for premature removal and one to disallow attacks)
pro4never is offline  
Closed Thread


Similar Threads Similar Threads
[Release] Custom Source - HepX_CO
08/05/2013 - CO2 PServer Guides & Releases - 50 Replies
This is my first open-source Conquer Online 2.0 emulator. I will keep this updated, and post an message every time I post a new version. Server Details Name: HepX GameServer Game: Conquer Online 2.0 Patch: 5165 Server Version: 0.1 How to set this up:
[Release]Edited Reg Page for Hellmouth source
04/09/2012 - CO2 PServer Guides & Releases - 12 Replies
I maked this edit for who dont liked that other posted originally by thesamuraivega here http://www.elitepvpers.com/forum/co2-pserver-guides -releases/1101534-exclusive-registration-page-hell mouthco-5355-a.html ... i also maked the main page .html just change the extension to .php it will be fine xP if dont i dont know what is the **** problem of your shit PC :mad: and there are an copy from original index.php, so download it from here: MEGAUPLOAD - The leading online storage and file...
[Release] Custom Project NewFuture (Latest Path)
08/26/2011 - CO2 PServer Guides & Releases - 41 Replies
Yo! Answering First Questions: - It's just the beginning of the project so yeah... very basic; - Currently some features added, but for now you can walk/jump/ load items and some other basic things(Very basic... started the project like 3 days ago); - Yeah it's for the current patch (5522 if not wrong), to login just download/install TQ client, update it and use the loader released here; - It's not MySql, I'm open to opinions (That doesn't mean ask me to DO it mysql or any other database...
Should I release a 5180 source base(Custom)?
10/30/2010 - CO2 Private Server - 20 Replies
Well? I made this totally bymyself and is far from finished. I shall only be adding login and I doubt I'll add NPC's, Portals, Maps, Jumping etc... This will just be a MySQL non biniary 5180 source. This will only contain a modified version of Impulses socket system and MySQL wrapper. Why? Because why not use the resources that are already there. I am unsure of the packet structure as for now.



All times are GMT +2. The time now is 13:27.


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.