• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

10 New Year 2013 Furni + Wired Furni

Status
Not open for further replies.
Experienced Elementalist
Joined
Nov 14, 2012
Messages
221
Reaction score
94
10 New Year Furni.
Pictures
Goodbook - 10 New Year 2013 Furni + Wired Furni - RaGEZONE Forums
Goodbook - 10 New Year 2013 Furni + Wired Furni - RaGEZONE Forums
Goodbook - 10 New Year 2013 Furni + Wired Furni - RaGEZONE Forums
Goodbook - 10 New Year 2013 Furni + Wired Furni - RaGEZONE Forums
Goodbook - 10 New Year 2013 Furni + Wired Furni - RaGEZONE Forums
Goodbook - 10 New Year 2013 Furni + Wired Furni - RaGEZONE Forums
Goodbook - 10 New Year 2013 Furni + Wired Furni - RaGEZONE Forums
Goodbook - 10 New Year 2013 Furni + Wired Furni - RaGEZONE Forums
Goodbook - 10 New Year 2013 Furni + Wired Furni - RaGEZONE Forums
Goodbook - 10 New Year 2013 Furni + Wired Furni - RaGEZONE Forums
Goodbook - 10 New Year 2013 Furni + Wired Furni - RaGEZONE Forums

All furni in the room
Goodbook - 10 New Year 2013 Furni + Wired Furni - RaGEZONE Forums


Downloads..
Download SWF's
Run this in your furniture database
Run this in your catalog_items

Furnidata
Code:
["i","55444","ny2013_wall","44605","","","","","ny2013_wall name","ny2013_wall desc","","195537","7231","1"],
["i","55443","year2013","44605","","","","","year2013 name","year2013 desc","","-1","-1","1"]
["s","55436","ny2013_chair","44605","2","1","1","","Maya-stoel","Ga even zitten, het einde van de wereld is op komst.","","195537","7223","","1"],
["s","55437","reef_aquarium","44605","2","4","4","","Aquarium","Perfect voor de crib van een rapper","","-1","-1","","1"],
["s","55440","fireworks_14","44605","0","1","1","","Vuurwerk","Kom maar op met dat feest!","","-1","-1","fireworks_charge_14,10,20,10","1"],
["s","55442","ny2013_floor","44605","0","2","2","","Maya-vloer","In de voetsporen van de... Maya's.","","195537","7226","","1"],
["s","55435","fireworks_15","44605","0","1","1","","Vuurwerk","De vlam erin!","","-1","-1","fireworks_charge_15,10,20,10","1"],
["s","55441","ny2013_aftermath","44605","0","1","1","","Flaming Comet","So close...","","195537","7228","","1"],
["s","55438","ny2013_calendar","44605","0","1","1","","Maya-kalender","Het einde is... wanneer?","","195537","7229","","1"],
["s","55439","ny2013_block","44605","0","1","1","","Maya-bouwblok","Wat zouden de Maya's bouwen?","","195537","7230","","1"],
["s","55434","wf_act_call_stacks","44570","0","1","1","","WIRED REACTIE: Wired stapels uitvoeren","Met deze Wired kun je 5 Wired stapels selecteren om uit te voeren met een enkele Actie, ongeacht de bestaande Voorwaarden of Acties.","","195627","7218","18","1"],
 
Last edited:
Joined
May 8, 2010
Messages
1,902
Reaction score
669
Re: 10 New Year Furni

Eh, heres the basic sql for Butterfly:
Code:
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('55434', '4834', 'wf_act_call_stacks', 'wf_act_call_stacks', 's', '1', '1', '1.00', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('55435', '4835', 'fireworks_15', 'fireworks_15', 's', '1', '1', '1.00', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('55436', '4836', 'ny2013_chair', 'ny2013_chair', 's', '1', '1', '1.00', '0', '0', '1', '1', '1', '1', '1', '1', 'default', '0', '0');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('55437', '4837', 'reef_aquarium', 'reef_aquarium', 's', '4', '4', '1.00', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('55438', '4838', 'ny2013_calendar', 'ny2013_calendar', 's', '1', '1', '1.00', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('55439', '4839', 'ny2013_block', 'ny2013_block', 's', '1', '1', '1.00', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('55440', '4840', 'fireworks_14', 'fireworks_14', 's', '1', '1', '1.00', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('55441', '4841', 'ny2013_aftermath', 'ny2013_aftermath', 's', '1', '1', '0.01', '0', '1', '0', '1', '1', '1', '1', '1', 'default', '0', '0');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('55442', '4842', 'ny2013_floor', 'ny2013_floor', 's', '2', '2', '0.01', '0', '1', '0', '1', '1', '1', '1', '1', 'default', '0', '0');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('55443', '4475', 'year2013', 'year2013', 'i', '', '', '1.00', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('55444', '4476', 'ny2013_wall', 'ny2013_wall', 'i', '', '', '1.00', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0');

Code:
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`) VALUES ('926', '55434', 'wf_act_call_stacks', '3', '0', '1', '0', '0', '0');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`) VALUES ('926', '55435', 'fireworks_15', '3', '0', '1', '0', '0', '0');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`) VALUES ('926', '55436', 'ny2013_chair', '3', '0', '1', '0', '0', '0');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`) VALUES ('926', '55437', 'reef_aquarium', '3', '0', '1', '0', '0', '0');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`) VALUES ('926', '55438', 'ny2013_calendar', '3', '0', '1', '0', '0', '0');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`) VALUES ('926', '55439', 'ny2013_block', '3', '0', '1', '0', '0', '0');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`) VALUES ('926', '55440', 'fireworks_14', '3', '0', '1', '0', '0', '0');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`) VALUES ('926', '55441', 'ny2013_aftermath', '3', '0', '1', '0', '0', '0');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`) VALUES ('926', '55442', 'ny2013_floor', '3', '0', '1', '0', '0', '0');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`) VALUES ('926', '55443', 'year2013', '3', '0', '1', '0', '0', '0');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`) VALUES ('926', '55444', 'ny2013_wall', '3', '0', '1', '0', '0', '0');
 
Zephyr Studios
Loyal Member
Joined
Feb 18, 2012
Messages
1,877
Reaction score
724
Re: 10 New Year Furni

You are fast :b Thanks for that, they look great! :):
 
Joined
May 8, 2010
Messages
1,902
Reaction score
669
Re: 10 New Year Furni

Edit:

Code:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55434',  'wf_act_call_stacks', 'wf_act_call_stacks', 's', '1', '1', '1.00', '0', '0', '0', '4834', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55435',  'fireworks_15', 'fireworks_15', 's', '1', '1', '1.00', '0', '0', '0', '4835', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55436',  'ny2013_chair', 'ny2013_chair', 's', '1', '1', '1.00', '0', '1', '0', '4836', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55437',  'reef_aquarium', 'reef_aquarium', 's', '4', '4', '1.00', '0', '0', '0', '4837', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55438',  'ny2013_calendar', 'ny2013_calendar', 's', '1', '1', '1.00', '0', '0', '0', '4838', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55439',  'ny2013_block', 'ny2013_block', 's', '1', '1', '1.00', '0', '0', '0', '4839', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55440',  'fireworks_14', 'fireworks_14', 's', '1', '1', '1.00', '0', '0', '0', '4840', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55441',  'ny2013_aftermath', 'ny2013_aftermath', 's', '1', '1', '0.01', '0', '0', '1', '4841', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55442',  'ny2013_floor', 'ny2013_floor', 's', '2', '2', '0.01', '0', '0', '1', '4842', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55443',  'year2013', 'year2013', 'i', '', '', '1.00', '0', '0', '0', '4475', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55444',  'ny2013_wall', 'ny2013_wall', 'i', '', '', '1.00', '0', '0', '0', '4476', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');

These are only sample :l
 
Experienced Elementalist
Joined
Nov 14, 2012
Messages
221
Reaction score
94
Re: 10 New Year Furni

Edit:

Code:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55434',  'wf_act_call_stacks', 'wf_act_call_stacks', 's', '1', '1', '1.00', '0', '0', '0', '4834', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55435',  'fireworks_15', 'fireworks_15', 's', '1', '1', '1.00', '0', '0', '0', '4835', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55436',  'ny2013_chair', 'ny2013_chair', 's', '1', '1', '1.00', '0', '1', '0', '4836', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55437',  'reef_aquarium', 'reef_aquarium', 's', '4', '4', '1.00', '0', '0', '0', '4837', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55438',  'ny2013_calendar', 'ny2013_calendar', 's', '1', '1', '1.00', '0', '0', '0', '4838', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55439',  'ny2013_block', 'ny2013_block', 's', '1', '1', '1.00', '0', '0', '0', '4839', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55440',  'fireworks_14', 'fireworks_14', 's', '1', '1', '1.00', '0', '0', '0', '4840', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55441',  'ny2013_aftermath', 'ny2013_aftermath', 's', '1', '1', '0.01', '0', '0', '1', '4841', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55442',  'ny2013_floor', 'ny2013_floor', 's', '2', '2', '0.01', '0', '0', '1', '4842', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55443',  'year2013', 'year2013', 'i', '', '', '1.00', '0', '0', '0', '4475', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES('55444',  'ny2013_wall', 'ny2013_wall', 'i', '', '', '1.00', '0', '0', '0', '4476', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');

These are only sample :l
Thanks, I finish this.
 
Junior Spellweaver
Joined
Jul 4, 2008
Messages
138
Reaction score
3
Re: 10 New Year 2013 Furni

Anyone has Phoenix ones?
 
Newbie Spellweaver
Joined
Nov 20, 2012
Messages
83
Reaction score
54
File Belongs to Non-Validated Account.

The resource you are trying access belongs to an account that has not yet been validated

Still have questions or do you think we've made an mistake? Check our knowledge base for more information or contact us about it.

Reupload please or put it in a [.CODE][/.CODE]
 
Junior Spellweaver
Joined
Apr 29, 2012
Messages
187
Reaction score
31
Where are the catalog_items sqls?
 
Experienced Elementalist
Joined
Aug 28, 2011
Messages
211
Reaction score
240
If you're going to release stuff could you make sure its English... Releasing non english Furnidata is really annoying.

I know you can say "atleast im releasing it" but no... If you didn't release it someone like JohnHearfield or someone would release it and probably do a better job. So please if you're going to release furni just make sure its done properly.

Kthx.
 
Status
Not open for further replies.
Back
Top