This is a discussion on 3.6.4 EMU SQL Fix. within the Habbo Releases forums, part of the Habbo Hotel category; Heyya, if your loading up the EMU at it says either error ''Acheivments'' or ''CMD_pixels'' Etc.. then enter these codes ...

Heyya, if your loading up the EMU at it says either error ''Acheivments'' or ''CMD_pixels'' Etc.. then enter these codes ;
and for ''Achievements''Code:ALTER TABLE `permissions_ranks` ADD `cmd_masspixels` enum('1','0') NOT NULL DEFAULT '0'; ALTER TABLE `permissions_ranks` ADD `cmd_globalpixels` enum('1','0') NOT NULL DEFAULT '0'; ALTER TABLE `permissions_users` ADD `cmd_masspixels` enum('1','0') NOT NULL DEFAULT '0'; ALTER TABLE `permissions_users` ADD `cmd_globalpixels` enum('1','0') NOT NULL DEFAULT '0'; DROP TABLE IF EXISTS `permissions_vip`; CREATE TABLE `permissions_vip` ( `cmdPush` enum('0','1') NOT NULL DEFAULT '1', `cmdPull` enum('0','1') NOT NULL DEFAULT '1', `cmdFlagme` enum('0','1') NOT NULL DEFAULT '1', `cmdMimic` enum('0','1') NOT NULL DEFAULT '1', `cmdMoonwalk` enum('0','1') NOT NULL DEFAULT '1' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO permissions_vip VALUES ('1', '1', '1', '1', '1');
thanksCode:ALTER TABLE `rooms` ADD `achievement` int(11) NOT NULL DEFAULT '0'; ALTER TABLE `bots` ADD `effect` int(2) NOT NULL DEFAULT '0';
-Ryan.
Sorry;
Here mate :)
put good habbo.swf link in housekeeping..
i did all of this and my vip commands wont work i have edit the vip column to '1' and it still wont work Why?
Finally was looking for these!
wallthick error ?;9
The wallthink error, post in Habbo Help and they'll give you a SQL Code to fix that![]()
Thanks for this.
Handy ;D