Welcome to the RaGEZONE - MMORPG development forums.

3.6.4 EMU SQL Fix.

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 ...

LyncusMU
Results 1 to 13 of 13
  1. #1
    Member
    Rank
    Newbie
    Join Date
    Aug 2011
    Location
    HabExtra
    Posts
    44
    Liked
    153

    ! 3.6.4 EMU SQL Fix.

    Tabo Hotel
    Heyya, if your loading up the EMU at it says either error ''Acheivments'' or ''CMD_pixels'' Etc.. then enter these codes ;

    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');
    and for ''Achievements''
    Code:
    ALTER TABLE `rooms` ADD `achievement` int(11) NOT NULL DEFAULT '0';
    
    ALTER TABLE `bots` ADD `effect` int(2) NOT NULL DEFAULT '0';
    thanks
    -Ryan.

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Member
    Rank
    Newbie
    Join Date
    Aug 2011
    Posts
    37
    Liked
    1

    thumbs up Re: 3.6.4 EMU SQL Fix.

    Quote Originally Posted by D0WNF4LL View Post
    Heyya, if your loading up the EMU at it says either error ''Acheivments'' or ''CMD_pixels'' Etc.. then enter these codes ;

    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');
    and for ''Achievements''
    Code:
    ALTER TABLE `rooms` ADD `achievement` int(11) NOT NULL DEFAULT '0';
    
    ALTER TABLE `bots` ADD `effect` int(2) NOT NULL DEFAULT '0';
    thanks
    -Ryan.
    Thnx, Great job DownF4ll Ehhm, just few questions, Do you know good working swf, and how to fix client.php error? i got flash player error.

  4. #3
    // Razorlight - America
    Rank
    Subscriber
    Join Date
    Jun 2011
    Location
    Southampton.
    Posts
    1,631
    Liked
    268

    Re: 3.6.4 EMU SQL Fix.

    Quote Originally Posted by FlamedLuc View Post
    Thnx, Great job DownF4ll Ehhm, just few questions, Do you know good working swf, and how to fix client.php error? i got flash player error.
    Use the SWF's I provided in this tut,

    And good Ryan.

  5. #4
    Member
    Rank
    Newbie
    Join Date
    Aug 2011
    Posts
    37
    Liked
    1

    Re: 3.6.4 EMU SQL Fix.

    Quote Originally Posted by xWiiNdOwS View Post
    Use the SWF's I provided in this tut,

    And good Ryan.
    What tutorial can you gimme the link?

  6. #5
    // Razorlight - America
    Rank
    Subscriber
    Join Date
    Jun 2011
    Location
    Southampton.
    Posts
    1,631
    Liked
    268

    Re: 3.6.4 EMU SQL Fix.

    Quote Originally Posted by FlamedLuc View Post
    What tutorial can you gimme the link?
    Sorry;
    Here mate :)

  7. #6
    Member
    Rank
    Newbie
    Join Date
    Aug 2011
    Posts
    37
    Liked
    1

    Re: 3.6.4 EMU SQL Fix.

    Quote Originally Posted by xWiiNdOwS View Post
    Thnx :D, last question how to fix Adobe flash player issue?

  8. #7
    Look at me now!
    Rank
    Member +
    Join Date
    Apr 2010
    Location
    Hablow
    Posts
    1,174
    Liked
    127

    Re: 3.6.4 EMU SQL Fix.

    put good habbo.swf link in housekeeping..

  9. #8
    Habbo Section <3
    Rank
    Subscriber
    Join Date
    Jun 2009
    Location
    Niagara Falls,
    Posts
    1,159
    Liked
    85

    Re: 3.6.4 EMU SQL Fix.

    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?

  10. #9
    Newbie
    Rank
    Newbie
    Join Date
    Nov 2011
    Posts
    9
    Liked
    3

    Re: 3.6.4 EMU SQL Fix.

    Finally was looking for these!

  11. #10
    Newbie
    Rank
    Newbie
    Join Date
    Nov 2011
    Posts
    17
    Liked
    1

    Re: 3.6.4 EMU SQL Fix.

    wallthick error ?;9

  12. #11
    // Razorlight - America
    Rank
    Subscriber
    Join Date
    Jun 2011
    Location
    Southampton.
    Posts
    1,631
    Liked
    268

    Re: 3.6.4 EMU SQL Fix.

    Quote Originally Posted by mmdoh88 View Post
    wallthick error ?;9
    The wallthink error, post in Habbo Help and they'll give you a SQL Code to fix that

  13. #12
    Custom User Title
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    地下鉄
    Posts
    2,515
    Liked
    392

    Re: 3.6.4 EMU SQL Fix.

    Thanks for this.

  14. #13
    Newbie
    Rank
    Newbie
    Join Date
    Nov 2011
    Posts
    8
    Liked
    2

    Re: 3.6.4 EMU SQL Fix.

    Handy ;D

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •