Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

BcStorm with all the fixes (for noobs)

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 24, 2013
Messages
5
Reaction score
0
anyone know how to resolve this error?

Error in query:
UPDATE user_pets SET room_id = 0, name = @name, race = @race, color = @color, type = 15, expirience = 0, energy = 100, nutrition = 100, respect = 0, createstamp = '1359076470', x = 0, Y = 0, Z = 0 WHERE id = 55
MySql.Data.MySqlClient.MySqlException (0x80004005): Fatal error encountered during command execution. ---> MySql.Data.MySqlClient.MySqlException (0x80004005): Parameter '@name' must be defined.
at MySql.Data.MySqlClient.Statement.SerializeParameter(MySqlParameterCollection parameters, MySqlPacket packet, String parmName)
at MySql.Data.MySqlClient.Statement.InternalBindParameters(String sql, MySqlParameterCollection parameters, MySqlPacket packet)
at MySql.Data.MySqlClient.Statement.BindParameters()
at MySql.Data.MySqlClient.PreparableStatement.Execute()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
at Database_Manager.Database.Session_Details.QueryAdapter.runQuery()


it happens when I try to expel or choose a pet for inventory.
 
Newbie Spellweaver
Joined
Jan 24, 2013
Messages
5
Reaction score
0
does anyone know how to disable these messages in the emulator (message received, connections, etc.)? because the cpu usage is very high.

uzluPY - BcStorm with all the fixes (for noobs) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Elite Diviner
Joined
Nov 25, 2012
Messages
494
Reaction score
44
Johnny Souza, i got the same problem, its because the bots, animals and users speak.
 
Experienced Elementalist
Joined
Jul 12, 2011
Messages
272
Reaction score
51
does anyone know how to disable these messages in the emulator (message received, connections, etc.)? because the cpu usage is very high.

uzluPY - BcStorm with all the fixes (for noobs) - RaGEZONE Forums







Go to StaticMessageHandlers.cs

Find;
Code:
Console.WriteLine("Recieved message " + message.Header);
Replace with;
Code:
//Console.WriteLine("Recieved message " + message.Header);
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 24, 2013
Messages
5
Reaction score
0
Go to StaticMessageHandlers.cs

Find;
Code:
Console.WriteLine("Recieved message " + message.Header);
Replace with;
Code:
//Console.WriteLine("Recieved message " + message.Header);

Thank you so much! Thanked!
I will make this change in the morning because now I have more than 600 players online.
:thumbup::thumbup:

Johnny Souza, i got the same problem, its because the bots, animals and users speak.

Giles121 just posted how to do this, simply edit using visual studio.
 
Experienced Elementalist
Joined
Jul 12, 2011
Messages
272
Reaction score
51
Thank you so much! Thanked!
I will make this change in the morning because now I have more than 600 players online.
:thumbup::thumbup:



Giles121 just posted how to do this, simply edit using visual studio.

dont Forget Like +Rep
 
Junior Spellweaver
Joined
Dec 6, 2012
Messages
134
Reaction score
22
Omg i will debug the emulator on my vps, I get an error that visual studio is not suitable for win xp 32 bit? How can i fix this?
 
Elite Diviner
Joined
Nov 25, 2012
Messages
494
Reaction score
44
Here's the latest copy with all the most recent fixes in for you;


Couldn't be bothered including the source

What is the encryption key =?
 
Newbie Spellweaver
Joined
Jan 24, 2013
Messages
5
Reaction score
0
Hello Giles121, do you know how to remove these messages (client connected)?

Imagician - BcStorm with all the fixes (for noobs) - RaGEZONE Forums
 
Web & Interaction Design
Loyal Member
Joined
Dec 18, 2010
Messages
1,506
Reaction score
712
Here's the latest copy with all the most recent fixes in for you;


Couldn't be bothered including the source

What's the point without the source?
 
Status
Not open for further replies.
Back
Top