My Custom Statue is a Black Box?

ironinsanity

New Member
Oct 8, 2015
8
1
Hey, I tried adding my own statue that I made, I made it swf etc. I made the statue, added it all, done the furni data etc. But, my statue is a black box.
My SQLs were
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
(9132847, 'Novas Statue', 'na_statue', 's', 1, 1, 1, '0', '0', '0', 98765, '1', '1', '1', '1', '1', 'default', 4, '0', '0');


INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(9132847, '200', '9132847', 'na_statue', '1000', '0', '0', '1');



["s","98765","na_statue","913284","0","1","1","","Nova Statue!","Made And Coded By Nova!","","-1","-1"],

Could someone please help me? Thanks.
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
Hey, I tried adding my own statue that I made, I made it swf etc. I made the statue, added it all, done the furni data etc. But, my statue is a black box.
My SQLs were
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
(9132847, 'Novas Statue', 'na_statue', 's', 1, 1, 1, '0', '0', '0', 98765, '1', '1', '1', '1', '1', 'default', 4, '0', '0');


INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(9132847, '200', '9132847', 'na_statue', '1000', '0', '0', '1');



["s","98765","na_statue","913284","0","1","1","","Nova Statue!","Made And Coded By Nova!","","-1","-1"],

Could someone please help me? Thanks.

I'd love to help you Nova, but like i own Dubbo myself and i saw this black box and i thougt lol.
 

JayC

Always Learning
Aug 8, 2013
5,504
1,401
Did you add the swf to your hof_furni ?

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
(9132847, 'Novas Statue', 'na_statue', 's', 1, 1, 1, '0', '0', '0', 98765, '1', '1', '1', '1', '1', 'default', 4, '0', '0');


INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(9132847, '200', '9132847', 'Nova Statue', '1000', '0', '0', '1');



["s","98765","na_statue","913284","0","1","1","","Nova Statue!","Made And Coded By Nova!","","-1","-1"],
All of that is correct.. So you need to clear your cache if you added the swf in the hof_furni and don't forget to refresh cloudflare.
 

ironinsanity

New Member
Oct 8, 2015
8
1
Did you add the swf to your hof_furni ?

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
(9132847, 'Novas Statue', 'na_statue', 's', 1, 1, 1, '0', '0', '0', 98765, '1', '1', '1', '1', '1', 'default', 4, '0', '0');


INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(9132847, '200', '9132847', 'Nova Statue', '1000', '0', '0', '1');



["s","98765","na_statue","913284","0","1","1","","Nova Statue!","Made And Coded By Nova!","","-1","-1"],
All of that is correct.. So you need to clear your cache if you added the swf in the hof_furni and don't forget to refresh cloudflare.
I cleared cache, restarted emu, updated catalogue etc, I added it to hof_furni so idk what's wrong. (Added the swf to hof_furni that is)
 

Users who are viewing this thread

Top