Olá Pessoal do Toon, trago hoje a vocês a SQL dos Espaços Públicos: Ginásio e Quartel dos Bombeiros!
Quartel dos Bombeiros:
Ginásio:
Room_Models:
Rooms:
Navigator_Publics:
~ Se o Room não funcionar, use esse:
Créditos:
Toad ~ KekoMundo
T-Lord ~ Toon Forum
Sulake ~ Habbo
By T-Lord
Quartel dos Bombeiros:
Ginásio:
Room_Models:
- Código:
INSERT INTO `room_models` (`id`, `door_x`, `door_y`, `door_z`, `door_dir`, `heightmap`, `public_items`, `club_only`) VALUES
('sport',
1, 1, 2, 2,
'111222222222222222x2222\r\nx11222222222222222x2222\r\nx11222222222222222x2222\r\nxx1x2222222222222211111\r\nx11xx222222222222211111\r\nx11xx222222x22222211111\r\nx11xx222222x222222x1111\r\nx11xx222222x222222x1111\r\nx11xx2222222222222x1111\r\nx11xxxxxxxxxxxxxxxx1111\r\nx1111111111111111111111\r\nx1111111111111111111111\r\nx1111111111111111111111\r\nx1111111111111111111111\r\nxxxx1111111111111x1111x\r\n111x1111111111111x1111x\r\n111x1111111111111x1111x\r\n111x1111111111111x1111x\r\n111x11111xxxxxxxxxxxxxx\r\nx11x1111xxxxxxxxxxxxxxx\r\nxxxx111xxxxxxxxxxxxxxxx',
'QEHb09sportchairQBHJPAHb010sportchairRBHJPAHe220dummychairPEJJPAHe221dummychairQEJJPAHe222dummychairREJJPAHb51sportchairIQAIPAHb57sportchairSAQAJPAHb515sportchairSCQAJPAHa61sporttableIRAIHHb66sportchairRARAJJHa67sporttableSARAJHHf68sportchair2PBRAJRAHb614sportchairRCRAJJHa615sporttableSCRAJHHf616sportchair2PDRAJRAHg71sportchair3ISAIHHg77sportchair3SASAJHHg715sportchair3SCSAJHHb101sportchairIRBIPAHa111sporttableISBIHHg121sportchair3IPCIH',
'0');
Rooms:
- Código:
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`)
VALUES
(14, 'public', 'Ginásio', '', 'By BobbaJr', 0, 'open', 0, 25,
'sport', 'hh_room_sport', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1',
'0', '0', '0'),
(15, 'public', 'Quartel dos Bombeiros', '', 'By
BobbaJr', 0, 'open', 0, 25, 'sport', 'hh_room_sport_fireservices', 0,
'', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0');
Navigator_Publics:
- Código:
INSERT INTO `navigator_publics` (`id`, `ordernum`, `bannertype`,
`caption`, `image`, `image_type`, `room_id`, `category_id`,
`category_parent_id`) VALUES
(14, 14, '1', 'Gym', 'sport', 'internal', 14, 0, -1),
(15, 15, '1', 'Fireservices', 'officialrooms_gb/fireservices_02.png', 'external', 15, 0, -1);
~ Se o Room não funcionar, use esse:
- Código:
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`) VALUES
(14,
'public', 'Ginásio', '', 'By BobbaJr', 0, 'open', 0, 25, 'sport',
'hh_room_sport', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0',
'0'),
(15, 'public', 'Quartel dos Bombeiros', '', 'By BobbaJr', 0,
'open', 0, 25, 'sport', 'hh_room_sport_fireservices', 0, '', 1, 0, '',
'', '0.0', '0.0', '0.0', '1', '0', '0');
Créditos:
Toad ~ KekoMundo
T-Lord ~ Toon Forum
Sulake ~ Habbo
By T-Lord