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 Releases
Furniture Releases
1 new SKULL CF furni: Fixed SWF + SQL
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="Liam" data-source="post: 309428" data-attributes="member: 30923"><p>Hey guys!</p><p></p><p>I found this new Habboween furni!</p><p></p><p><strong>BCSTORM SQLS</strong></p><p></p><p><strong>items_base</strong></p><p>PHP Code:</p><p>INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('6222', 'CF_350_skull', 'CF_350_skull', 's', '1', '1', '1', '1', '0', '0', '6222', '1', '1', '1', '1', '1', 'default', '2', '0');</p><p></p><p><strong>catalog_items_copy</strong></p><p>PHP Code:</p><p>INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('6222', 'PAGE-ID', '6222', 'CF_350_skull name', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');</p><p></p><p><strong>PHOENIX SQLS</strong></p><p></p><p><strong>Furniture</strong></p><p>PHP Code:</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('6222', 'CF_350_skull', 'CF_350_skull', 's', 1, 1, 1, '1', '0', '1', 6222, '0', '1', '1', '1', '1', 'default', 2, '0', '0');</p><p></p><p><span style="font-family: 'Tahoma'"><strong>Catalog_items</strong></span></p><p><span style="font-family: 'Tahoma'">PHP Code:</span></p><p><span style="font-family: 'Tahoma'">INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (6222, 'PAGE-ID', '6222', 'CF_350_skull', '5', '0', '0', '1'); </span></p><p><span style="font-family: 'Tahoma'"></span></p><p><span style="font-family: 'Tahoma'"><strong>FURNIDATA</strong></span></p><p><span style="font-family: 'Tahoma'">PHP Code:</span></p><p><span style="font-family: 'Tahoma'"><span style="font-family: 'Tahoma'">["s","6222","CF_350_skull","0","0","1","1","","CF_350_skull name","CF_350_skull desc","","-1","false","-1","false","","1","false"], </span></span></p><p><span style="font-family: 'Tahoma'"><span style="font-family: 'Tahoma'"></span></span></p><p><span style="font-family: 'Tahoma'"><span style="font-family: 'Tahoma'"><strong>DOWNLOAD</strong></span></span></p><p><span style="font-family: 'Tahoma'"><span style="font-family: 'Tahoma'"><a href="https://mega.co.nz/#!QA1UmTqa!7sFr2t1Q5QTaCnYlkGAYKLZsrxj0gBitvYyWgKpuo_E" target="_blank">https://mega.co.nz/#!QA1UmTqa!7sFr2t...BitvYyWgKpuo_E</a></span></span></p><p><span style="font-family: 'Tahoma'"><span style="font-family: 'Tahoma'"></span></span></p><p><span style="font-family: 'Tahoma'"><span style="font-family: 'Tahoma'"><strong>SC<img src="https://cdn.devbest.com/data/assets/smilies/REE.png" srcset="https://cdn.devbest.com/data/assets/smilies/REE.png 1x, https://cdn.devbest.com/data/assets/smilies/REE-2x.png 2x" class="smilie" loading="lazy" alt="REE" title="REE REE" data-shortname="REE" />N</strong></span></span></p><p><span style="font-family: 'Tahoma'"><span style="font-family: 'Tahoma'"><img src="https://puhekupla.com/images/uploads/Furni_13.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></span></span></p><p><span style="font-family: 'Tahoma'"><span style="font-family: 'Tahoma'"></span></span></p><p><span style="font-family: 'Tahoma'"><span style="font-family: 'Tahoma'">I found this on a rival forum, all credits go to maartenvn from RZ.</span></span></p></blockquote><p></p>
[QUOTE="Liam, post: 309428, member: 30923"] Hey guys! I found this new Habboween furni! [B]BCSTORM SQLS[/B] [B]items_base[/B] PHP Code: INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('6222', 'CF_350_skull', 'CF_350_skull', 's', '1', '1', '1', '1', '0', '0', '6222', '1', '1', '1', '1', '1', 'default', '2', '0'); [B]catalog_items_copy[/B] PHP Code: INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('6222', 'PAGE-ID', '6222', 'CF_350_skull name', '10', '0', '1', '0', '0', '0', '0', '0', '1', ''); [B]PHOENIX SQLS[/B] [B]Furniture[/B] PHP 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('6222', 'CF_350_skull', 'CF_350_skull', 's', 1, 1, 1, '1', '0', '1', 6222, '0', '1', '1', '1', '1', 'default', 2, '0', '0'); [FONT=Tahoma][B]Catalog_items[/B] PHP Code: INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (6222, 'PAGE-ID', '6222', 'CF_350_skull', '5', '0', '0', '1'); [B]FURNIDATA[/B] PHP Code: [FONT=Tahoma]["s","6222","CF_350_skull","0","0","1","1","","CF_350_skull name","CF_350_skull desc","","-1","false","-1","false","","1","false"], [B]DOWNLOAD[/B] [URL='https://mega.co.nz/#!QA1UmTqa!7sFr2t1Q5QTaCnYlkGAYKLZsrxj0gBitvYyWgKpuo_E']https://mega.co.nz/#!QA1UmTqa!7sFr2t...BitvYyWgKpuo_E[/URL] [B]SCREEN[/B] [IMG]https://puhekupla.com/images/uploads/Furni_13.gif[/IMG] I found this on a rival forum, all credits go to maartenvn from RZ.[/FONT][/FONT] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
Furniture Releases
1 new SKULL CF furni: Fixed SWF + SQL
Top