[HELP] Problem With Statue Load [R63]

sdsdswq

New Member
Jul 22, 2014
17
0
I have problem with my statue when i upload it into my hotel ,
the statue being Black Box And Im Using Gold Tree Emu .
Here My Sttaue ;


P/s ; Maybe My SQL is wrong or something , if u have consulation , maybe can reply mine thread
 

SOUL

┼ ┼ ┼
Nov 10, 2015
224
45
Are you sure the page id's are right? Did you do ;update_catalogue , and update_items? Did you add them in to the correct folders? From a quick glance the sqls look right however seems as if you just edited the devil statue you should really create them from scratch. Try re-doing the sqls look up some tutorials

Try this sql
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
(8899662, 'SGstatue', 'SGstatue', 's', 1, 1, 1, '0', '0', '0', 88992, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');

You shouldn't put SG_statue_SG there when your statue swf file is called SGstatue


Try this sql
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
(8899662, 'SGstatue', 'SGstatue', 's', 1, 1, 1, '0', '0', '0', 88992, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');



And also where it says "94" is that the correct page id?[/QUOTE]
 

Users who are viewing this thread

Top