[Release] World Conquer: Project Development

06/27/2015 20:54 pro4never#76
Quote:
Originally Posted by turk55 View Post
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 jesper54321#77
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 turk55#78
Quote:
Originally Posted by jesper54321 View Post
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 pintinho12#79
Shit is getting done.

[Only registered and activated users can see links. Click Here To Register...]
06/28/2015 19:22 jesper54321#80
Quote:
Originally Posted by turk55 View Post
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 nitrofreak06#81
Quote:
Originally Posted by pintinho12 View Post
Shit is getting done.

[Only registered and activated users can see links. Click Here To Register...]
Looking good, Keep it up! You should apply some development logs, would be nice to see.
06/29/2015 18:47 pintinho12#82
Quote:
Originally Posted by nitrofreak06 View Post
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 pintinho12#83
Shit has been updated.
I fucked 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 nitrofreak06#84
Quote:
Originally Posted by pintinho12 View Post
Shit has been updated.
I fucked 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 Spirited#85
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 pintinho12#86
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 nitrofreak06#87
Any new updates? ;o
07/16/2015 23:12 pintinho12#88
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 ShekoHex#89
Ok , What Patch you have updated now ?
07/26/2015 20:45 pintinho12#90
It still 5517 and has not been updated on the last 2 weeks.

Tho, new things are coming.
[Only registered and activated users can see links. Click Here To Register...]