|
Newbie
Rank: Omicron
|
|
Join Date: Sep 2008
Posts: 15
|
09-08-2008, 04:43 AM
|
Quote: Originally Posted by jcr_films
Ok, i'm clearing thing's up now...
The landscapes are under spaces, if you have the right dcrs you should get them as I added it to my released of the catalogue spaces and items which you can get from my release post of vistas source. The only reason it is at 90% is because they error when you try to place them in your room, other than that they work fine.
If you want to keep users, rooms, furniture etc. Just export those tables and any others you may want to keep then insert vistas new database files and drop the tables that you exported earlier and insert your export data and then you get to keep you users room furniture etc. You may want to keep other tables aswell.
[Don't use it if you have no idea how.]
Thanks for the clear up, for those who are looking for the catalogue page update for the database, here it is,
Code:
UPDATE `habbo`.`catalogue_pages` SET `label_misc` = 't1:Wall
t2:Floor
t3:Pattern
t4:Colour
t5:Pattern
t6:Colour
t7:Preview
t8:Pattern
t9:Colour
t10:Floor
t11:Landscape' WHERE `catalogue_pages`.`indexid` =7 LIMIT 1 ;
And as for the landscape items, here is the database query
Code:
INSERT INTO `catalogue_items` VALUES ('1392', 'landscape', 'landscape', '15', '0', '0', '0', '0.00', 'landscape 1', '', '7', '0', '0', '0', '1392');
INSERT INTO `catalogue_items` VALUES ('1393', 'landscape', 'landscape', '15', '0', '0', '0', '0.00', 'landscape 2', '', '7', '0', '0', '0', '1393');
INSERT INTO `catalogue_items` VALUES ('1394', 'landscape', 'landscape', '15', '0', '0', '0', '0.00', 'landscape 3', '', '7', '0', '0', '0', '1394');
INSERT INTO `catalogue_items` VALUES ('1395', 'landscape', 'landscape', '15', '0', '0', '0', '0.00', 'landscape 4', '', '7', '0', '0', '0', '1395');
INSERT INTO `catalogue_items` VALUES ('1396', 'landscape', 'landscape', '15', '0', '0', '0', '0.00', 'landscape 5', '', '7', '0', '0', '0', '1396');
INSERT INTO `catalogue_items` VALUES ('1397', 'landscape', 'landscape', '15', '0', '0', '0', '0.00', 'landscape 6', '', '7', '0', '0', '0', '1397');
INSERT INTO `catalogue_items` VALUES ('1398', 'landscape', 'landscape', '15', '0', '0', '0', '0.00', 'landscape 7', '', '7', '0', '0', '0', '1398');
INSERT INTO `catalogue_items` VALUES ('1399', 'landscape', 'landscape', '15', '0', '0', '0', '0.00', 'landscape 8', '', '7', '0', '0', '0', '1399');
[/Don't use it if you have no idea how.]
Quote: Originally Posted by Parka
@JCR, Im using the DCRs supplied in your download, but my own catalogue, i copied your spaces page and added the field in the `rooms` table, i added landscapes to catalogue items, but its only viewing the ld spaces page :S
sorry about this, i bet your getting a bit fed up of answering these questions :P
Yeah, this is where I am currently stuck at if the landscapes are supposed to show up in the spaces page. I have double-checked all my database entries and I am using the DCR provided in the latest release.
@jcr_films: I have added you on MSN Messenger to discuss on how to fix this problem. Better this than to clog up the forum with useless posts.
|
|