3 new wild west furnis: Fixed swfs + sqls

Liam

To be or not to be
Staff member
FindRetros Moderator
Apr 10, 2013
1,188
717
Hey guys,

This are 3 new Wild West furnis!

BCSTORM SQLS

items_base
PHP Code:
INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('6087', 'st_wildwest_barrel', 'st_wildwest_barrel', 's', '1', '1', '1', '1', '0', '0', '6087', '1', '1', '1', '1', '1', 'default', '10', '0');INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('6086', 'st_wildwest_cards', 'st_wildwest_cards', 's', '1', '1', '1', '1', '0', '0', '6086', '1', '1', '1', '1', '1', 'default', '10', '0');INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('6085', 'st_wildwest_buffalo', 'st_wildwest_buffalo', 's', '1', '1', '1', '1', '0', '0', '6085', '1', '1', '1', '1', '1', 'default', '10', '0');
Catalog_items_copy
PHP Code:
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('6087', 'PAGE-ID', '6087', 'st_wildwest_barrel name', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('6086', 'PAGE-ID', '6086', 'st_wildwest_cards name', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('6085', 'PAGE-ID', '6085', 'st_wildwest_buffalo name', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');


PHOENIX SQLS

Furniture
PHP 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('6087', 'st_wildwest_barrel', 'st_wildwest_barrel', 's', 1, 1, 1, '1', '0', '1', 6087, '0', '1', '1', '1', '1', 'default', 10, '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`) VALUES('6086', 'st_wildwest_cards', 'st_wildwest_cards', 's', 1, 1, 1, '1', '0', '1', 6086, '0', '1', '1', '1', '1', 'default', 10, '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`) VALUES('6085', 'st_wildwest_buffalo', 'st_wildwest_buffalo', 's', 1, 1, 1, '1', '0', '1', 6085, '0', '1', '1', '1', '1', 'default', 10, '0', '0');
Catalog_items
PHP Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (6085, 'PAGE-ID', '6085', 'st_wildwest_buffalo', '5', '0', '0', '1');INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (6086, 'PAGE-ID', '6086', 'st_wildwest_cards', '5', '0', '0', '1');INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (6087, 'PAGE-ID', '6087', 'st_wildwest_barrel', '5', '0', '0', '1');


Furnidata
PHP Code:
["s","6085","st_wildwest_buffalo","0","4","1","1","","st_wildwest_buffalo name","st_wildwest_buffalo desc","","-1","false","-1","false","","1","false"],
["s","6086","st_wildwest_cards","0","4","1","1","","st_wildwest_cards name","st_wildwest_cards desc","","-1","false","-1","false","","1","false"],
["s","6087","st_wildwest_barrel","0","4","1","1","","st_wildwest_barrel name","st_wildwest_barrel desc","","-1","false","-1","false","","1","false"],


Download


Screen
3h0pYmG.png


I found this on a rival forum, all credits go to maartenvn from RZ.
 

Users who are viewing this thread

Top