Dann
ohi
- Jan 26, 2013
- 234
- 49
First off, my first release at DevBest, woo.
Valentines furni 2013.
Anyways, I thought I'd release this since I know it'll be released by someone soon, so I thought I'd have a crack at my first release.
SQL
Download
Please notify me if this link goes down.
PS I know this was released on a rival forum, only noticed that just before I posted the thread.
Credits
Me (Release)
johnHearfield at rz (sql's)
Sulake (Making it)
Valentines furni 2013.
Anyways, I thought I'd release this since I know it'll be released by someone soon, so I thought I'd have a crack at my first release.
SQL
Code:
Furnidata:
["s","4860","val13_build_3","44944","0","1","2","","Venetian Building","Where the magic happens","","-1","-1","1,0","1"],
["s","4861","val13_gond_post","44944","0","1","1","","Gondola Post","Romance on the river","","-1","-1","1,-0.3","1"],
["s","4862","val13_gond_mid1","44944","0","2","1","","Gondola Middle Seat","Romance on the river","","-1","-1","1,0","1"],
["s","4863","val13_water","44944","0","2","2","","Venetian Water","Floating flowers","","-1","-1","28,1.5","1"],
["s","4864","val13_div_2","44944","0","1","1","","Venetian Divider","Dividing the lovers from the haters","","-1","-1","1,-0.1","1"],
["s","4865","val13_gond_front","44944","0","2","1","","Gondola Front","Romance on the river","","-1","-1","1,0","1"],
["s","4866","val13_build_1","44944","0","2","3","","Venetian Building","Where the magic happens","","-1","-1","1,0","1"],
["s","4867","val13_build_2","44944","0","1","2","","Venetian Building Block","Build it tall","","-1","-1","","1"],
["s","4868","val13_gond_back","44944","0","2","1","","Gondola Back","Romance on the river","","-1","-1","1,0","1"],
["s","4869","val13_gond_mid2","44944","0","2","1","","Gondola Middle","Romance on the river","","-1","-1","1,0","1"],
["s","4870","val13_div_1","44944","0","1","1","","Venetian Divider Corner","Dividing the lovers from the haters","","-1","-1","1,-0.1","1"],
["i","4478","val13_wall_2","44944","","","","","Venetian Wall","The walls of Venice","","-1","-1","1"],
["i","4479","val13_wall_3","44944","","","","","Venetian Wall","The walls of Venice","","-1","-1","1"],
["i","4480","val13_wall_1","44944","","","","","Venetian Wall","The walls of Venice","","-1","-1","1"],
Furniture:
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('55496', 'val13_build_3', 'val13_build_3', 's', '1', '2', '1.00', '0', '0', '0', '4860', '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('55497', 'Boat post', 'val13_gond_post', 's', '1', '1', '1.00', '0', '0', '0', '4861', '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('55498', 'Boat middle', 'val13_gond_mid1', 's', '2', '1', '1.00', '0', '0', '0', '4862', '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('55499', 'Water', 'val13_water', 's', '2', '2', '1.00', '0', '0', '0', '4863', '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('55500', 'Divider 2', 'val13_div_2', 's', '1', '1', '1.00', '0', '0', '0', '4864', '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('55501', 'Boat front', 'val13_gond_front', 's', '2', '1', '1.00', '0', '0', '0', '4865', '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('55502', 'val13_build_1', 'val13_build_1', 's', '2', '3', '1.00', '0', '0', '0', '4866', '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('55503', 'val13_build_2', 'val13_build_2', 's', '1', '2', '1.00', '0', '0', '0', '4867', '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('55504', 'Boat back', 'val13_gond_back', 's', '2', '1', '1.00', '0', '0', '0', '4868', '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('55505', 'Boat middle', 'val13_gond_mid2', 's', '2', '1', '1.00', '0', '0', '0', '4869', '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('55506', 'Divider', 'val13_div_1', 's', '1', '1', '1.00', '0', '0', '0', '4870', '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('55507', 'Wall', 'val13_wall_2', 'i', '', '', '1.00', '0', '0', '0', '4478', '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('55508', 'Wall', 'val13_wall_3', 'i', '', '', '1.00', '0', '0', '0', '4479', '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('55509', 'Wall', 'val13_wall_1', 'i', '', '', '1.00', '0', '0', '0', '4480', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
Catalog_items:
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('PAGEID', '55496', 'val13_build_3', '5', '0', '0', '1');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('PAGEID', '55497', 'val13_gond_post', '5', '0', '0', '1');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('PAGEID', '55498', 'val13_gond_mid1', '5', '0', '0', '1');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('PAGEID', '55499', 'val13_water', '5', '0', '0', '1');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('PAGEID', '55500', 'val13_div_2', '5', '0', '0', '1');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('PAGEID', '55501', 'val13_gond_front', '5', '0', '0', '1');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('PAGEID', '55502', 'val13_build_1', '5', '0', '0', '1');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('PAGEID', '55503', 'val13_build_2', '5', '0', '0', '1');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('PAGEID', '55504', 'val13_gond_back', '5', '0', '0', '1');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('PAGEID', '55505', 'val13_gond_mid2', '5', '0', '0', '1');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('PAGEID', '55506', 'val13_div_1', '5', '0', '0', '1');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('PAGEID', '55507', 'val13_wall_2', '5', '0', '0', '1');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('PAGEID', '55508', 'val13_wall_3', '5', '0', '0', '1');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('PAGEID', '55509', 'val13_wall_1', '5', '0', '0', '1');
You must be registered for see links
Please notify me if this link goes down.
PS I know this was released on a rival forum, only noticed that just before I posted the thread.
Credits
Me (Release)
johnHearfield at rz (sql's)
Sulake (Making it)