Puss in Boots Room

Status
Not open for further replies.
Eye Eye Capt'n
Loyal Member
Joined
May 8, 2010
Messages
1,902
Reaction score
669
PHP:
INSERT INTO `navigator_publics` (`id`, `ordernum`, `bannertype`, `caption`, `image`, `image_type`, `room_id`, `category_id`, `category_parent_id`) VALUES
(459802, 102, '0', 'Puss in Boots', 'navi/navigator_pib.gif', 'external', 459802, 0, -1);

PHP:
INSERT INTO `items` (`id`, `user_id`, `room_id`, `base_item`, `extra_data`, `x`, `y`, `z`, `rot`, `wall_pos`) VALUES
(249702, USERID, 459802, 8263, 'imageUrl=http://hotel.zonhotel.net/r63/c_images/room_backgrounds/br_pib_01.png	offsetX=-600 offsetY=600	offsetZ=9950	state=0', 1, 3, 0, 0, '');

PHP:
INSERT INTO `room_models` (`id`, `door_x`, `door_y`, `door_z`, `door_dir`, `heightmap`, `public_items`, `club_only`) VALUES
('model_pib', 0, 14, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');

PHP:
INSERT INTO `rooms` (`id`, `roomtype`, `caption`, `owner`, `description`, `category`, `state`, `users_now`, `users_max`, `model_name`, `public_ccts`, `score`, `tags`, `icon_bg`, `icon_fg`, `icon_items`, `password`, `wallpaper`, `floor`, `landscape`, `allow_pets`, `allow_pets_eat`, `allow_walkthrough`, `allow_hidewall`, `wallthick`, `floorthick`, `achievement`) VALUES
(459802, 'private', 'Puss in Boots', 'John', '', 0, 'open', 1, 25, 'model_pib', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0);

And dont forget images:

and ill put up navigator image in a mo.

Once inserted room_model and room, do :update_navigator and :unload, then restart server.
 

Attachments

  • navigator_pib - Puss in Boots Room - RaGEZONE Forums
    navigator_pib.gif
    9.2 KB · Views: 560
You would have items on a database.
What emulator?
 
Status
Not open for further replies.
Back