furnidata:
Code:
["s","4703","jetset_yacht_front","43384","0","3","3","","Yacht Bow","For all the kings of the world","","-1","-1","1,-0.3","1"],
["s","4704","js_jetski","43384","4","1","1","","Stealth Jet Ski","Sleek and stealthy","","-1","-1","1,0","1"],
["s","4705","vip_gate","43384","0","1","1","","VIP Gate","Only VIPs can enter","","-1","-1","","1"],
["s","4706","jetset_yacht_mid_1","43384","0","3","1","","Yacht Bridge","Full speed ahead to the party!","","-1","-1","1,-0.3","1"]]
[["s","4707","jetset_landhigh","43384","0","1","1","","Grassy Stack","Sit, relax, think about the future","","-1","-1","1,-0.1","1"],
["s","4708","jetset_landlow","43384","0","1","1","","Low Grassy Stack","Low land, but not as low as your insurance premiums!","","-1","-1","1,-0.1","1"],
["s","4709","jetset_yacht_back","43384","0","3","3","","Yacht Stern","jetset_yacht_back desc","","-1","-1","1,-0.1","1"],
["s","4710","jetset_yacht_mid_2","43384","0","3","1","","Yacht Middle","Party on the high seas!","","-1","-1","1,-0.3","1"],
["s","4711","jetset_vipscreen","43384","0","1","3","","jetset_vipscreen name","jetset_vipscreen desc","","-1","-1","","1"],
["s","4712","jetset_yacht_mid_3","43384","0","3","1","","Yacht Pool","No diving!","","-1","-1","1,0","1"],
["s","4713","js_jetski2","43384","4","1","1","","Jet Ski","Woohoo!","","-1","-1","1,0","1"],
["s","4714","jetset_tent","43384","0","2","2","","Cabana Tent","High class camp","","-1","-1","1,-0.3","1"],
["s","4715","jetset_stonejetty","43384","0","1","2","","Stone Jetty","A secluded spot to watch the tide roll in","","-1","-1","1,-0.1","1"],
["s","4716","vip_hopper","43384","2","1","1","","VIP Room Hopper","Room Hopper. For VIPs only.","","-1","-1","5","1"],
in db:
Code:
ALTER TABLE `furniture` ADD `foot_figure` INT NOT NULL AFTER `is_arrow`;
ALTER TABLE `catalog_items` ADD COLUMN `achievement` int(4) UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE `furniture` ADD COLUMN `height_adjustable` varchar(100) NOT NULL DEFAULT '0';
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`, `foot_figure`, `height_adjustable`) VALUES
(4703, 'Yacht Bow', 'jetset_yacht_front', 's', 3, 1, 3.1, '0', '0', '1', 4703, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0'),
(4704, 'Stealth Jet Ski', 'js_jetski', 's', 1, 1, 1, '0', '1', '0', 4704, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0'),
(4705, 'VIP Gate', 'vip_gate', 's', 1, 1, 0.1, '0', '0', '0', 4705, '1', '1', '1', '1', '1', 'gate', 2, '0', '0', '', '0'),
(4706, 'Yacht Bridge', 'jetset_yacht_mid_1', 's', 3, 1, 3.1, '0', '0', '1', 4706, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0'),
(4707, 'Grassy Stack', 'jetset_landhigh', 's', 1, 1, 2.5, '0', '0', '0', 4707, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0'),
(4708, 'Low Grassy Stack', 'jetset_landlow', 's', 1, 1, 1, '0', '0', '0', 4708, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0'),
(4709, 'Yacht Stern', 'jetset_yacht_back', 's', 3, 3, 1, '0', '0', '1', 4709, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0'),
(4710, 'Yacht Middle', 'jetset_yacht_mid_2', 's', 3, 1, 3.1, '0', '0', '1', 4710, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0'),
(4711, 'jetset_vipscreen name', 'jetset_vipscreen', 's', 1, 3, 2, '0', '0', '0', 4711, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0'),
(4712, 'Yacht Pool', 'jetset_yacht_mid_3', 's', 3, 1, 3.1, '0', '0', '1', 4712, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0'),
(4713, 'Jet Ski', 'js_jetski2', 's', 1, 1, 1, '0', '1', '0', 4713, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0'),
(4714, 'Cabana Tent', 'jetset_tent', 's', 2, 2, 0, '0', '0', '1', 4714, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0'),
(4715, 'Stone Jetty', 'jetset_stonejetty', 's', 1, 2, 0, '0', '0', '0', 4715, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0'),
(4716, 'VIP Room Hopper', 'vip_hopper', 's', 1, 1, 0, '0', '0', '0', 4716, '1', '1', '1', '1', '1', 'teleport', 4, '0', '0', '', '0');
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
(45955, 232, '4703', 'jetset_yacht_front', 100, 0, 0, 1, '0', 0),
(45956, 232, '4704', 'js_jetski', 100, 0, 0, 1, '0', 0),
(45957, 232, '4705', 'vip_gate', 100, 0, 0, 1, '0', 0),
(45958, 232, '4706', 'jetset_yacht_mid_1', 100, 0, 0, 1, '0', 0),
(45959, 232, '4707', 'jetset_landhigh', 100, 0, 0, 1, '0', 0),
(45960, 232, '4708', 'jetset_landlow', 100, 0, 0, 1, '0', 0),
(45961, 232, '4709', 'jetset_yacht_back', 100, 0, 0, 1, '0', 0),
(45962, 232, '4710', 'jetset_yacht_mid_2', 100, 0, 0, 1, '0', 0),
(45963, 232, '4711', 'jetset_vipscreen', 100, 0, 0, 1, '0', 0),
(45964, 232, '4712', 'jetset_yacht_mid_3', 100, 0, 0, 1, '0', 0),
(45965, 232, '4713', 'js_jetski2', 100, 0, 0, 1, '0', 0),
(45966, 232, '4714', 'jetset_tent', 100, 0, 0, 1, '0', 0),
(45967, 232, '4715', 'jetset_stonejetty', 100, 0, 0, 1, '0', 0),
(45968, 232, '4716', 'vip_hopper', 100, 0, 0, 1, '0', 0);
furnidata:
Code:
["s","4717","prizetrophy_room_1","43428","0","1","1","","prizetrophy_room_1 name","prizetrophy_room_1 desc","","-1","-1","","1"],["s","4718","js_bouncer","43428","0","1","1","","Bouncer","If your name's not down, you're not coming in","","-1","-1","","1"],["s","4719","jetset_vault_wall","43428","0","2","1","","jetset_vault_wall name","jetset_vault_wall desc","","-1","-1","","1"],["s","4720","jetset_vault_crnr","43428","0","1","1","","jetset_vault_crnr name","jetset_vault_crnr desc","","-1","-1","","1"],["s","4721","jetset_moneypatch","43428","0","2","2","","jetset_moneypatch name","jetset_moneypatch desc","","-1","-1","","1"],["s","4722","jetset_vault_door","43428","0","2","1","","jetset_vault_door name","jetset_vault_door desc","","-1","-1","","1"],["s","4723","diamond_dragon","43428","0","1","1","","Diamond Dragon Lamp","A dragon representing good fortune","","-1","-1","","1"],["s","4724","diamond_throne","43428","4","1","1","","Diamond Throne","A throne of a thousand facets","","-1","-1","","1"],
in db:
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`) VALUES
(4717, 'prizetrophy_room_1 name', 'prizetrophy_room_1', 's', 1, 1, 1, '0', '0', '0', 4717, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0'),
(4718, 'Bouncer', 'js_bouncer', 's', 1, 1, 1, '0', '0', '0', 4718, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(4719, 'jetset_vault_wall name', 'jetset_vault_wall', 's', 2, 1, 4, '1', '0', '0', 4719, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(4720, 'jetset_vault_crnr name', 'jetset_vault_crnr', 's', 1, 1, 4, '1', '0', '0', 4720, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(4721, 'jetset_moneypatch name', 'jetset_moneypatch', 's', 2, 2, 0.1, '0', '0', '1', 4721, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(4722, 'jetset_vault_door name', 'jetset_vault_door', 's', 2, 1, 0.1, '1', '0', '0', 4722, '1', '1', '1', '1', '1', 'gate', 1, '0', '0'),
(4723, 'Diamond Dragon Lamp', 'diamond_dragon', 's', 1, 1, 1, '0', '0', '0', 4723, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(4724, 'Diamond Throne', 'diamond_throne', 's', 1, 1, 1, '0', '1', '0', 4724, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
(46050, PAGEID, '4717', 'prizetrophy_room_1', 100, 0, 0, 1, '0', 0),
(46051, PAGEID, '4718', 'js_bouncer', 100, 0, 0, 1, '0', 0),
(46052, PAGEID, '4719', 'jetset_vault_wall', 100, 0, 0, 1, '0', 0),
(46053, PAGEID, '4720', 'jetset_vault_crnr', 100, 0, 0, 1, '0', 0),
(46054, PAGEID, '4721', 'jetset_moneypatch', 100, 0, 0, 1, '0', 0),
(46055, PAGEID, '4722', 'jetset_vault_door', 100, 0, 0, 1, '0', 0),
(46056, PAGEID, '4723', 'diamond_dragon', 100, 0, 0, 1, '0', 0),
(46057, PAGEID, '4724', 'diamond_throne', 100, 0, 0, 1, '0', 0);
Furnidata:
Code:
["s","4725","roombg_jetset","43437","0","1","1","","Monte Carlo","Monte Carlo","","-1","-1","","1"],
in db:
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_pixels`, `cost_credits`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
(46058, PAGEID, '4725', 'roombg_jetset', 100, 0, 0, 1, '0', 0);
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`) VALUES
('4725', 'roombg_jetset', 'roombg_jetset', 's', '1', '1', '0.5', '1', '0', '0', '4725', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
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`) VALUES
('4726', 'Paparazzi Wall Corner', 'jetset_vipscreencr', 's', '1', '2', '2', '0', '0', '0', '4726', '1', '1', '1', '1', '1', 'default', '2', '0'),
('4727', 'Golden Bathtub', 'jetset_tub', 's', 1, 2, 1, '0', '1', '0', 4727, '1', '1', '1', '1', '1', 'default', 2, '0'),
('4728', 'Coin Rain', 'js_coins', 's', 1, 1, 0, '1', '0', '1', 4728, '1', '1', '1', '1', '1', 'default', 2, '0');
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
(46172, 232, '4726', 'jetset_vipscreencr', 100, 0, 0, 1, '2', 0),
(46173, 232, '4727', 'jetset_tub', 100, 0, 0, 1, '2', 0),
(46174, 232, '4728', 'js_coins', 100, 0, 0, 1, '2', 0);
furnidata:
Code:
["s","4726","jetset_vipscreencr","43513","0","1","1","","Paparazzi Wall Corner","Strike a pose!","","215348","11661","","1"],
["s","4727","jetset_tub","43528","4","1","2","","Golden Bathtub","Warning: Washing yourself in money is not very hygenic","","-1","-1","","1"],
["s","4728","js_coins","43528","0","1","1","","Coin Rain","Pennies from heaven!","","-1","-1","","1"],