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 Tutorials
DIY Add new clothing (+catalog clothing for Plus)
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="Damien" data-source="post: 375250" data-attributes="member: 72299"><p><span style="color: #404040">In this small tutorial I'm going to show you how to add new clothing, and or add them to the catalogue. (the correct way).</span></p><p><span style="color: #404040"></span></p><p><span style="color: #404040">Firstly we need to get the figure map, so load up this url in your browser:</span></p><p><span style="color: #404040">[CODE]</span></p><p><span style="color: #404040">https://www.habbo.com/gamedata/external_variables/1</span></p><p><span style="color: #404040">[/CODE]</span></p><p><span style="color: #404040"></span></p><p><span style="color: #404040">This url we redirect you to habbos (latest) external variables. Awesome, but this is not what we're after Damien! You're right, but to get the figure map we need to find out what revision habbo is currently using.</span></p><p><span style="color: #404040"></span></p><p><span style="color: #404040">Simple search for this line (should be at the bottom):</span></p><p><span style="color: #404040">[CODE]</span></p><p><span style="color: #404040">flash.client.url=</span></p><p><span style="color: #404040">[/CODE]</span></p><p><span style="color: #404040"></span></p><p><span style="color: #404040">Now, you should have a link that looks something like this:</span></p><p><span style="color: #404040">[CODE]</span></p><p><span style="color: #404040">//habboo-a.akamaihd.net/gordon/PRODUCTION-201605172204-837120207/</span></p><p><span style="color: #404040">[/CODE]</span></p><p><span style="color: #404040"></span></p><p><span style="color: #404040">Once you have the link to the revision folder take a note of this. We'll be using this link later on for more than just the figure map! Now, to get the figuremap just add "figuremap.xml" to the end of it and load it in your browser.</span></p><p><span style="color: #404040"></span></p><p><span style="color: #404040">It should look something like this:</span></p><p><span style="color: #404040">[CODE]</span></p><p><span style="color: #404040">//habboo-a.akamaihd.net/gordon/PRODUCTION-201605172204-837120207/figuremap.xml</span></p><p><span style="color: #404040">[/CODE]</span></p><p><span style="color: #404040"></span></p><p><span style="color: #404040">From here you can just download it straight from your browser or find the new clothing and just simple copy and paste it over to your figure map.</span></p><p></p><p><em><span style="color: #ff0000">NOTE! Y</span><span style="color: #808080">ou need to take notes of the part id's for the clothing you're wishing to add, you'll need this later on for the figure data.</span></em></p><p></p><p><span style="color: #404040">The next step is to actually get the new clothing, and this is actually fairly simple. Using the revision folder you made a note of earlier just add the swf name for the clothing (or id as it's called in the figure map) to the end of the string.</span></p><p><span style="color: #404040"></span></p><p><span style="color: #404040">It should look something like this:</span></p><p><span style="color: #404040">[CODE]</span></p><p><span style="color: #404040">//habboo-a.akamaihd.net/gordon/PRODUCTION-201605172204-837120207/shirt_F_camotank.swf</span></p><p><span style="color: #404040">[/CODE]</span></p><p><span style="color: #404040"></span></p><p><span style="color: #404040">Just load that url in your browser and save the page (CTRL + s). Making sure to put this in your revisions folder (where the Habbo.swf is).</span></p><p><span style="color: #404040"></span></p><p><span style="color: #404040">Your next step after this is to get the figure data, you can achieve this by loading this url:</span></p><p><span style="color: #404040">[CODE]</span></p><p><span style="color: #404040">https://www.habbo.com/gamedata/figuredata/1</span></p><p><span style="color: #404040">[/CODE]</span></p><p><span style="color: #404040"></span></p><p><span style="color: #404040">This url we redirect you to habbos (latest) figuredata. Wicked! From this you can either download it straight from your browser and use it. Or check for new clothing.</span></p><p><span style="color: #404040"></span></p><p><span style="color: #404040">If you're searching for the new clothing just search for the parts using the part id's you took a note of earlier, like this:</span></p><p><img src="http://i.imgur.com/uFkrlb8.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p><span style="color: #ff0000"><em>NOTE!</em> </span><span style="color: #808080"><em>If you're planning to download it straight from your browser and do<strong> NOT </strong>wish to have clothing items in the catalogue. Then remove this "sellable="1"" from the clothing, or simple set it to "0".</em></span></p><p><span style="color: #808080"></span></p><p><span style="color: #808080"><span style="color: #ff0000"><em>Second NOTE! </em></span><span style="color: #808080"><em>If you're planning to make the items sellable in the catalogue, take a note of the set id for the clothing you wish. Also remembering that only clothing with the "sellable" attribute will have a catalogue clothing item made for them.</em></span></span></p><p></p><p><span style="color: #404040">So once you've done that you're almost done, the final step is to make a copy of your figuredata.xml and paste it into the folder named "extra" in the debug folder of your emulator. You should know where this is as you configured your Emulator settings here.</span></p><p><span style="color: #404040"></span></p><p><span style="color: #404040">Hop onto your hotel once you've done this and say this command :</span></p><p><span style="color: #404040">[CODE]</span></p><p><span style="color: #404040">:update mutant</span></p><p><span style="color: #404040">[/CODE]</span></p><p><span style="color: #404040"></span></p><p><span style="color: #404040">This will update your anti-mutant with all the new clothing, so you users avatars don't get flagged and have their clothing reset.</span></p><p></p><p><span style="color: #808080"><em>Don't forget to clear your cache!</em></span></p><p></p><p><span style="color: #404040">Congratulations you've successfully added the new clothing to your hotel! Give yourself a pat on the back. However if you ARE planning to add the items to your catalogue, continue reading.</span></p><p><span style="color: #404040"></span></p><p><span style="color: #404040">Right, so you plan on adding the clothing item to the catalogue to be purchased? Well you've made it this far so let's go!</span></p><p></p><p>Firstly you're going to want to navigate here:</p><p>[CODE]</p><p>https://www.habbo.com/gamedata/furnidata_xml/1</p><p>[/CODE]</p><p></p><p>This url we redirect you to habbos (latest) furniture data. You'll need this to get the clothing furniture for the clothing you desire.</p><p></p><p>Once you've loaded up that url (may take some time to load). You're going to want to search you the clothing furniture by simply searching for the custom parameter with the set id you took a note of earlier on in the thread.</p><p></p><p>You should end up viewing something similar to this:</p><p><img src="http://i.imgur.com/rz6AXps.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>So let's first download this catalogue item by loading adding the revisions and classname to the end of habbos hof_furni root, sounds confusing but follow my format.</p><p></p><p>You should be loading a url similar to this (hof_furni/revision/classname):</p><p>[CODE]</p><p>http://habboo-a.akamaihd.net/dcr/hof_furni/56392/clothing_xmas1.xml</p><p>[/CODE]</p><p></p><p>Once it's loaded save the page (CTRL + S) and save it into youf hof_furni folder.</p><p></p><p>Now we're going to want to add this item to that catalogue. So we first want to create a new page in our `catalog_pages` or find an existing by having a look at the rows of data already in there and finding where your clothing gets stores. Making sure to take a note of the `id`. (mine has a id of: 20).</p><p></p><p>If you don't have a clothing page run this sql and then find the id for the new catalogue page that gets added:</p><p>[CODE]</p><p>INSERT INTO `catalog_pages` (`caption`, `icon_image`, `order_num`, `page_strings_1`, `page_strings_2`) VALUES ('Clothing', 74, 6, "", "");</p><p>[/CODE]</p><p></p><p>Next you want to add a new row into your `catalog_clothing`. I prefer to do this before adding the furniture and `catalog_items` rows due to the fact you need the Id from this table for one of the columns.</p><p></p><p>You can add a new row by running this query, making sure to replace "ITEMNAME" with the "classname" from furniture data and "CLOTHINGPARTS" to the content inside the "customparams" tag:</p><p>[CODE]</p><p>INSERT INTO `catalog_clothing` (`clothing_name`, `clothing_parts`) VALUES ('FURNITURENAME', 'CLOTHINGPARTS');</p><p>[/CODE]</p><p></p><p>After this take a note of the the last inserted Id, you'll be using this for your next query.</p><p></p><p>Finally run these 2 queries, making sure replace "ITEMID" with the furniture id from furniture data, "PAGEID" with the Id from the row you inserted into `catalog_pages` (or the page id of the page that already exists), "ITEMNAME" with "classname" from furniture data and "CLOTHINGID" with the Id from the row you inserted into `catalog_clothing`:</p><p>[CODE]</p><p>INSERT INTO `catalog_items` (`id`, `page_id`, `item_id`, `catalog_name`) VALUES (ITEMID, 'PAGEID', ITEMID, 'ITEMNAME');</p><p>INSERT INTO `furniture` (`id`,`item_name`, `public_name`, `can_stack`, `sprite_id`, `interaction_type`, `clothing_id`) VALUES (ITEMID, 'ITEMNAME', 'ITEMNAME', 0, ITEMID, 'purchasable_clothing', CLOTHINGID);</p><p>[/CODE]</p><p></p><p>After you've ran those queries you want to jump onto the hotel and run these two commands:</p><p>[CODE]</p><p>:update items</p><p>:update catalog</p><p>[/CODE]</p><p></p><p><em><span style="color: #808080">Don't forget to clear your cache!</span></em></p><p></p><p>And you're finished, you can now purchase clothing from the catalogue, if you're made it this far WELL DONE! This was no short journey and you've done well.</p><p></p><p>Hopefully you found this very informative and gained some more knowledge on how habbo works from this. Peace!</p></blockquote><p></p>
[QUOTE="Damien, post: 375250, member: 72299"] [COLOR=#404040]In this small tutorial I'm going to show you how to add new clothing, and or add them to the catalogue. (the correct way). Firstly we need to get the figure map, so load up this url in your browser: [CODE] https://www.habbo.com/gamedata/external_variables/1 [/CODE] This url we redirect you to habbos (latest) external variables. Awesome, but this is not what we're after Damien! You're right, but to get the figure map we need to find out what revision habbo is currently using. Simple search for this line (should be at the bottom): [CODE] flash.client.url= [/CODE] Now, you should have a link that looks something like this: [CODE] //habboo-a.akamaihd.net/gordon/PRODUCTION-201605172204-837120207/ [/CODE] Once you have the link to the revision folder take a note of this. We'll be using this link later on for more than just the figure map! Now, to get the figuremap just add "figuremap.xml" to the end of it and load it in your browser. It should look something like this: [CODE] //habboo-a.akamaihd.net/gordon/PRODUCTION-201605172204-837120207/figuremap.xml [/CODE] From here you can just download it straight from your browser or find the new clothing and just simple copy and paste it over to your figure map.[/COLOR] [I][COLOR=#ff0000]NOTE! Y[/COLOR][COLOR=#808080]ou need to take notes of the part id's for the clothing you're wishing to add, you'll need this later on for the figure data.[/COLOR][/I] [COLOR=#404040]The next step is to actually get the new clothing, and this is actually fairly simple. Using the revision folder you made a note of earlier just add the swf name for the clothing (or id as it's called in the figure map) to the end of the string. It should look something like this: [CODE] //habboo-a.akamaihd.net/gordon/PRODUCTION-201605172204-837120207/shirt_F_camotank.swf [/CODE] Just load that url in your browser and save the page (CTRL + s). Making sure to put this in your revisions folder (where the Habbo.swf is). Your next step after this is to get the figure data, you can achieve this by loading this url: [CODE] https://www.habbo.com/gamedata/figuredata/1 [/CODE] This url we redirect you to habbos (latest) figuredata. Wicked! From this you can either download it straight from your browser and use it. Or check for new clothing. If you're searching for the new clothing just search for the parts using the part id's you took a note of earlier, like this:[/COLOR] [IMG]http://i.imgur.com/uFkrlb8.png[/IMG] [COLOR=#ff0000][I]NOTE![/I] [/COLOR][COLOR=#808080][I]If you're planning to download it straight from your browser and do[B] NOT [/B]wish to have clothing items in the catalogue. Then remove this "sellable="1"" from the clothing, or simple set it to "0".[/I] [COLOR=#ff0000][I]Second NOTE! [/I][/COLOR][COLOR=#808080][I]If you're planning to make the items sellable in the catalogue, take a note of the set id for the clothing you wish. Also remembering that only clothing with the "sellable" attribute will have a catalogue clothing item made for them.[/I][/COLOR][/COLOR] [COLOR=#404040]So once you've done that you're almost done, the final step is to make a copy of your figuredata.xml and paste it into the folder named "extra" in the debug folder of your emulator. You should know where this is as you configured your Emulator settings here. Hop onto your hotel once you've done this and say this command : [CODE] :update mutant [/CODE] This will update your anti-mutant with all the new clothing, so you users avatars don't get flagged and have their clothing reset.[/COLOR] [COLOR=#808080][I]Don't forget to clear your cache![/I][/COLOR] [COLOR=#404040]Congratulations you've successfully added the new clothing to your hotel! Give yourself a pat on the back. However if you ARE planning to add the items to your catalogue, continue reading. Right, so you plan on adding the clothing item to the catalogue to be purchased? Well you've made it this far so let's go![/COLOR] Firstly you're going to want to navigate here: [CODE] https://www.habbo.com/gamedata/furnidata_xml/1 [/CODE] This url we redirect you to habbos (latest) furniture data. You'll need this to get the clothing furniture for the clothing you desire. Once you've loaded up that url (may take some time to load). You're going to want to search you the clothing furniture by simply searching for the custom parameter with the set id you took a note of earlier on in the thread. You should end up viewing something similar to this: [IMG]http://i.imgur.com/rz6AXps.png[/IMG] So let's first download this catalogue item by loading adding the revisions and classname to the end of habbos hof_furni root, sounds confusing but follow my format. You should be loading a url similar to this (hof_furni/revision/classname): [CODE] http://habboo-a.akamaihd.net/dcr/hof_furni/56392/clothing_xmas1.xml [/CODE] Once it's loaded save the page (CTRL + S) and save it into youf hof_furni folder. Now we're going to want to add this item to that catalogue. So we first want to create a new page in our `catalog_pages` or find an existing by having a look at the rows of data already in there and finding where your clothing gets stores. Making sure to take a note of the `id`. (mine has a id of: 20). If you don't have a clothing page run this sql and then find the id for the new catalogue page that gets added: [CODE] INSERT INTO `catalog_pages` (`caption`, `icon_image`, `order_num`, `page_strings_1`, `page_strings_2`) VALUES ('Clothing', 74, 6, "", ""); [/CODE] Next you want to add a new row into your `catalog_clothing`. I prefer to do this before adding the furniture and `catalog_items` rows due to the fact you need the Id from this table for one of the columns. You can add a new row by running this query, making sure to replace "ITEMNAME" with the "classname" from furniture data and "CLOTHINGPARTS" to the content inside the "customparams" tag: [CODE] INSERT INTO `catalog_clothing` (`clothing_name`, `clothing_parts`) VALUES ('FURNITURENAME', 'CLOTHINGPARTS'); [/CODE] After this take a note of the the last inserted Id, you'll be using this for your next query. Finally run these 2 queries, making sure replace "ITEMID" with the furniture id from furniture data, "PAGEID" with the Id from the row you inserted into `catalog_pages` (or the page id of the page that already exists), "ITEMNAME" with "classname" from furniture data and "CLOTHINGID" with the Id from the row you inserted into `catalog_clothing`: [CODE] INSERT INTO `catalog_items` (`id`, `page_id`, `item_id`, `catalog_name`) VALUES (ITEMID, 'PAGEID', ITEMID, 'ITEMNAME'); INSERT INTO `furniture` (`id`,`item_name`, `public_name`, `can_stack`, `sprite_id`, `interaction_type`, `clothing_id`) VALUES (ITEMID, 'ITEMNAME', 'ITEMNAME', 0, ITEMID, 'purchasable_clothing', CLOTHINGID); [/CODE] After you've ran those queries you want to jump onto the hotel and run these two commands: [CODE] :update items :update catalog [/CODE] [I][COLOR=#808080]Don't forget to clear your cache![/COLOR][/I] And you're finished, you can now purchase clothing from the catalogue, if you're made it this far WELL DONE! This was no short journey and you've done well. Hopefully you found this very informative and gained some more knowledge on how habbo works from this. Peace! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
DIY Add new clothing (+catalog clothing for Plus)
Top