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
Generate Furnis [RELEASE]
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="Pollak" data-source="post: 461343" data-attributes="member: 77990"><p style="text-align: center">Hii again <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /> !! Ive coded a generator furnis and i know exists some generators actually but the difference is you can choose the productdata and then configure with tie item name automatically. Written in C#.</p> <p style="text-align: center">The moment have for <strong>Plus </strong>and <strong>Arcturus</strong>. SQLs (catalog_pages, catalog_items, furniture and furnidata).</p> <p style="text-align: center">Is very easy to use so any questions let me know! <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p> <p style="text-align: center"></p> <p style="text-align: center">Quickly tutorial:</p> <p style="text-align: center"><strong>1</strong> -> Put the files (.swf) on folder <strong>swfs</strong></p> <p style="text-align: center"><strong>2</strong> -> Execute the executable console.</p> <p style="text-align: center"><strong>3</strong> -> Configure the initial item id (ps: if you configure 1 they start on next number -> 2), page id, parent id, page name, etc...</p> <p style="text-align: center"></p> <p style="text-align: center">The sqls are in the <strong>sqls directory</strong>.</p> <p style="text-align: center"><strong>NOTE</strong>: If you want change productdata please delete the file productdata (extras/).</p> <p style="text-align: center"></p> <p style="text-align: center"><strong>Source</strong>: <a href="https://github.com/Snaiker/GenerateFurnis2020" target="_blank">https://github.com/Snaiker/GenerateFurnis2020</a></p> <p style="text-align: center"></p> <p style="text-align: center"><strong>PS: There will probably be some errors in the sql query (I used the following):</strong></p> <p style="text-align: center">(catalog_items)</p> <p style="text-align: center">plus -> INSERT INTO `catalog_items` (id, page_id, item_id, catalog_name, cost_credits, cost_diamonds) VALUES (" + itemId+ ", " + pageId + ", " + itemId+ ", '" + itemName + "', 3, 0);</p> <p style="text-align: center">arcturus -> INSERT INTO `catalog_items` VALUES ('" + itemId+ "', '" + itemId+ "', '" + pageId + "', '-1', '0', '99', '" + itemName + "' ,'10', '0', '0', '1', '0', '0', '', '1', '0', 'none');</p> <p style="text-align: center">(furniture)</p> <p style="text-align: center">plus -> INSERT INTO `furniture` (`id`, `item_name`, `public_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`, `height_adjustable`, `effect_id`, `wired_id`, `is_rare`, `clothing_id`, `extra_rot`) VALUES (" + itemId+ ", '" + swfName + "', '" + itemName + "', 's', 1, 1, 0, '1', '0', '0', " + itemId+ ", '1', '1', '1', '1', '1', 'default', 1, '0', '0', 0, 0, '0', 0, '0');</p> <p style="text-align: center">arcturus -> INSERT INTO `items_base` VALUES ('" + itemId+ "', '" + itemId+ "', '" + swfName + "', '" + itemName + "', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 's', 'default', '0', '0','0','0','0','0','0');</p> <p style="text-align: center"><strong>Credits</strong>:</p> <p style="text-align: center">Snaiker (Pollak)</p> <p style="text-align: center"></p> <p style="text-align: center">[ATTACH]10955[/ATTACH]</p></blockquote><p></p>
[QUOTE="Pollak, post: 461343, member: 77990"] [CENTER]Hii again :) !! Ive coded a generator furnis and i know exists some generators actually but the difference is you can choose the productdata and then configure with tie item name automatically. Written in C#. The moment have for [B]Plus [/B]and [B]Arcturus[/B]. SQLs (catalog_pages, catalog_items, furniture and furnidata). Is very easy to use so any questions let me know! :) Quickly tutorial: [B]1[/B] -> Put the files (.swf) on folder [B]swfs 2[/B] -> Execute the executable console. [B]3[/B] -> Configure the initial item id (ps: if you configure 1 they start on next number -> 2), page id, parent id, page name, etc... The sqls are in the [B]sqls directory[/B]. [B]NOTE[/B]: If you want change productdata please delete the file productdata (extras/). [B]Source[/B]: [URL]https://github.com/Snaiker/GenerateFurnis2020[/URL] [B]PS: There will probably be some errors in the sql query (I used the following):[/B] (catalog_items) plus -> INSERT INTO `catalog_items` (id, page_id, item_id, catalog_name, cost_credits, cost_diamonds) VALUES (" + itemId+ ", " + pageId + ", " + itemId+ ", '" + itemName + "', 3, 0); arcturus -> INSERT INTO `catalog_items` VALUES ('" + itemId+ "', '" + itemId+ "', '" + pageId + "', '-1', '0', '99', '" + itemName + "' ,'10', '0', '0', '1', '0', '0', '', '1', '0', 'none'); (furniture) plus -> INSERT INTO `furniture` (`id`, `item_name`, `public_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`, `height_adjustable`, `effect_id`, `wired_id`, `is_rare`, `clothing_id`, `extra_rot`) VALUES (" + itemId+ ", '" + swfName + "', '" + itemName + "', 's', 1, 1, 0, '1', '0', '0', " + itemId+ ", '1', '1', '1', '1', '1', 'default', 1, '0', '0', 0, 0, '0', 0, '0'); arcturus -> INSERT INTO `items_base` VALUES ('" + itemId+ "', '" + itemId+ "', '" + swfName + "', '" + itemName + "', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 's', 'default', '0', '0','0','0','0','0','0'); [B]Credits[/B]: Snaiker (Pollak) [ATTACH]10955[/ATTACH][/CENTER] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
Generate Furnis [RELEASE]
Top