WarlordsConquer v5530 source

12/21/2012 07:40 mujake#1
Since i lost interest in full featured source and i started working to an more interesting gameplay and started stripping down the source removing features here is the current source version
Features are same as any 5530 source,setting it up is as every impulse based/trinity based source.
SQL file -> [Only registered and activated users can see links. Click Here To Register...]
Source -> [Only registered and activated users can see links. Click Here To Register...]
Client is -> [Only registered and activated users can see links. Click Here To Register...]
01/02/2013 01:18 marlyandedsel#2
re upload client not on that host ....
01/02/2013 06:43 mujake#3
use any 5530 client with loader
01/02/2013 18:03 reloaded90#4
i try
01/07/2013 18:30 rule34onyourmom#5
Client???
01/07/2013 19:56 mujake#6
is that hard? as i said above use an regular 5530 client with an loader in it or use any other 5530 private server client with loader configured for your source...
01/12/2013 13:03 OGs Gaming#7
I use a client 5530 with loader, but when I press the client it starts real conquer. How can I fix that????
01/12/2013 13:07 mujake#8
do you have an loader inside it?as if you start with loader connecting to any server will redirect you to your server, it will show all server on real conquer but they won't work
03/03/2013 08:18 danez91#9
first this source have more problems..when i try to open it i have same errors.
And mujake and all ppl loader u can find at all private servers 5530 is work on them......Just must config with your ip.Good Luck !!!
03/03/2013 11:09 mujake#10
nobody said it's bugless and also, if you don't know to configure it properly don't hurry with conclusions.It worked well for me i hosted it as server for over an month.
03/11/2013 20:15 mattlink#11
how i resolve this?
MySql.Data.MySqlClient.MySqlException (0x80004005): Access denied for user 'root'@'localhost' (using password: YES)
em MySql.Data.MySqlClient.MySqlStream.OpenPacket()
em MySql.Data.MySqlClient.NativeDriver.Authenticate41 1()
em MySql.Data.MySqlClient.NativeDriver.Authenticate()
em MySql.Data.MySqlClient.NativeDriver.Open()
em MySql.Data.MySqlClient.Driver.Create(MySqlConnecti onStringBuilder settings)
em MySql.Data.MySqlClient.MySqlPool.GetPooledConnecti on()
em MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
em MySql.Data.MySqlClient.MySqlPool.GetConnection()
em MySql.Data.MySqlClient.MySqlConnection.Open()
em Conquer_Online_Server.Database.KillConnections.Kil l() na C:\WarlordsCQ-Emulator\Database\KillConnections.cs:linha 24

Thanks.
03/13/2013 06:04 mujake#12
KillConnections.cs:linha 24 there is your problem.
03/13/2013 18:10 mattlink#13
i' know, but check the line 24 : conn.Open();
dont have what change here.
the lines 25,26 and 27 :
reader = cmd.ExecuteReader();
while (reader.Read())
{
if u know this problem, post here how resolve this.
thanks.
03/16/2013 09:47 Gerculy#14
Quote:
MySqlConnection conn = new MySql.Data.MySqlClient.MySqlConnection("Server = localhost; Database = 'XXXX'; Username = 'XXXX'; Password = 'XXXX';");
Change that line
03/18/2013 18:19 mattlink#15
i changed, and this erro continue...