Riz
Member
- Apr 25, 2012
- 58
- 21
Hey Devbest!
Riz here with a new release.
BcStorm:
items_base:
catalog_items_copy
furnidata:
Download:
Screen:
Phoenix:
Furniture:
catalog_items
furnidata:
Download:
Have fun!
Riz here with a new release.
BcStorm:
items_base:
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 ('5744', 'ads_nick_geyeser', 'ads_nick_geyeser', 's', '1', '1', '1', '1', '0', '0', '5744', '1', '1', '1', '1', '1', 'default', '10', '0');
catalog_items_copy
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 ('5744', 'PAGE-ID', '5744', 'ads_nick_geyeser', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
furnidata:
Code:
["s","5744","ads_nick_geyeser","5744","0","1","1","","Nick Geyser","N-N-N Nick Nick!","","5744","true","-1","false","","1","1","0","0"],
Download:
You must be registered for see links
Screen:
Phoenix:
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`, `is_arrow`) VALUES
(5744, 'ads_nick_geyeser', 'ads_nick_geyeser', 's', 1, 1, 1, '1', '0', '1', 5744, '0', '1', '1', '1', '1', 'default', 10, '0', '0');
catalog_items
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(5744, 'PAGE-ID', '5744', 'ads_nick_geyeser', '5', '0', '0', '1');
furnidata:
Code:
["s","5744","ads_nick_geyeser","5744","0","1","1","","Nick Geyser","N-N-N-Nick-Nick!","","5744","true","-1","false","","1","1","0","0"],
Download:
You must be registered for see links
Have fun!
Last edited: