Welcome to the RaGEZONE - MMORPG development forums.

Room Layout r63

This is a discussion on Room Layout r63 within the Habbo Releases forums, part of the Habbo Hotel category; This is the second room layout made by me feel free to give me some tips :D Screen 1 : ...

LyncusMU
Results 1 to 4 of 4
  1. #1
    Member
    Rank
    Newbie
    Join Date
    Mar 2007
    Posts
    44
    Liked
    2

    Room Layout r63

    Tabo Hotel
    This is the second room layout made by me feel free to give me some tips :D
    Screen 1 :

    Click on the screen for full size screen
    Screen 2 :

    Click on the screen for full size screen.

    sql code :
    Code:
    CREATE TABLE IF NOT EXISTS `room_models` (
      `id` varchar(100) NOT NULL,
      `door_x` int(11) NOT NULL,
      `door_y` int(11) NOT NULL,
      `door_z` double NOT NULL,
      `door_dir` int(4) NOT NULL DEFAULT '2',
      `heightmap` text NOT NULL,
      `public_items` text NOT NULL,
      `club_only` enum('0','1') NOT NULL DEFAULT '0',
      PRIMARY KEY (`id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    
    --
    -- Gegevens worden uitgevoerd voor tabel `room_models`
    --
    
    INSERT INTO `room_models` (`id`, `door_x`, `door_y`, `door_z`, `door_dir`, `heightmap`, `public_items`, `club_only`) VALUES
    ('model_acustom', 0, 6, 2, 2, 'xxxxxxxxxxxxxxxxxxxxx\r\nx2222xxxxxxxxxxxxxxxx\r\nx22222111111111111111\r\nx22222111111111111111\r\nx22222111111111111111\r\nx22222111111111111111\r\nv22222111111111111111\r\nx22222111111111111111\r\nx22222111111111111111\r\nx22222111111111111111\r\nx22222111111111111111\r\nx22222111111111111111\r\nx22222111111111111111\r\nx22222111111111111111\r\nxxxxxxx11111111111111\r\nxxxxxxx00000000000000\r\nxxxxxxx00000000000000\r\nxxxxxxx00000000000000\r\nxxxxxxx00000000000000\r\nxxxxxxx00000000000000\r\nxxxxxxx00000000000000\r\nxxxxxxx00000000000000\r\nxxxxxxx00000000000000\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0');
    If you whant to add it your self :
    id :
    Code:
    model_acustom
    Door_X :
    Code:
    0
    Door_Y :
    Code:
    6
    Door_Z :
    Code:
    2
    Door_Dir :
    Code:
    2
    Heightmap :
    Code:
    xxxxxxxxxxxxxxxxxxxxx
    x2222xxxxxxxxxxxxxxxx
    x22222111111111111111
    x22222111111111111111
    x22222111111111111111
    x22222111111111111111
    v22222111111111111111
    x22222111111111111111
    x22222111111111111111
    x22222111111111111111
    x22222111111111111111
    x22222111111111111111
    x22222111111111111111
    x22222111111111111111
    xxxxxxx11111111111111
    xxxxxxx00000000000000
    xxxxxxx00000000000000
    xxxxxxx00000000000000
    xxxxxxx00000000000000
    xxxxxxx00000000000000
    xxxxxxx00000000000000
    xxxxxxx00000000000000
    xxxxxxx00000000000000
    xxxxxxxxxxxxxxxxxxxxx
    Club_Only :
    Code:
    0
    Have fun with it like i said this is only me second room layout tips are welcome have fun with it

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    aka Illumnia <Guent.nl>
    Rank
    Member +
    Join Date
    Dec 2009
    Location
    The Netherlands
    Posts
    415
    Liked
    224

    Re: Room Layout r63

    Okay, funny. I don't have anything to say anymore.

  4. #3
    Suck My Fluff
    Rank
    Moderator
    Join Date
    Aug 2009
    Location
    Behind You
    Posts
    1,743
    Liked
    348

    Re: Room Layout r63

    It's ok I suppose, But why not make something with extra places etc.

  5. #4
    Member
    Rank
    Newbie
    Join Date
    Mar 2007
    Posts
    44
    Liked
    2

    Re: Room Layout r63

    Quote Originally Posted by Crawl View Post
    It's ok I suppose, But why not make something with extra places etc.
    Make somting in paint and i wil try to make it for you
    ( im working on your idea)
    Last edited by justhin11; 12-12-11 at 02:09 PM. Reason: screen added

 

 

Posting Permissions

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