[SWF's and SQL's] Nokia X3 furnis

Dzetki

The Prodigal Son Returns
Jul 16, 2010
990
220
Well, i found this on another forum and thought i'll release it here(didn't find it here)..

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', '');
catalog_items
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. )


Screenie:
dovqkh.png


Credits:
Beverton(from another forum(for SWF download and sqls))
Sulake(SWF's)
me (for posting it here)
Cheers..:cool:
 

Ayumi

Joshua Pike.
Sep 13, 2010
1,028
73
Thanks for this release, but their is credits for you tbh. You actually posted it here.. so lol.
 

iNeon

Member
Jul 3, 2010
263
2
That Aint A Nokia-X3, Ive Got One. And Ive Broke It :l There Crap... And Thats Nothing Like It, But Nice Furni
 
Oct 9, 2011
99
9
Error With
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', '');

#1054 - Unknown column 'foot_figure' in 'field list' Help?
 

MarMigs

I rock :D
Dec 3, 2010
115
14
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
    (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');

Try this code.
 

Users who are viewing this thread

Top