Welcome to the RaGEZONE - MMORPG development forums.

How to add Customs to your R63 Retro.

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 ...

LyncusMU
Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    Wink Wink ;)
    Rank
    Member +
    Join Date
    Nov 2009
    Location
    Wales
    Posts
    1,074
    Liked
    169

    How to add Customs to your R63 Retro.

    Tabo Hotel
    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

    PHP Code:
    CATID 
    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:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES 
    (3240011494'32400114''CP_V1_MarvelR4'3001),
    (
    3240011594'32400115''CP_V1_MarvelR5'3001),
    (
    3240011694'32400116''CP_V1_MarvelR6'3001); 
    3.
    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.

    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'111'1''0''0'32400114'1''1''1''1''1''default'1'0''0'),
    (
    32400115'Marvel: Ghost Rider''CP_V1_MarvelR5''s'111'1''0''0'32400115'1''1''1''1''1''default'1'0''0'),
    (
    32400116'Marvel: Captain America''CP_V1_MarvelR6''s'111'1''0''0'32400116'1''1''1''1''1''default'1'0''0'); 
    5.
    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.

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Manufactured in Habbo
    Rank
    Alpha Member
    Join Date
    May 2010
    Location
    Heaven
    Posts
    1,935
    Liked
    580

    Re: How to add Customs to your R63 Retro.

    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.

  4. #3
    GFX Designer
    Rank
    Member +
    Join Date
    Aug 2011
    Location
    Freeport,Bahama
    Posts
    343
    Liked
    43

    Re: How to add Customs to your R63 Retro.

    Wow thanks finally...

  5. #4
    Wink Wink ;)
    Rank
    Member +
    Join Date
    Nov 2009
    Location
    Wales
    Posts
    1,074
    Liked
    169

    Re: How to add Customs to your R63 Retro.

    Thanks Guys.

  6. #5
    // Razorlight - America
    Rank
    Subscriber
    Join Date
    Jun 2011
    Location
    Southampton.
    Posts
    1,606
    Liked
    260

    Re: How to add Customs to your R63 Retro.

    Thanks Sean. Finally.. Noobs might stop posting useless threads.

  7. #6
    Custom User Title
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    地下鉄
    Posts
    2,515
    Liked
    392

    Re: How to add Customs to your R63 Retro.

    N0thing will stop them unless RZ closes^...
    Good tut Sean

  8. #7
    Back from temporary leave
    Rank
    Member +
    Join Date
    Nov 2010
    Location
    :O You PERVERT!
    Posts
    978
    Liked
    62

    Re: How to add Customs to your R63 Retro.

    :l Make a tutorial next on how to get rid of is_arrow and cost_snow THOSE TWO ARE ANNOYING.......

  9. #8
    Wink Wink ;)
    Rank
    Member +
    Join Date
    Nov 2009
    Location
    Wales
    Posts
    1,074
    Liked
    169

    Re: How to add Customs to your R63 Retro.

    Thanks for the comments guys.

  10. #9
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jun 2009
    Location
    Netherlands
    Posts
    812
    Liked
    121

    Re: How to add Customs to your R63 Retro.

    great tutorial for the beginners<3

  11. #10
    Wink Wink ;)
    Rank
    Member +
    Join Date
    Nov 2009
    Location
    Wales
    Posts
    1,074
    Liked
    169

    Re: How to add Customs to your R63 Retro.

    Thanks for the comments guys.

  12. #11
    // Razorlight - America
    Rank
    Subscriber
    Join Date
    Jun 2011
    Location
    Southampton.
    Posts
    1,606
    Liked
    260

    Re: How to add Customs to your R63 Retro.

    Thanks for the tut Sean <3

  13. #12
    C-images website soon
    Rank
    Member +
    Join Date
    May 2010
    Location
    England, UK
    Posts
    1,283
    Liked
    166

    Re: How to add Customs to your R63 Retro.

    Quote Originally Posted by wy479 View Post
    :l Make a tutorial next on how to get rid of is_arrow and cost_snow THOSE TWO ARE ANNOYING.......
    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.

  14. #13
    Wink Wink ;)
    Rank
    Member +
    Join Date
    Nov 2009
    Location
    Wales
    Posts
    1,074
    Liked
    169

    Re: How to add Customs to your R63 Retro.

    Just edit the structure for is_arrow and cost_snow.

  15. #14
    Newbie
    Rank
    Newbie
    Join Date
    Feb 2012
    Posts
    1
    Liked
    0

    Re: How to add Customs to your R63 Retro.

    Quote Originally Posted by Seano2o6 View Post
    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

    PHP Code:
    CATID 
    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:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES 
    (3240011494'32400114''CP_V1_MarvelR4'3001),
    (
    3240011594'32400115''CP_V1_MarvelR5'3001),
    (
    3240011694'32400116''CP_V1_MarvelR6'3001); 
    3.
    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.

    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'111'1''0''0'32400114'1''1''1''1''1''default'1'0''0'),
    (
    32400115'Marvel: Ghost Rider''CP_V1_MarvelR5''s'111'1''0''0'32400115'1''1''1''1''1''default'1'0''0'),
    (
    32400116'Marvel: Captain America''CP_V1_MarvelR6''s'111'1''0''0'32400116'1''1''1''1''1''default'1'0''0'); 
    5.
    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

    Yeah, If I don't own the hotel can i still do this say if i have admin rights?

  16. #15
    Member
    Rank
    Newbie
    Join Date
    Mar 2011
    Posts
    48
    Liked
    0

    Re: How to add Customs to your R63 Retro.

    I having problems on a phoenix php how would you add customs through there?

 

 
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •