Srry LOL! hahaha.....
Printable View
Can I have the correct Habbo.swf and external_variables and flash texts? becz I have the old from phoenix emu!
and do I need to edit anything in db for connection?
What SWFS do this use?
When I restart the emulator rooms and inventories are empty
Help me please !
Insert this SQL in your database:
DELIMITER $$
--
-- Procedures
--
CREATE DEFINER=`root`@`localhost` PROCEDURE `getroomitems`(
IN roomid int(10) unsigned
)
BEGIN
SELECT items_rooms.item_id, items_rooms.x, items_rooms.y, items_rooms.n, items.base_id, items_extradata.data
FROM items_rooms
JOIN items ON (items.item_id = items_rooms.item_id)
LEFT JOIN items_extradata ON (items_extradata.item_id = items.item_id)
WHERE items_rooms.room_id = roomid;
END$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `getuseritems`(
IN userid int(10) unsigned
)
BEGIN
SELECT items_users.item_id, items.base_id, items_extradata.data
FROM items_users
JOIN items ON (items.item_id = items_users.item_id)
LEFT JOIN items_extradata ON (items_extradata.item_id = items.item_id)
WHERE items_users.user_id = userid;
END$$
DELIMITER ;
I have this code in my sql database but when I restart my emulator are the stuff away and my group also
Has this server been updated with all the fixes?
Eronisch how can i do that? in C#??
Ok since you guys are not getting the message, this may help you:
This is not a help thread.
Dies ist keine Hilfe Gewinde.
这不是一个帮助线程。
これはヘルプのスレッドではありません。
Tämä ei ole apua säiettä.
Ito ay hindi isang help thread.
Esta não é uma linha de ajuda.
Esto no es un hilo de ayuda.
To nije pomoć nit.
Αυτό δεν είναι ένα νήμα βοήθεια.
Đây không phải là một chủ đề trợ giúp.
Это не помощь нить.
Habbo Help - Habbo Development - RaGEZONE forums
Habbo Help - Habbo Development - RaGEZONE forums
Habbo Help - Habbo Development - RaGEZONE forums
Thank you. (Credits: Google Translate)
LoL :D:
Hallo
i have debug the server but the diamond fix dont function whats the problem?
Could someone give me the right SWFs Pack?
I have been testing this BCStorm edit and it's really not worth upgrading if you have 100+ online.
It's not stable and has alot of bugs, it drops all my users every hour. Let's hope it's possible to fix this, maybe there is just some few changes that are needed. I use 0-5% CPU, used 15-30% with Phoenix.
Here is some of my logs for the last 24 hours.
cacheerror:
criticalexceptions:Code:TokenID: 0FATAL ERROR DURING USER INVENTORY DB UPDATE: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.Collections.Hashtable.HashtableEnumerator.MoveNext()
at Butterfly.HabboHotel.Users.Inventory.InventoryComponent.RunDBUpdate() in C:\Users\G?rkan\Desktop\Emulator\BcStorm\Butterfly\HabboHotel\Users\Inventory\InventoryComponent.cs:line 339
exceptions:Code:TokenID: 0Error during saving furniture for room 2625. Stack: System.NullReferenceException: Object reference not set to an instance of an object.
at Butterfly.Util.QueryChunk.AddParameter(String parameterName, Object value) in C:\Users\G?rkan\Desktop\Emulator\BcStorm\Butterfly\Util\QueryChunk.cs:line 33
at Butterfly.HabboHotel.Rooms.RoomUserManager.AppendPetsUpdateString(IQueryAdapter dbClient) in C:\Users\G?rkan\Desktop\Emulator\BcStorm\Butterfly\HabboHotel\Rooms\RoomUserManager.cs:line 122
at Butterfly.HabboHotel.Rooms.RoomUserManager.SavePets(IQueryAdapter dbClient) in C:\Users\G?rkan\Desktop\Emulator\BcStorm\Butterfly\HabboHotel\Rooms\RoomUserManager.cs:line 914
MYSQL:Code:Exception logged 1/19/2013 6:46:04 PM in ModerationTool.SerializeRoomTool:
System.NullReferenceException: Object reference not set to an instance of an object.
at Butterfly.HabboHotel.Support.ModerationTool.SerializeRoomTool(RoomData Data) in C:\Users\G?rkan\Desktop\Emulator\BcStorm\Butterfly\HabboHotel\Support\ModerationTool.cs:line 340
Source:
Butterfly Emulator
Data:
Message:
Object reference not set to an instance of an object.
Stack trace:
at Butterfly.HabboHotel.Support.ModerationTool.SerializeRoomTool(RoomData Data) in C:\Users\G?rkan\Desktop\Emulator\BcStorm\Butterfly\HabboHotel\Support\ModerationTool.cs:line 340
Send me a message if you want everything, including threaderror and packeterror.Code:Error in query:
UPDATE user_pets SET room_id = 0, name = @name, race = @race, color = @color, type = 11, expirience = 0, energy = 100, nutrition = 100, respect = 0, createstamp = '1358617395', x = 0, Y = 0, Z = 0 WHERE id = 1740
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()
http://i48.tinypic.com/4r48z8.png
http://i48.tinypic.com/4zumxj.png
Best regards,
Exonize