and they must run the SQL code:
Code:TRUNCATE TABLE users
Good job Sean :)
This is a discussion on How to add Customs to your R63 Retro. within the Habbo Tutorials forums, part of the Habbo Hotel category; Hello RaGEZONE, I see so many noobs asking in Habbo Help my custom is not loading etc. Now there should ...

Hello RaGEZONE,
I see so many noobs asking in Habbo Help my custom is not loading etc. Now there should not be any excuses follow this tut!
1.
First of all, Download your Custom pack. I'm going to pick the Character Marvel Pack v2 by Sydius.
Download Here:
http://forum.ragezone.com/f556/furni...r-pack-774759/
2.
Extract it to your desktop using WinRAR, Open up the folder and go to SQL and Open "Catalog_Items"
Where it says
You must edit it with your Cat id, For example ID 94 is Staff Rares so Ill make it 94 Replace CATID with 94, Or replace the hole code with this:PHP Code:CATID
3.PHP Code:INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(32400114, 94, '32400114', 'CP_V1_MarvelR4', 3, 0, 0, 1),
(32400115, 94, '32400115', 'CP_V1_MarvelR5', 3, 0, 0, 1),
(32400116, 94, '32400116', 'CP_V1_MarvelR6', 3, 0, 0, 1);
Go to http://localhost/phpmyadmin and Go to your current database and click import and Import Furni, Cata Items.
4. Open up the Furnidata part of the folder and Copy the hole code and go to your SWFS and find Furnidata.txt and add it to the bottom of it.
5.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
(32400114, 'Marvel: Hulk', 'CP_V1_MarvelR4', 's', 1, 1, 1, '1', '0', '0', 32400114, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(32400115, 'Marvel: Ghost Rider', 'CP_V1_MarvelR5', 's', 1, 1, 1, '1', '0', '0', 32400115, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(32400116, 'Marvel: Captain America', 'CP_V1_MarvelR6', 's', 1, 1, 1, '1', '0', '0', 32400116, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
Now go to the SWFS part of the download and copy them and paste them in dcr/h_furni of your SWFS, Now enter your hotel.
6. Type :Update_items and then :Update_Catalogue
7. Clear your cache.
Simple isn't it?
So what are you waiting for? Start adding customs to your hotel!
Me:
Peace,
Sean
Last edited by Seano2o6; 29-08-11 at 07:21 PM.
and they must run the SQL code:
Code:TRUNCATE TABLE users
Good job Sean :)
Last edited by Mithex; 28-08-11 at 10:51 PM.
Wow thanks finally...
Thanks Guys.
Thanks Sean. Finally.. Noobs might stop posting useless threads.
N0thing will stop them unless RZ closes^...
Good tut Sean
:l Make a tutorial next on how to get rid of is_arrow and cost_snow THOSE TWO ARE ANNOYING.......
Thanks for the comments guys.
great tutorial for the beginners<3
Thanks for the comments guys.
Thanks for the tut Sean <3
Easy, if the sql has is_arrow, foot_figure or cost_snow, i just created a colum for each by going into
furniture > structure > add 2 fields after vending_ids
and they are is_arrow and foot_figure, in that order
and as for cost_snow
catalog_items > structure > add 1 field after cost_pixel
and it is cost_snow.
Fixed.
Just edit the structure for is_arrow and cost_snow.
I having problems on a phoenix php how would you add customs through there?