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
Could someone please help me? Thanks.
You must be registered for see links
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.