Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
[HELP] Problem With Statue Load [R63]
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="SOUL" data-source="post: 356591" data-attributes="member: 64122"><p>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</p><p></p><p>Try this sql</p><p>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</p><p>(8899662, 'SGstatue', 'SGstatue', 's', 1, 1, 1, '0', '0', '0', 88992, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');</p><p></p><p>You shouldn't put SG_statue_SG there when your statue swf file is called SGstatue</p><p></p><p></p><p>Try this sql</p><p>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</p><p>(8899662, 'SGstatue', 'SGstatue', 's', 1, 1, 1, '0', '0', '0', 88992, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');</p><p></p><p></p><p></p><p>And also where it says "94" is that the correct page id?</p></blockquote><p>[/QUOTE]</p>
[QUOTE="SOUL, post: 356591, member: 64122"] 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] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[HELP] Problem With Statue Load [R63]
Top