[Custom] Swan Throne

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 :)

o6jo.png

Download :

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"]
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
Seen it before but I don't like it all that much its really weird looking 4/10

Here's a ENGLISH for Phoenix:

Code:
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', 'Christmas 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","","Christmas Throne",","Don't freeze your bottom!"-1"]
 

Whip

- FiveM Server Developer -
Nov 6, 2013
408
46
I Think if whoever made it makes the bottom bigger so it's more of a thick chair might look better with the top bit then that little tiny seat just kills it
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
I Think if whoever made it makes the bottom bigger so it's more of a thick chair might look better with the top bit then that little tiny seat just kills it
Well not only that the arms of the chair are fucked.. like the arms are so high they might as well be head rests?
 

Users who are viewing this thread

Top