Rashawn
Member
- Jun 18, 2011
- 83
- 8
Fizz Customs v1
Our first ever customs!
- Fizz-Hotel.com -Fizz Throne v1:
Flubber Throne v1:
Fizz Throne v2 (not released):
------------------------
Furnidata:
Code:
["s","500063","fizz_t","5000","0","1","1","0,0,0","Fizz Throne v1","Designed & Coded by Fizz.","","-1","-1"],
["s","500064","flub_t","5000","0","1","1","0,0,0","Flubber Throne v1","Designed & Coded by Fizz.","","-1","-1"],
sql query for 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`, `foot_figure`) VALUES ('500063', 'fizz_t', 'fizz_t', 's', '1', '1', '1', '0', '1', '0', '500063', '1', '1', '1', '1', '1', 'default', '1', '0', '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`, `foot_figure`) VALUES ('500064', 'flub_t', 'flub_t', 's', '1', '1', '1', '0', '1', '0', '500064', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0');
sql query for catalogue_items:
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('500063', 'PAGEID', '500063', Fizz Throne v1', '1', '0', '0', '5');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('500064', 'PAGEID', '500064', 'Flubber Throne v1', '1', '0', '0', '5');
**Replace PAGEID with id of page you want it in**
------------------------
You must be registered for see links
(fizz_t)
You must be registered for see links
(flub_t)------------------------
Credits to :
Fizz - Owner of Fizz Hotel + Creation of Throne.
Flubber - Inspiration
Rashawn (Me) - Development & ideas.
------------------------