Welcome to the RaGEZONE - MMORPG development forums.

Summer furni catalog fix

This is a discussion on Summer furni catalog fix within the Habbo Tutorials forums, part of the Habbo Hotel category; Hi, Many people were searching for a way to make the items on the summer catalogue page load, so here ...

LyncusMU
Results 1 to 5 of 5
  1. #1
    Alpha
    Rank
    Member
    Join Date
    May 2009
    Location
    The Netherlands
    Posts
    148
    Liked
    31

    idea Summer furni catalog fix

    Tabo Hotel
    Hi,

    Many people were searching for a way to make the items on the summer catalogue page load, so here is the fix:

    MAKE A BACKUP BEFORE YOU DO THIS!
    1. Delete bw_jaws in catalog_items
    2. Create a new furniture bw_jaws to with the sprite id 4336
    3. Create a new catalog_items bw_jaws
    4. :update_items, and :refresh_catalogue
    5. You're done!

    Hopefully this was helpfull.

    Fore those who can't make the SQL..
    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`, `foot_figure`) VALUES
    (599389'Mandibula''bw_jaws''i'000'0''0''0'4336'1''1''1''1''1''default'1'0''0'0); 
    PHP Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
    (77082575'599839''bw_jaws'5001); 

    Result


    Doesn't it work for you? Reply in the topic!

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Delta Subscription
    Rank
    Subscriber
    Join Date
    Jun 2010
    Location
    Sussex, England
    Posts
    1,562
    Liked
    312

    Re: Summer furni catalog fix

    Thanks for this, a great tutorial and such a 'needed' fix.

  4. #3
    CF Web Developer
    Rank
    Member +
    Join Date
    Dec 2010
    Location
    Lincoln, UK
    Posts
    1,077
    Liked
    408

    Re: Summer furni catalog fix

    Thanks, this didn't work - but it helped me pinpoint the main cause of my problem. T'was a non-existent surfboard that dc'ed upon purchase - that stopped the other catalogue images in that section to show.. xD

    So, in a sense, this DID help me ;)

    ~Jak

  5. #4
    Steve jobbs 1995 - 2011.
    Rank
    Member +
    Join Date
    Jul 2008
    Location
    Dutch
    Posts
    268
    Liked
    39

    Re: Summer furni catalog fix

    This didnt work, Now i need to fix the catalogue cache-.-"

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

    Re: Summer furni catalog fix

    Didn't work. But as Jak said. It helped me find the problem.

 

 

Posting Permissions

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