|
You last visited: Today at 15:26
Advertisement
[Release] World Conquer: Project Development
Discussion on [Release] World Conquer: Project Development within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.
06/27/2015, 20:54
|
#76
|
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,380
|
Quote:
Originally Posted by turk55
There is always projectx v3.2
|
Yah I've looked at it in the past but if memory serves, it didn't contain much new compared to the public albetros release (in terms of newer client features, packet structures and system documentation.)
Not to diminish the value ofproject x (as I've recommended it many times) but references for random pvp events or quests aren't really useful compared to packet structures and new client systems being documented.
|
|
|
06/28/2015, 00:22
|
#77
|
elite*gold: 0
Join Date: Sep 2011
Posts: 16
Received Thanks: 0
|
Hey mate i've gone for check this source out and tried to figure out how to make it working but i got this error:
Code:
ERROR: FluentNHibernate.Cfg.FluentConfigurationException: An invalid or incomplete configuration was used while creating a SessionFactory. Check PotentialReasons collection, and InnerException for more detail.
---> MySql.Data.MySqlClient.MySqlException: Authentication to host 'localhost' for user 'root' using method 'mysql_native_password' failed with message: Access denied for user 'root'@'localhost' (using password: YES) ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'root'@'localhost' (using password: YES)
ved MySql.Data.MySqlClient.MySqlStream.ReadPacket()
ved MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket()
--- Slut på staksporing af indre undtagelser ---
ved MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.AuthenticationFailed(Exception ex)
ved MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket()
ved MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.Authenticate(Boolean reset)
ved MySql.Data.MySqlClient.NativeDriver.Authenticate(String authMethod, Boolean reset)
ved MySql.Data.MySqlClient.NativeDriver.Open()
ved MySql.Data.MySqlClient.Driver.Open()
ved MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
ved MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
ved MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
ved MySql.Data.MySqlClient.MySqlPool.GetConnection()
ved MySql.Data.MySqlClient.MySqlConnection.Open()
ved NHibernate.Connection.DriverConnectionProvider.GetConnection()
ved NHibernate.Tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.Prepare()
ved NHibernate.Tool.hbm2ddl.SchemaMetadataUpdater.GetReservedWords(Dialect dialect, IConnectionHelper connectionHelper)
ved NHibernate.Tool.hbm2ddl.SchemaMetadataUpdater.Update(ISessionFactory sessionFactory)
ved NHibernate.Impl.SessionFactoryImpl..ctor(Configuration cfg, IMapping mapping, Settings settings, EventListeners listeners)
ved NHibernate.Cfg.Configuration.BuildSessionFactory()
ved FluentNHibernate.Cfg.FluentConfiguration.BuildSessionFactory()
--- Slut på staksporing af indre undtagelser ---
ved FluentNHibernate.Cfg.FluentConfiguration.BuildSessionFactory()
ved DB.SessionFactory.CreateSessionFactory() i c:\Users\jesper\Desktop\zfserver 20150622 1.0.1005a\zfserver\DB\SessionFactory.cs:linje 80
ved DB.SessionFactory..ctor(String db0, String db1) i c:\Users\jesper\Desktop\zfserver 20150622 1.0.1005a\zfserver\DB\SessionFactory.cs:linje 70
ved MsgServer.Program.Main() i c:\Users\jesper\Desktop\zfserver 20150622 1.0.1005a\zfserver\MsgServer\Program.cs:linje 42
so i chose to delete it all and unpack it again to make it work with your video but with same output... would you be able to provide any help?
|
|
|
06/28/2015, 03:50
|
#78
|
elite*gold: 130
Join Date: Oct 2007
Posts: 1,655
Received Thanks: 705
|
Quote:
Originally Posted by jesper54321
Hey mate i've gone for check this source out and tried to figure out how to make it working but i got this error:
Code:
ERROR: FluentNHibernate.Cfg.FluentConfigurationException: An invalid or incomplete configuration was used while creating a SessionFactory. Check PotentialReasons collection, and InnerException for more detail.
---> MySql.Data.MySqlClient.MySqlException: Authentication to host 'localhost' for user 'root' using method 'mysql_native_password' failed with message: Access denied for user 'root'@'localhost' (using password: YES) ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'root'@'localhost' (using password: YES)
ved MySql.Data.MySqlClient.MySqlStream.ReadPacket()
ved MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket()
--- Slut på staksporing af indre undtagelser ---
ved MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.AuthenticationFailed(Exception ex)
ved MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket()
ved MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.Authenticate(Boolean reset)
ved MySql.Data.MySqlClient.NativeDriver.Authenticate(String authMethod, Boolean reset)
ved MySql.Data.MySqlClient.NativeDriver.Open()
ved MySql.Data.MySqlClient.Driver.Open()
ved MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
ved MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
ved MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
ved MySql.Data.MySqlClient.MySqlPool.GetConnection()
ved MySql.Data.MySqlClient.MySqlConnection.Open()
ved NHibernate.Connection.DriverConnectionProvider.GetConnection()
ved NHibernate.Tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.Prepare()
ved NHibernate.Tool.hbm2ddl.SchemaMetadataUpdater.GetReservedWords(Dialect dialect, IConnectionHelper connectionHelper)
ved NHibernate.Tool.hbm2ddl.SchemaMetadataUpdater.Update(ISessionFactory sessionFactory)
ved NHibernate.Impl.SessionFactoryImpl..ctor(Configuration cfg, IMapping mapping, Settings settings, EventListeners listeners)
ved NHibernate.Cfg.Configuration.BuildSessionFactory()
ved FluentNHibernate.Cfg.FluentConfiguration.BuildSessionFactory()
--- Slut på staksporing af indre undtagelser ---
ved FluentNHibernate.Cfg.FluentConfiguration.BuildSessionFactory()
ved DB.SessionFactory.CreateSessionFactory() i c:\Users\jesper\Desktop\zfserver 20150622 1.0.1005a\zfserver\DB\SessionFactory.cs:linje 80
ved DB.SessionFactory..ctor(String db0, String db1) i c:\Users\jesper\Desktop\zfserver 20150622 1.0.1005a\zfserver\DB\SessionFactory.cs:linje 70
ved MsgServer.Program.Main() i c:\Users\jesper\Desktop\zfserver 20150622 1.0.1005a\zfserver\MsgServer\Program.cs:linje 42
so i chose to delete it all and unpack it again to make it work with your video but with same output... would you be able to provide any help?
|
Is reading hard?
|
|
|
06/28/2015, 07:01
|
#79
|
elite*gold: 0
Join Date: Jul 2009
Posts: 943
Received Thanks: 408
|
**** is getting done.
|
|
|
06/28/2015, 19:22
|
#80
|
elite*gold: 0
Join Date: Sep 2011
Posts: 16
Received Thanks: 0
|
Quote:
Originally Posted by turk55
Is reading hard?
|
no reading is not hard but its pretty diffecult when you dont know anything about c# xD and you are going to experiment with this source and albetros xD
got it working:P
|
|
|
06/28/2015, 22:16
|
#81
|
elite*gold: 0
Join Date: Jan 2010
Posts: 92
Received Thanks: 5
|
Quote:
Originally Posted by pintinho12
**** is getting done.
|
Looking good, Keep it up! You should apply some development logs, would be nice to see.
|
|
|
06/29/2015, 18:47
|
#82
|
elite*gold: 0
Join Date: Jul 2009
Posts: 943
Received Thanks: 408
|
Quote:
Originally Posted by nitrofreak06
Looking good, Keep it up! You should apply some development logs, would be nice to see.
|
I am waiting for something. Maybe this project will be upgraded to a 2.0 version with major changes to the source code, then I will start documentating it with a changelog file.
|
|
|
07/07/2015, 17:47
|
#83
|
elite*gold: 0
Join Date: Jul 2009
Posts: 943
Received Thanks: 408
|
**** has been updated.
I ****** some things up, so don't be worried. Monsters sometimes move, sometimes not. I just uploaded to keep an online backup.
When I get time, I will update the main post with a changelog.
|
|
|
07/07/2015, 21:12
|
#84
|
elite*gold: 0
Join Date: Jan 2010
Posts: 92
Received Thanks: 5
|
Quote:
Originally Posted by pintinho12
**** has been updated.
I ****** some things up, so don't be worried. Monsters sometimes move, sometimes not. I just uploaded to keep an online backup.
When I get time, I will update the main post with a changelog.
|
Thanks
|
|
|
07/08/2015, 03:03
|
#85
|
elite*gold: 12
Join Date: Jul 2011
Posts: 8,282
Received Thanks: 4,191
|
Nevermind about the new source. I'm thinking you have this under control. I don't really need to intervene with a newer base.
|
|
|
07/09/2015, 06:44
|
#86
|
elite*gold: 0
Join Date: Jul 2009
Posts: 943
Received Thanks: 408
|
If the new one can be faster and most efficient in packet processing, I might take a look at it...
I've been trying to create something too, that's why this project is going slow, but I still don't have nothing really useful yet.
Phoenix is working fine, except by the monsters structures that I am doing a lot of changes over the time xD Doing and re-doing things
But your base is perfect! I love it, because most peoples aren't able to understand how it works. (I understand but I can't do anything like that yet) xD
|
|
|
07/16/2015, 22:51
|
#87
|
elite*gold: 0
Join Date: Jan 2010
Posts: 92
Received Thanks: 5
|
Any new updates? ;o
|
|
|
07/16/2015, 23:12
|
#88
|
elite*gold: 0
Join Date: Jul 2009
Posts: 943
Received Thanks: 408
|
I'm stuck with some problems at home. Also I bought some new things to my PC and I am waiting for it. No updates for the next week. Also, I'm working on some structures (out of the code), because I will update the way I am working with Threads.
|
|
|
07/25/2015, 20:45
|
#89
|
elite*gold: 0
Join Date: Jun 2014
Posts: 12
Received Thanks: 1
|
Ok , What Patch you have updated now ?
|
|
|
07/26/2015, 20:45
|
#90
|
elite*gold: 0
Join Date: Jul 2009
Posts: 943
Received Thanks: 408
|
It still 5517 and has not been updated on the last 2 weeks.
Tho, new things are coming.
|
|
|
 |
|
Similar Threads
|
[Release] Experimental 6090 project : Throne
03/28/2020 - CO2 PServer Guides & Releases - 92 Replies
I've been working on Throne since October 10th, that's 10 months I've been DAILY working and reworking.. Learning and unlearning..
I've decided to release my current work and take development totally private.
I'm starting to develop new ideas that I want to be proprietary to my server for a while, some are already included in this copy I'm releasing today.
This project is written in C# and currently supports patch 6090.
Things I'm aware of that suck hard atm:
Fluent NHibernate...
|
[Development]Project Revelation (an epic 4 private server project)
10/20/2015 - Rappelz Private Server - 160 Replies
I have started development on a epic 4 private server. In this thread i will post updates on the servers progress. Eventually i do plan on releasing a repack once the server is finished.
Sorry it took so long to get some screenshots. I was trying something out that didn't work as planned.
So far I have setup a e5.2 server and removed roaming guards.
http://i.epvpimg.com/1fIyc.jpg
http://i.epvpimg.com/gYP4c.jpg
RP is finished.
|
All times are GMT +1. The time now is 15:26.
|
|