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 16:31

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

Advertisement



ProjectX V5 (Aka. Codename CandyConquer) - 5517 Source

Discussion on ProjectX V5 (Aka. Codename CandyConquer) - 5517 Source within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 04/03/2019, 22:08   #46
 
Super Aids's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 946
For a future reference for anyone who needs to know how to update the database after changing reborns etc.

Just call:

Code:
DbPlayer.Update();
DbPlayer is a property of Player.


Quote:
Originally Posted by denominator View Post
I was being sarcastic lmao so I'm wondering what part of the post made no sense? TQ DID use a dll for protection
TQ did not use a dll for protection reasons. That's not why dll files are used at all.

The reason it's a dll is because they wouldn't need to update conquer.exe to update the dll files which makes it faster to update certain things in the client.

As long as the exported functions in the dll match the old ones then it should work.

See: https://en.wikipedia.org/wiki/Dynamic-link_library
Super Aids is offline  
Old 04/03/2019, 23:08   #47
 
elite*gold: 0
Join Date: Aug 2010
Posts: 940
Received Thanks: 76
So what was the purpose of TQanp.dll?
denominator is offline  
Old 04/04/2019, 16:06   #48
 
Super Aids's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 946
Quote:
Originally Posted by denominator View Post
So what was the purpose of TQanp.dll?
Obviously the dll was used for protection, but they didn't use dll for the purpose of protection.

It's a dll because it can be updated without updating conquer.exe etc.

OR it's most likely a separate compiled project.

---

I mean just look at this project when compiled it has several dll files from each project but I did not use it for protection at all.
Super Aids is offline  
Old 04/09/2019, 02:15   #49
 
elite*gold: 0
Join Date: Jan 2010
Posts: 92
Received Thanks: 5
Is this a stable base? Looking for a stable server, to code on for fun. But stable and able to handle players.
nitrofreak06 is offline  
Old 04/09/2019, 10:14   #50
 
Super Aids's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 946
Quote:
Originally Posted by nitrofreak06 View Post
Is this a stable base? Looking for a stable server, to code on for fun. But stable and able to handle players.
Yes, one of the best.
Super Aids is offline  
Thanks
2 Users
Old 04/09/2019, 21:51   #51
 
turk55's Avatar
 
elite*gold: 130
Join Date: Oct 2007
Posts: 1,652
Received Thanks: 701
Quote:
Originally Posted by nitrofreak06 View Post
Is this a stable base? Looking for a stable server, to code on for fun. But stable and able to handle players.
Yes, it is stable. However there are still missing stuff and some stuff need rewriting (i.e. damage calculation @ was drunk).
turk55 is offline  
Old 04/10/2019, 01:02   #52
 
Super Aids's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 946
Quote:
Originally Posted by turk55 View Post
@ was drunk).
That's a fact
Super Aids is offline  
Old 04/18/2019, 05:28   #53
 
elite*gold: 0
Join Date: Aug 2010
Posts: 940
Received Thanks: 76
Have installed mssql but how the hell do I add the sql files to it?
denominator is offline  
Old 04/18/2019, 05:49   #54
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Quote:
Originally Posted by denominator View Post
Have installed mssql but how the hell do I add the sql files to it?
Dude, do your own research for once.
Spirited is offline  
Old 04/18/2019, 12:36   #55
 
Super Aids's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 946
Quote:
Originally Posted by denominator View Post
Have installed mssql but how the hell do I add the sql files to it?
Drag and drop into management studio?
Super Aids is offline  
Old 04/18/2019, 18:13   #56
 
elite*gold: 0
Join Date: Aug 2010
Posts: 940
Received Thanks: 76
I did Spirited even watched videos on it, I'm guessing I need a different version of mssql I'm using 2017
denominator is offline  
Old 04/18/2019, 18:59   #57
 
Super Aids's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 946
No it should work on any new versions.
Super Aids is offline  
Old 04/18/2019, 19:10   #58
 
elite*gold: 0
Join Date: Aug 2010
Posts: 940
Received Thanks: 76
Ahh just that I'm getting errors when trying to execute the sqls, checked google about it but meh

Code:
Msg 5133, Level 16, State 1, Line 4
Directory lookup for the file "C:\Program Files\Microsoft SQL Server\MSSQL12.BAUSSSQL\MSSQL\DATA\FCQ_AUTH_DB.mdf" failed with the operating system error 3(The system cannot find the path specified.).
Msg 1802, Level 16, State 1, Line 4
CREATE DATABASE failed. Some file names listed could not be created. Check related errors.
Msg 5011, Level 14, State 5, Line 11
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 11
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 18
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 18
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 20
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 20
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 22
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 22
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 24
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 24
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 26
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 26
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 28
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 28
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 30
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 30
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 32
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 32
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 34
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 34
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 36
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 36
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 38
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 38
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 40
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 40
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 42
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 42
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 44
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 44
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 46
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 46
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 48
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 48
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 50
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 50
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 52
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 52
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 54
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 54
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 56
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 56
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 58
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 58
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 60
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 60
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 62
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 62
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 64
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 64
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 66
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 66
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 68
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 68
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 70
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 70
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 72
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 72
ALTER DATABASE statement failed.
Msg 5011, Level 14, State 5, Line 74
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 74
ALTER DATABASE statement failed.
Msg 911, Level 16, State 1, Line 76
Database 'FCQ_AUTH_DB' does not exist. Make sure that the name is entered correctly.
Msg 2714, Level 16, State 6, Line 85
There is already an object named 'Accounts' in the database.
Msg 2627, Level 14, State 1, Line 128
Violation of PRIMARY KEY constraint 'PK_Accounts'. Cannot insert duplicate key in object 'dbo.Accounts'. The duplicate key value is (1).
The statement has been terminated.
Msg 1913, Level 16, State 1, Line 134
The operation failed because an index or statistics with name 'IX_Accounts_NamePassword' already exists on table 'dbo.Accounts'.
Msg 15233, Level 16, State 1, Procedure sys.sp_addextendedproperty, Line 37 [Batch Start Line 139]
Property cannot be added. Property 'MS_Description' already exists for 'dbo.Accounts'.
Msg 5011, Level 14, State 5, Line 144
User does not have permission to alter database 'FCQ_AUTH_DB', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 144
ALTER DATABASE statement failed.
denominator is offline  
Old 04/18/2019, 19:14   #59
 
turk55's Avatar
 
elite*gold: 130
Join Date: Oct 2007
Posts: 1,652
Received Thanks: 701
READ.
turk55 is offline  
Old 04/18/2019, 19:26   #60
 
elite*gold: 0
Join Date: Aug 2010
Posts: 940
Received Thanks: 76
Quote:
Originally Posted by turk55 View Post
READ.
I DID but if I add the database manually it refuses to execute, never mind seems it actually added it, actually it didn't back to 5165 for me
denominator is offline  
Reply

Tags
5517, conquer, projectx, pserver


Similar Threads Similar Threads
help me source 5517 plz :(
10/20/2012 - CO2 Private Server - 11 Replies
http://img5.pimp-my-profile.com/i57/5/9/30/f_a9b54 b44b2ca.jpg hello need help with that mistake a person who knows how repair it if you could tell me how to fix it I will appreciate endlessly only error is that I Please ask him to give me help with that 58 errors and error screen time GameState.cs 842 help me plz :(
i have problem in Source 5517
04/04/2012 - CO2 Private Server - 4 Replies
i have problem in consol look i need fixd Server Fully Ready Enjoy. No~Love has logged on. {5.46.218.229} Twisted has logged on. {5.49.120.158}
[Dev][PVP]ProjectX - Patch 5517+ - No ninjas/monks
03/01/2012 - CO2 Private Server - 84 Replies
http://i590.photobucket.com/albums/ss347/PhoeNix4R eal/projectxlogo.png Opening: March. (Not sure when exactly, but those are the times set for now.) Okay as I requested the other development thread closed as I could not update it, because of my main account being banned, then I thought I'd make a new thread with updated information about the server. :rolleyes:. First of all I would like to say a few things about what have happened etc. Well as some of you know KraHen joined us, but...
SOURCE 5517 SHUTDOWN
12/21/2011 - CO2 Private Server - 5 Replies
----Exception message---- Source array was not long enough. Check srcIndex and length, and the array's lower bounds. ----End of exception message---- ----Stack trace---- at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable) at System.Collections.Generic.Queue`1.SetCapacity(Int 32 capacity) at System.Collections.Generic.Queue`1.Enqueue(T item) at...



All times are GMT +2. The time now is 16:31.


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.