Its as simple as saying there are to many exploits to fix. This EMU is not stable.
Printable View
I think this was done via MUS, not sure though.
Edit:
Leon Accidentally ran a phoenix db over his db.
Le oops.
lmao Is that what actually happened? Nobody dropped it?
These guys had me searching for exploits all day....
I ended up filtering all the search and the change name requests. my edit is now tighter than a ducks ass in water........
Any fixes for wired? My wired works, but is very glitchy.
Bug found:
http://img46.imageshack.us/img46/520...c89b5740d2.png
When decorating your room you can place furni into each other. :P
Welcome back, Ryan :o
Enjoy :)
Code:/*
Navicat MySQL Data Transfer
Source Server : localhost
Source Server Version : 50528
Source Host : localhost:3306
Source Database : bcstorm
Target Server Type : MYSQL
Target Server Version : 50528
File Encoding : 65001
Date: 2013-02-16 13:50:58
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `navigator_publics_new`
-- ----------------------------
DROP TABLE IF EXISTS `navigator_publics_new`;
CREATE TABLE `navigator_publics_new` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ordernum` int(11) NOT NULL DEFAULT '1',
`bannertype` enum('0','1') NOT NULL COMMENT '0 = big, 1 = normal',
`caption` varchar(100) NOT NULL,
`description` varchar(5000) NOT NULL DEFAULT '',
`image` text NOT NULL,
`image_type` enum('internal','external') NOT NULL DEFAULT 'internal',
`room_id` int(10) unsigned NOT NULL,
`category_id` int(11) NOT NULL DEFAULT '0',
`category_parent_id` int(11) NOT NULL DEFAULT '-1',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`recommended` enum('0','1') NOT NULL DEFAULT '0',
`typeofdata` int(255) NOT NULL DEFAULT '1',
`tag` varchar(50000) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=33334 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of navigator_publics_new
-- ----------------------------
INSERT INTO `navigator_publics_new` VALUES ('2', '3', '0', 'Boom Hotel Casino', '', 'officalrooms_hq/casino.png', 'internal', '3876', '0', '-1', '1', '0', '3', '');
INSERT INTO `navigator_publics_new` VALUES ('3', '2', '0', 'Boom Hotel Trade City', '', 'officialrooms_hq/tradecitys.png', 'internal', '19858', '0', '-1', '1', '1', '3', '');
INSERT INTO `navigator_publics_new` VALUES ('1', '1', '0', 'Home Room', '', 'officialrooms_hq/welcome_lobby.png', 'internal', '1', '0', '-1', '1', '0', '3', '');
Cant get with a fresh setup any home room set to actually move the user to that room upon entering the hotel. Just sits at the welcome screen or landing view (if set). I'm assuming this is bcstorm related since I have tried several different db's and cms revisions. Ideas?
Its not on and I can enter the hotel. I do see this however in packetlogs....... Error in packet [1650] BODY: [0][0][0][0][0][0]????:
TokenID: 0System.NullReferenceException: Object reference not set to an instance of an object.
at Butterfly.Messages.GameClientMessageHandler.PrepareRoomForUser(UInt32 Id, String Password) in c:\Users\Dad\Dropbox\BcStorm\Butterfly\Messages\GameClientMessageHandler.cs:line 5437
at Butterfly.Messages.GameClientMessageHandler.enterOnRoom() in c:\Users\Dad\Dropbox\BcStorm\Butterfly\Messages\GameClientMessageHandler.cs:line 1761
at Butterfly.Messages.StaticMessageHandlers.SharedPacketLib.enterOnRoom(GameClientMessageHandler handler) in c:\Users\Dad\Dropbox\BcStorm\Butterfly\Messages\StaticMessageHandlers\SharedPacketLib.cs:line 217
at Butterfly.Messages.StaticMessageHandlers.StaticClientMessageHandler.HandlePacket(GameClientMessageHandler handler, ClientMessage message) in c:\Users\Dad\Dropbox\BcStorm\Butterfly\Messages\StaticMessageHandlers\StaticClientMessageHandler.cs:line 29
at Butterfly.Messages.GameClientMessageHandler.HandleRequest(ClientMessage request) in c:\Users\Dad\Dropbox\BcStorm\Butterfly\Messages\GameClientMessageHandler.cs:line 3089
at Butterfly.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientMessage Message) in c:\Users\Dad\Dropbox\BcStorm\Butterfly\HabboHotel\GameClients\GameClient.cs:line 136
I wonder if I have the wrong habbo.swf for bcstorm leensters edition...
LoadFirstRoomData = 1650 seems bugged Im guessing?
I am in the hotel and can change to a room fine and use the catalogs, etc. Just no map made of the initial home_room. very odd. I have tried every room imaginable even creating one and using it, but no joy. see image: Attachment 124314
*sigh* Sux because I have imported fresh db's, new swf's, other peoples habbo.swf's in combination with several different revisions of bcstorm. Im about to dump using bcstorm altogether and would maybe if someone had a whole package, less endless threads and posts on fixing their package.
New Error I have found to be happening, when your account is logged of if you receive a present whilst not on the client when you put it in your room the whole room will be glitched & disconnect you each time you go in there.
Confirmed. It doesn't bug the room right after You place it there. You can enter one time more. Later, It starts to crash. Thats kinda of serious, people are start to bug each other.
I got two more questions, maybe Its not the currect thread of section but.. I did transfer all my servers old buttefly emulator accounts to butterstorm. The groups and all other BCStorm features are working fine, but some furni doesn't. My group furni just haven't collors ( allow_group_item is on ). The badges work fine. The horse saddle and dye features work as well, but Horse Hair change doesn't. But the fact is that the Horse Hair worked some time and them just stopped working. There is no reaction when I click the item. I think It happened after I ran a php script to translate my furni. I just changed back to the old item_base but didn't work. I don't know if its a database realated issue( because of that messy account transfer ) or if its some server side glitch. Help ?