Whip
- FiveM Server Developer -
- Nov 6, 2013
- 408
- 46
Was looking @ RZ and found this thought it looked nice and decided to release this on rz enjoy
Download :
BC Storm
Phoniex
Download :
You must be registered for see links
BC Storm
PHP:
Catalog items copy: "Edit CATID"
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`) VALUES
('49680', 'CATID', '49680', 'xmas13_throne', '15', '0', '1', '0', '0', '0', '0', '0', '1');
items base:
INSERT INTO `items_base` (`item_id`, `sprite_id`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`)VALUES
('49680', '49680', 'xmas13_throne', 's', 1, 1, 1, '0', '1', '0', '1', '1', '1', '1', '1', 'default', 1, '0');
Furnidata:
["s","49680","xmas13_throne","25824","0","1","1","0,0,0","Kerst Zwanen Troon","Ga zitten op deze ijs-zwanen troon!","","-1","-1"]]
Phoniex
PHP:
Catalog items: "Edit Page ID"
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(1390400, 'PAGEID', '1390400', 'xmas13_throne', '5', '0', '0', '1'
Furniture:
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
(1390400, 'xmas13_throne', 'xmas13_throne', 's', 1, 1, 1.3, '0', '1', '0', 1390400, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');
Furnidata:
["s","1390400","xmas13_throne","1390400","0","1","1","","Kerst Zwanen Troon",","Ga zitten op deze ijs-zwanen troon!"-1"]