Nice TuT, basically explaing the SQL behind customs,
Maybe add a way to actually create the customs.
And yeah, pics would be nice.
Posted via Mobile Device
This is a discussion on [TUT] How to add custom furni to your PHPRetro/Holocms [TUT] within the Habbo Tutorials forums, part of the Habbo Hotel category; Hey, This is Jakob21 with a tut on how to add custom furni to your PHPRetro/Holocms. Heres the tutorial. Requirements: ...

Hey, This is Jakob21 with a tut on how to add custom furni to your PHPRetro/Holocms. Heres the tutorial.
Requirements:
Hosting your own DCRS.
A cct
-------
1. Download you cct and upload it to C:/xampp/htdocs/dcr folder/gamedata/hof_furni.
2. Go to phpmyadmin and go to your database then click catalouge items.
3. Go to the last page and look at the last TID. It should be 1410. Go to the top and click insert.
4. For tid type 1 more of whatever the last one was. If it was 1555 you would type 1556.
5. Catalouge name, you type the name of your furniture.
6. Catalouge description is your description of the furni.
7. Catalouge cost is how much is costs.
8. Type ID means 0=Poster 1=Object 2=Chair
9. Length and Width always put 1.
10. Top always put 1.00.
11. Name cct is the name of the file you put in hof_furni. If it was hh_furni_xx_frog then you would just put frog. DO NOT WRITE HHFURNIXX.
12. Color is always 0,0,0.
13. Catalouge id page is the id of the page you want to enter it in.
14.door = 0 tradeable = 1 recycleable = 1.
15. Put the id for the catalouge page again.
Then restart your server and you should have your cct custom furni in their.
Nice TuT, basically explaing the SQL behind customs,
Maybe add a way to actually create the customs.
And yeah, pics would be nice.
Posted via Mobile Device