[Release] Autumn 2020 Furniture w/ Fixed Interactions

Bran

mediocre graphics artist
Mar 13, 2017
1,726
1,530
hey lazies, habbo has released their autumn furniture (basically only 2 new items and just rest are reshaded/recoloured) and i added it to my hotel and I just thought i'd release it, you're welcome :)

ALSO - all interactions are done so you don't need to do them, you're welcome

Includes -

9 swfs
9 icons
Furnidata
Catalogue & Furni SQLS

Screenshot -
You must be registered for see images attach


(link updated 09/10/2023)
 
Last edited:

Bop

Member
May 28, 2020
56
49
Great release, definitely saved some time instead of downloading it off furniload. I've decided to just download the SWF's and fix the interactions myself. Not so hard honestly. Also, tree 5 and tree 6 don't show in the catalog. Maybe corrupt SWF's, not entirely sure tbh but posting to let everyone know.
 

Bran

mediocre graphics artist
Mar 13, 2017
1,726
1,530
Great release, definitely saved some time instead of downloading it off furniload. I've decided to just download the SWF's and fix the interactions myself. Not so hard honestly. Also, tree 5 and tree 6 don't show in the catalog. Maybe corrupt SWF's, not entirely sure tbh but posting to let everyone know.
it will have to do with how you're adding it, it's perfectly fine on my hotel :)
 

Twan

Active Member
Feb 14, 2011
198
44
Arcturus Morningstar SQLs
catalog_items
Code:
INSERT INTO `catalog_items` VALUES ('65005000', 'PAGEID', '65005000', 'Autumnal Park Bench', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');
INSERT INTO `catalog_items` VALUES ('65005001', 'PAGEID', '65005001', 'Autumnal Bird Feeder', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');
INSERT INTO `catalog_items` VALUES ('65005002', 'PAGEID', '65005002', 'Autumnal Ash Tree', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');
INSERT INTO `catalog_items` VALUES ('65005003', 'PAGEID', '65005003', 'Bendy Birch Tree', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');
INSERT INTO `catalog_items` VALUES ('65005004', 'PAGEID', '65005004', 'Tall Fall Tree', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');
INSERT INTO `catalog_items` VALUES ('65005005', 'PAGEID', '65005005', 'Autumnal Cedar Tree', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');
INSERT INTO `catalog_items` VALUES ('65005006', 'PAGEID', '65005006', 'Autumnal Bird Tree', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');
INSERT INTO `catalog_items` VALUES ('65005007', 'PAGEID', '65005007', 'Autumnal Branching Tree', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');
INSERT INTO `catalog_items` VALUES ('65005008', 'PAGEID', '65005008', 'Autumnal Wishing Pond', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');

items_base
Code:
INSERT INTO `items_base` VALUES ('65005000', '65005000', 'autumn_c20_bench', 'autumn_c20_bench', 's', '2', '1', '1.2', '1', '0', '1', '0', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0');
INSERT INTO `items_base` VALUES ('65005001', '65005001', 'autumn_c20_birdfood', 'autumn_c20_birdfood', 's', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0');
INSERT INTO `items_base` VALUES ('65005002', '65005002', 'autumn_c20_tree1', 'autumn_c20_tree1', 's', '1', '1', '0.6', '1', '1', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `items_base` VALUES ('65005003', '65005003', 'autumn_c20_tree2', 'autumn_c20_tree2', 's', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `items_base` VALUES ('65005004', '65005004', 'autumn_c20_tree3', 'autumn_c20_tree3', 's', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `items_base` VALUES ('65005005', '65005005', 'autumn_c20_tree4', 'autumn_c20_tree4', 's', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `items_base` VALUES ('65005006', '65005006', 'autumn_c20_tree5', 'autumn_c20_tree5', 's', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `items_base` VALUES ('65005007', '65005007', 'autumn_c20_tree6', 'autumn_c20_tree6', 's', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `items_base` VALUES ('65005008', '65005008', 'autumn_r20_pond', 'autumn_r20_pond', 's', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0');
 

Tetsuogt

New Member
Oct 7, 2023
1
0
Arcturus Morningstar SQLs
catalog_items
Code:
INSERT INTO `catalog_items` VALUES ('65005000', 'PAGEID', '65005000', 'Autumnal Park Bench', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');
INSERT INTO `catalog_items` VALUES ('65005001', 'PAGEID', '65005001', 'Autumnal Bird Feeder', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');
INSERT INTO `catalog_items` VALUES ('65005002', 'PAGEID', '65005002', 'Autumnal Ash Tree', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');
INSERT INTO `catalog_items` VALUES ('65005003', 'PAGEID', '65005003', 'Bendy Birch Tree', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');
INSERT INTO `catalog_items` VALUES ('65005004', 'PAGEID', '65005004', 'Tall Fall Tree', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');
INSERT INTO `catalog_items` VALUES ('65005005', 'PAGEID', '65005005', 'Autumnal Cedar Tree', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');
INSERT INTO `catalog_items` VALUES ('65005006', 'PAGEID', '65005006', 'Autumnal Bird Tree', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');
INSERT INTO `catalog_items` VALUES ('65005007', 'PAGEID', '65005007', 'Autumnal Branching Tree', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');
INSERT INTO `catalog_items` VALUES ('65005008', 'PAGEID', '65005008', 'Autumnal Wishing Pond', '5', '0', '0', '1', '0', '0', '0', '', '0', '1', '-1', '0');

items_base
Code:
INSERT INTO `items_base` VALUES ('65005000', '65005000', 'autumn_c20_bench', 'autumn_c20_bench', 's', '2', '1', '1.2', '1', '0', '1', '0', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0');
INSERT INTO `items_base` VALUES ('65005001', '65005001', 'autumn_c20_birdfood', 'autumn_c20_birdfood', 's', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0');
INSERT INTO `items_base` VALUES ('65005002', '65005002', 'autumn_c20_tree1', 'autumn_c20_tree1', 's', '1', '1', '0.6', '1', '1', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `items_base` VALUES ('65005003', '65005003', 'autumn_c20_tree2', 'autumn_c20_tree2', 's', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `items_base` VALUES ('65005004', '65005004', 'autumn_c20_tree3', 'autumn_c20_tree3', 's', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `items_base` VALUES ('65005005', '65005005', 'autumn_c20_tree4', 'autumn_c20_tree4', 's', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `items_base` VALUES ('65005006', '65005006', 'autumn_c20_tree5', 'autumn_c20_tree5', 's', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `items_base` VALUES ('65005007', '65005007', 'autumn_c20_tree6', 'autumn_c20_tree6', 's', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `items_base` VALUES ('65005008', '65005008', 'autumn_r20_pond', 'autumn_r20_pond', 's', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0');
furnidata.xml?
 

Users who are viewing this thread

Top