Savallusion
#swipeproject
Well, i found this on another forum and thought i'll release it here(didn't find it here)..
Codes
furniture
catalog_items
Download ( swf files and furnidata. )
Screenie:
Credits:
Beverton(from another forum(for SWF download and sqls))
Sulake(SWF's)
me (for posting it here)
Cheers..
Codes
furniture
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`, `foot_figure`) VALUES
(9716, 'ads_nokiax3_wall2', 'ads_nokiax3_wall2', 'i', 1, 1, 1, '0', '0', '0', 4352, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(9717, 'ads_nokiax3_wall3', 'ads_nokiax3_wall3', 'i', 1, 1, 1, '0', '0', '0', 4353, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(9718, 'ads_nokiax3_wall1', 'ads_nokiax3_wall1', 'i', 1, 1, 1, '0', '0', '0', 4354, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(9719, 'ads_nokiax3_phn', 'ads_nokiax3_phn', 'i', 1, 1, 1, '0', '0', '0', 4355, '1', '1', '1', '1', '1', 'default', 1, '0', '');
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(3081, 94, '9716', 'ads_nokiax3_wall2', 10, 0, 1),
(3082, 94, '9717', 'ads_nokiax3_wall3', 10, 0, 1),
(3083, 94, '9718', 'ads_nokiax3_wall1', 10, 0, 1),
(3084, 94, '9719', 'ads_nokiax3_phn', 10, 0, 1);
Download ( swf files and furnidata. )
You must be registered for see links
Screenie:
Credits:
Beverton(from another forum(for SWF download and sqls))
Sulake(SWF's)
me (for posting it here)
Cheers..