-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
Jambokill
On your commands.ini in your emulator replace all codes with this..
Thank you!!
-
Re: BcStorm with all the fixes (for noobs)
anyone know how to resolve this error?
Quote:
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.
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
Caustik
Someone should make a git/svn repository so people can fork, update and merge.
Much better solution than releasing hundreds of edits.
I can make a git and maintain it daily, I will do one.
-
Re: BcStorm with all the fixes (for noobs)
does anyone know how to disable these messages in the emulator (message received, connections, etc.)? because the cpu usage is very high.
http://i.imgur.com/uzluPYg.png
-
Re: BcStorm with all the fixes (for noobs)
Johnny Souza, i got the same problem, its because the bots, animals and users speak.
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
Johnny Souza
does anyone know how to disable these messages in the emulator (message received, connections, etc.)? because the cpu usage is very high.
http://i.imgur.com/uzluPYg.png
Go to StaticMessageHandlers.cs
Find;
Code:
Console.WriteLine("Recieved message " + message.Header);
Replace with;
Code:
//Console.WriteLine("Recieved message " + message.Header);
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
Giles121
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:
Quote:
Originally Posted by
FapInc
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.
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
Johnny Souza
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
-
Re: BcStorm with all the fixes (for noobs)
-
Re: BcStorm with all the fixes (for noobs)
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?
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
xMiraclesz
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?
Get Windows 8
-
Re: BcStorm with all the fixes (for noobs)
Here's the latest copy with all the most recent fixes in for you;
https://mega.co.nz/#!CkQDkIaT
Couldn't be bothered including the source
-
Re: BcStorm with all the fixes (for noobs)
Can we please have it with the source !
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
xMiraclesz
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?
Migrate to windows 8 or windows 2008.
-
Re: BcStorm with all the fixes (for noobs)
What is the encryption key =?
-
Re: BcStorm with all the fixes (for noobs)
Hello Giles121, do you know how to remove these messages (client connected)?
http://img339.imageshack.us/img339/6...c0e9e3e324.png
-
Re: BcStorm with all the fixes (for noobs)
Search the messages "Client connected", "Connection received" in the source and put "//" before or delete the sentences, maybe?
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
Johnny Souza
What bjork said do that its pritty simple :)
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
Roper
What's the point without the source?
-
Re: BcStorm with all the fixes (for noobs)
I got the source, just tell me the key!
-
Re: BcStorm with all the fixes (for noobs)
Who can post one a new release with the new fix ?
-
Re: BcStorm with all the fixes (for noobs)
when I use the command: shutdown or turn off the emulator is my group away from the room... Anyone the fix?
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
Roper
Open it in visual studio and press 'f5' - this will debug it!
What must I open with Visual Studio?
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
iExit
What must I open with Visual Studio?
Die Projektmappe.
PS: Kenn dich aus RetroTown
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
KeineChance
Die Projektmappe.
PS: Kenn dich aus RetroTown
Bin aus RT draußen ^_^
Ehm, welche Projektmappe? Kannst du Pfad sagen? z.B. BcStorm -> Bin -> = ist nur beispiel
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
iExit
Bin aus RT draußen ^_^
Ehm, welche Projektmappe? Kannst du Pfad sagen? z.B. BcStorm -> Bin -> = ist nur beispiel
Also, du gehst in den Ordner BcStorm und dann öffnest du "Butterfly Emulator", so heisst die Projektmappe
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
KeineChance
Also, du gehst in den Ordner BcStorm und dann öffnest du "Butterfly Emulator", so heisst die Projektmappe
Also der Ordner Butterfly Emulator = Projektmappe? Also öffne ich des und drücke F5?
-
Re: BcStorm with all the fixes (for noobs)
Whats up with the german, this is an English-speaking Forum, Read the rules before you post.
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
zJordan
Whats up with the german, this is an English-speaking Forum, Read the rules before you post.
Ouhh, sorry Boss :S
XD
-
Re: BcStorm with all the fixes (for noobs)
Anyone knows if theres a fix for buying 5 exchange-items and get 1 free, this should'nt be possible, if anyones curious :P
-
Re: BcStorm with all the fixes (for noobs)
Have you a new release of BC storm with groups fixed etc ?
-
Re: BcStorm with all the fixes (for noobs)
How do you activate the BOT chat bubble for staffs?
-
Re: BcStorm with all the fixes (for noobs)
O
m
g
this is not a fking help thread. Look through the release threads for answers.
Jesus how many times does this have to be said?!
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
Ddos Attack
O
m
g
this is not a fking help thread. Look through the release threads for answers.
Jesus how many times does this have to be said?!
It says that its fixed on this EMU, so it should work but how?
That's not asking for help.
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
Habp
It says that its fixed on this EMU, so it should work but how?
That's not asking for help.
I'm not talking directly to you. I'm talking to the others who are asking for help.
If I'm correct, wear the Staff Badge and the bot Chat should work :3
Quote:
Originally Posted by
zJordan
Whats up with the german, this is an English-speaking Forum, Read the rules before you post.
Nein Nein Nein!!
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
Ddos Attack
I'm not talking directly to you. I'm talking to the others who are asking for help.
If I'm correct, wear the Staff Badge and the bot Chat should work :3
Nein Nein Nein!!
Haha, na still won't work
-
Re: BcStorm with all the fixes (for noobs)
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
Gil Ortiz
User tickets problem...
It's your CMS
http://forum.ragezone.com/f333/offic...thread-902373/ someone can help you there
-
Re: BcStorm with all the fixes (for noobs)
Where is the lates release ?
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
duckietm
Where is the lates release ?
Main page, it's been updated.
-
Re: BcStorm with all the fixes (for noobs)
FIX:
Quote:
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.
INVENTORYCOMPONENT.CS AND ROOMUSERMANAGER.CS
Search line: "UPDATE user_pets SET
Replace with:
Quote:
"UPDATE user_pets SET `room_id` = '", pet.RoomId, "', `color` = '", pet.Color, "', `type` = '", pet.Type, "', expirience = ", pet.Expirience, ", energy = ", pet.Energy, ", nutrition = ", pet.Nutrition,
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
Johnny Souza
FIX:
INVENTORYCOMPONENT.CS AND ROOMUSERMANAGER.CS
Search line: "UPDATE user_pets SET
Replace with:
Does this fix it fully
On topic: Thanks for this it was freaking annoying me! :P
-
Re: BcStorm with all the fixes (for noobs)
The last update is the 18.01.13...
-
Re: BcStorm with all the fixes (for noobs)
My emulator began halting four days, when I'm online with +750. :grr:
Anyone know how to fix this?
The server is AMD Phenom x6, 8GB ddr3
-
BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
Johnny Souza
My emulator began halting four days, when I'm online with +750. :grr:
Anyone know how to fix this?
The server is AMD Phenom x6, 8GB ddr3
Any errors?
Sent from my BlackBerry 9800 using Tapatalk
-
Re: BcStorm with all the fixes (for noobs)
Injection found ;D
i give the injection soon with a fix :D
-
Re: BcStorm with all the fixes (for noobs)
Any updates after 18-01 ?
-
Re: BcStorm with all the fixes (for noobs)
Hey Guys,but
im a noob to be precise okay i see source codes all over ragezone
but how do i use them?
Please help me plzzz.
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
Spot Ify
Injection found ;D
i give the injection soon with a fix :D
Care to share this or is it bullshit?
-
Re: BcStorm with all the fixes (for noobs)
does anyone have a fix for the user_info table?
-
Re: BcStorm with all the fixes (for noobs)
Quote:
Originally Posted by
ryan8843
does anyone have a fix for the user_info table?
It is you CMS that needs to put your register date in there..... no a server problem.
-
Re: BcStorm with all the fixes (for noobs)
OK i've got it all set up and everything, i've edited configuration and CMS_settings so the IP and ports match, i've opened all the ports i'm using and i can't connect :/ Nothing shows up on the cmd when i try to connect it just stays the same, anybody got any idea?
-
Re: BcStorm with all the fixes (for noobs)
Thanks for the credits,
Much appreciated :D