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] Adding furni to hotel
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="Zurg" data-source="post: 461330" data-attributes="member: 94283"><p>Hi Everyone</p><p></p><p>I am having difficulty adding furniture to the hotel via Navicat</p><p></p><p>I have tried to follow this thread <a href="https://devbest.com/threads/how-to-add-furni-to-you-habbo-retro.78129/" target="_blank">https://devbest.com/threads/how-to-add-furni-to-you-habbo-retro.78129/</a> </p><p></p><p>I have put the SWF in the hof_furni</p><p>Under productdata.txt I have added ["s","6553","spiro","123654","0","1","1","","Red Dragon Egg","Coded by Vrop93","","-1","-1"] (the tut said to put it under furnidata but that one is the .xml file)</p><p></p><p>In Navicat under 'hotel' I have ran a new query to add 'INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (1937, '94', '1937', 'spiro', '50000', '0', '1');'</p><p>For which I am receiving the error: </p><p>[Err] 1054 - Unknown column 'is_arrow' in 'field list'</p><p></p><p></p><p> and '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 (1937, 'spiro', 'spiro', 's', 1, 1, 1, '0', '0', '0', 6553, '1', '1', '1', '1', '1', 'default', 4, '0', '0')'</p><p>For which I am receiving the error: </p><p>[Err] 1136 - Column count doesn't match value count at row 1</p><p></p><p>I have tried a few other downloads for furni, none have worked successfully in Navicat yet</p><p></p><p>Any help would be appreciated! My disc is Zurg#0692 if anyone wants to chat there <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p>[automerge]1591126691[/automerge]</p><p>To note as well I have tried to manually add the furniture into the tables 'furniture', 'catolog_items' etc following the tables and values, when I click the black tick at the bottom to save, exit then renter, the entry has been deleted.</p></blockquote><p></p>
[QUOTE="Zurg, post: 461330, member: 94283"] Hi Everyone I am having difficulty adding furniture to the hotel via Navicat I have tried to follow this thread [URL]https://devbest.com/threads/how-to-add-furni-to-you-habbo-retro.78129/[/URL] I have put the SWF in the hof_furni Under productdata.txt I have added ["s","6553","spiro","123654","0","1","1","","Red Dragon Egg","Coded by Vrop93","","-1","-1"] (the tut said to put it under furnidata but that one is the .xml file) In Navicat under 'hotel' I have ran a new query to add 'INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (1937, '94', '1937', 'spiro', '50000', '0', '1');' For which I am receiving the error: [Err] 1054 - Unknown column 'is_arrow' in 'field list' and '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 (1937, 'spiro', 'spiro', 's', 1, 1, 1, '0', '0', '0', 6553, '1', '1', '1', '1', '1', 'default', 4, '0', '0')' For which I am receiving the error: [Err] 1136 - Column count doesn't match value count at row 1 I have tried a few other downloads for furni, none have worked successfully in Navicat yet Any help would be appreciated! My disc is Zurg#0692 if anyone wants to chat there :-) [automerge]1591126691[/automerge] To note as well I have tried to manually add the furniture into the tables 'furniture', 'catolog_items' etc following the tables and values, when I click the black tick at the bottom to save, exit then renter, the entry has been deleted. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[Help] Adding furni to hotel
Top