this is what the error log says :
MySql.Data.MySqlClient.MySqlException: Table 'conquer.tqnpcs' doesn't exist
at MySql.Data.MySqlClient.PacketReader.CheckForError( )
at MySql.Data.MySqlClient.PacketReader.ReadHeader()
at MySql.Data.MySqlClient.PacketReader.OpenPacket()
at MySql.Data.MySqlClient.NativeDriver.ReadResult(Int 64& affectedRows, Int64& lastInsertId)
at MySql.Data.MySqlClient.CommandResult.ReadNextResul t(Boolean isFirst)
at MySql.Data.MySqlClient.CommandResult..ctor(Driver d, Boolean isBinary)
at MySql.Data.MySqlClient.NativeDriver.SendQuery(Byte[] bytes, Int32 length, Boolean consume)
at MySql.Data.MySqlClient.MySqlCommand.GetNextResultS et(MySqlDataReader reader)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult( )
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( )
at RedemptionCO.Database.LoadNpcs() in H:\Documents and Settings\Justin\Desktop\Conquer Coding\RedemptionCo\Database.cs:line 688
MySql.Data.MySqlClient.MySqlException: Table 'conquer.tqnpcs' doesn't exist
at MySql.Data.MySqlClient.PacketReader.CheckForError( )
at MySql.Data.MySqlClient.PacketReader.ReadHeader()
at MySql.Data.MySqlClient.PacketReader.OpenPacket()
at MySql.Data.MySqlClient.NativeDriver.ReadResult(Int 64& affectedRows, Int64& lastInsertId)
at MySql.Data.MySqlClient.CommandResult.ReadNextResul t(Boolean isFirst)
at MySql.Data.MySqlClient.CommandResult..ctor(Driver d, Boolean isBinary)
at MySql.Data.MySqlClient.NativeDriver.SendQuery(Byte[] bytes, Int32 length, Boolean consume)
at MySql.Data.MySqlClient.MySqlCommand.GetNextResultS et(MySqlDataReader reader)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult( )
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( )
at RedemptionCO.Database.LoadNpcs() in H:\Documents and Settings\Justin\Desktop\Conquer Coding\RedemptionCo\Database.cs:line 688
this is what the error log says :
MySql.Data.MySqlClient.MySqlException: Table 'conquer.tqnpcs' doesn't exist
at MySql.Data.MySqlClient.PacketReader.CheckForError( )
at MySql.Data.MySqlClient.PacketReader.ReadHeader()
at MySql.Data.MySqlClient.PacketReader.OpenPacket()
at MySql.Data.MySqlClient.NativeDriver.ReadResult(Int 64& affectedRows, Int64& lastInsertId)
at MySql.Data.MySqlClient.CommandResult.ReadNextResul t(Boolean isFirst)
at MySql.Data.MySqlClient.CommandResult..ctor(Driver d, Boolean isBinary)
at MySql.Data.MySqlClient.NativeDriver.SendQuery(Byte[] bytes, Int32 length, Boolean consume)
at MySql.Data.MySqlClient.MySqlCommand.GetNextResultS et(MySqlDataReader reader)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult( )
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( )
at RedemptionCO.Database.LoadNpcs() in H:\Documents and Settings\Justin\Desktop\Conquer Coding\RedemptionCo\Database.cs:line 688
MySql.Data.MySqlClient.MySqlException: Table 'conquer.tqnpcs' doesn't exist
at MySql.Data.MySqlClient.PacketReader.CheckForError( )
at MySql.Data.MySqlClient.PacketReader.ReadHeader()
at MySql.Data.MySqlClient.PacketReader.OpenPacket()
at MySql.Data.MySqlClient.NativeDriver.ReadResult(Int 64& affectedRows, Int64& lastInsertId)
at MySql.Data.MySqlClient.CommandResult.ReadNextResul t(Boolean isFirst)
at MySql.Data.MySqlClient.CommandResult..ctor(Driver d, Boolean isBinary)
at MySql.Data.MySqlClient.NativeDriver.SendQuery(Byte[] bytes, Int32 length, Boolean consume)
at MySql.Data.MySqlClient.MySqlCommand.GetNextResultS et(MySqlDataReader reader)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult( )
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( )
at RedemptionCO.Database.LoadNpcs() in H:\Documents and Settings\Justin\Desktop\Conquer Coding\RedemptionCo\Database.cs:line 688
Seriously appreciate this release, and seriously appreciate the regions. If anything comes of this from my end you will certainly get credit.
edit: Took literally 5 mins of tinkering to get it running, granted I already had a linux box with mysql up. Source is very straightforward and easy to read.
Seriously appreciate this release, and seriously appreciate the regions. If anything comes of this from my end you will certainly get credit.
edit: Took literally 5 mins of tinkering to get it running, granted I already had a linux box with mysql up. Source is very straightforward and easy to read.
It's not a problem. Your welcome and thanks for the credits.
Map Problem with the 4267 Source 12/12/2009 - CO2 Private Server - 11 Replies Hey! I need help =\
I downloaded the 4267 source and found out that the map had quadrant lines all over it. This is the download location for the source and for the client. The database connection is located in the code:
DatabaseConnection = new MySqlConnection("Server=localhost;Database='c onquer_server';Username='root';Password='root'&quo t;);
The database sql file is below in the attachment.
Please help me, i know a bit of coding but I couldn't find anything wrong =[
PS: I need the 4268...