Room background + Animated Clouds

Page 1 of 2 12 LastLast
Results 1 to 25 of 42
  1. #1
    Infraction Banned HabMoon is offline
    Grand MasterRank
    Jun 2007 Join Date
    HM OfficesLocation
    3,068Posts

    big grin Room background + Animated Clouds

    Hey there'

    Its getting cloudy this Friday...!
    For a limited time we will have a new seasonal currency! “CLOUDS!”
    Every time you purchase credits you will receive clouds. You can get your hands on most things with clouds, including…**drum roll**

    Brand NEW colour changing background Furni!
    Screen:

    Note; clouds are animated.

    Download:
    Room backround + Clouds - By HabMoon.rar

    Furnidata+SQL:
    Spoiler:
    Furniture:
    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`, `height_adjustable`) VALUES(NULL, 'Room background', 'roombg_mountains1', 's', 1, 1, 1, '1', '0', '0', 31481, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0'),
    (NULL, 'Room Cloud dark', 'roombg_cloud_dark', 's', 1, 1, 1, '1', '0', '0', 31482, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0'),
    (NULL, 'Room Cloud', 'roombg_cloud', 's', 1, 1, 1, '1', '0', '0', 31483, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0'),
    (NULL, 'Room color', 'roombg_color', 's', 1, 1, 1, '1', '0', '0', 31484, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0');
    Catalogue items:
    Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
    (NULL, PageID, '31481', 'roombg_mountains1', 5, 0, 0, 1, '0', 0),
    (NULL, PageID, '31482', 'roombg_cloud_dark', 5, 0, 0, 1, '0', 0),
    (NULL, PageID, '31483', 'roombg_cloud', 5, 0, 0, 1, '0', 0),
    (NULL, PageID, '31484', 'roombg_color', 5, 0, 0, 1, '0', 0);
    Furnidata:
    Code:
    ["s","31481","roombg_mountains1","43280","0","1","1","","Mountains Background","Room background; A mountainous scenic background for your room","","-1","-1","","1"],
    ["s","31482","roombg_cloud_dark","43280","0","1","1","","Dark Cloud Machine","Room background: A dark cloud that floats past your room","","-1","-1","","1"],
    ["s","31483","roombg_cloud","43280","0","1","1","","Cloud Machine","Room background: A cloud that floats past your room","","-1","-1","","1"],
    ["s","31484","roombg_color","43280","0","1","1","","Background Toner","Room background: Add some colour to your room background!","","-1","-1","","1"],


    How-to:
    - Just boxes, put them in the room, double click for the clouds, double click again and they're gone.
    - The Color switching box won't work (needs to be coded) (function: changes the black bg to something of your choice)
    - Background: Put it in a room or make special modeldata for it so it fits, when color box work it looks better.


    Cya'
    HabMoon
    Like release? Like thread!
    Last edited by HabMoon; 07-09-12 at 04:13 PM.


  2. #2
    ☮TAKU???? seanrom is offline
    Grand MasterRank
    Nov 2009 Join Date
    1,004Posts

    Re: Room background + Animated Clouds

    Love it, keep it up

  3. #3
    Elite Member rory129 is offline
    Member +Rank
    May 2009 Join Date
    МанчестLocation
    233Posts

    Re: Room background + Animated Clouds

    Quote Originally Posted by HabMoon View Post
    Hey there'



    Screen:

    Note; clouds are animated.

    Download:
    Room backround + Clouds - By HabMoon.rar

    Furnidata+SQL:
    Spoiler:
    Furniture:
    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`, `height_adjustable`) VALUES(NULL, 'Room background', 'roombg_mountains1', 's', 1, 1, 1, '1', '0', '0', 31481, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0'),
    (NULL, 'Room Cloud dark', 'roombg_cloud_dark', 's', 1, 1, 1, '1', '0', '0', 31482, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0'),
    (NULL, 'Room Cloud', 'roombg_cloud', 's', 1, 1, 1, '1', '0', '0', 31483, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0'),
    (NULL, 'Room color', 'roombg_color', 's', 1, 1, 1, '1', '0', '0', 31484, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0');
    Catalogue items:
    Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
    (NULL, PageID, '31481', 'roombg_mountains1', 5, 0, 0, 1, '0', 0),
    (NULL, PageID, '31482', 'roombg_cloud_dark', 5, 0, 0, 1, '0', 0),
    (NULL, PageID, '31483', 'roombg_cloud', 5, 0, 0, 1, '0', 0),
    (NULL, PageID, '31484', 'roombg_color', 5, 0, 0, 1, '0', 0);
    Furnidata:
    Code:
    ["s","31481","roombg_mountains1","43280","0","1","1","","Mountains Background","Room background; A mountainous scenic background for your room","","-1","-1","","1"],
    ["s","31482","roombg_cloud_dark","43280","0","1","1","","Dark Cloud Machine","Room background: A dark cloud that floats past your room","","-1","-1","","1"],
    ["s","31483","roombg_cloud","43280","0","1","1","","Cloud Machine","Room background: A cloud that floats past your room","","-1","-1","","1"],
    ["s","31484","roombg_color","43280","0","1","1","","Background Toner","Room background: Add some colour to your room background!","","-1","-1","","1"],


    How-to:
    - Just boxes, put them in the room, double click for the clouds, double click again and they're gone.
    - The Color switching box won't work (needs to be coded) (function: changes the black bg to something of your choice)
    - Background: Put it in a room or make special modeldata for it so it fits, when color box work it looks better.


    Cya'
    HabMoon
    Like release? Like thread!
    Great release :)

  4. #4
    Sorcerer Supreme Jhonn is offline
    Member +Rank
    Jun 2012 Join Date
    257Posts

    Re: Room background + Animated Clouds

    WUT thanks amazing!

  5. #5
    Make a wish .::Arjan::. is offline
    Grand MasterRank
    Jan 2012 Join Date
    the NetherlandsLocation
    504Posts

    Re: Room background + Animated Clouds

    I like, thanks Laurens ;)

  6. #6
    Epic Member ;) PoyzenCookie is offline
    Grand MasterRank
    Aug 2011 Join Date
    EnglandLocation
    659Posts

    Re: Room background + Animated Clouds

    Thanks Habmoon. This stuff will look great when it's 100% working!

    Your background needs to be edited a little though ;) maybe a few pixels higher <3

    "exoh"

  7. #7
    Sorcerer Supreme Jess is offline
    Member +Rank
    May 2012 Join Date
    WalesLocation
    329Posts

    Re: Room background + Animated Clouds

    Just came online to find this and knew it'd be you releasing. You never fail to please haha, thanks for this.

  8. #8
    Sorcerer Supreme JustTime is offline
    Member +Rank
    Aug 2012 Join Date
    GermanyLocation
    417Posts

    Re: Room background + Animated Clouds

    Thanks mate, I really like this Furnis.

  9. #9
    Make a wish .::Arjan::. is offline
    Grand MasterRank
    Jan 2012 Join Date
    the NetherlandsLocation
    504Posts

    Re: Room background + Animated Clouds

    Quote Originally Posted by Oleaa View Post
    This thread is not for support, post here: Habbo Help - Habbo Development - RaGEZONE forums
    Make the id shoter in catalog_items and furniture

  10. #10
    idk what to put here Joseph is offline
    Grand MasterRank
    Oct 2007 Join Date
    CanehdaLocation
    1,315Posts

    Re: Room background + Animated Clouds

    Are you just a legend. Good work as always.

  11. #11
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,613Posts

    Re: Room background + Animated Clouds

    Pretty funny how no one reply to my thread even though I was first :(
    Last edited by The General; 07-09-12 at 07:42 PM.

  12. #12
    Zephyr Studios PRIZM is offline
    Grand MasterRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: Room background + Animated Clouds

    Quote Originally Posted by tdid View Post
    Pretty funny how no one reply to my thread even though I was first :(
    I'll do!
    Great release HabMoon!=D

  13. #13
    Sorcerer Supreme SkeetEmUp is offline
    Member +Rank
    Aug 2011 Join Date
    358Posts

    Re: Room background + Animated Clouds

    Thanks but when they're in your room they look a bit ugly. Sily Habbo.

  14. #14
    Newbie Intiv is offline
    MemberRank
    May 2012 Join Date
    NorwayLocation
    21Posts

    Re: Room background + Animated Clouds

    Should I insert a number instead of NULL here?
    Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
    (NULL, PageID, '31481', 'roombg_mountains1', 5, 0, 0, 1, '0', 0),
    (NULL, PageID, '31482', 'roombg_cloud_dark', 5, 0, 0, 1, '0', 0),
    (NULL, PageID, '31483', 'roombg_cloud', 5, 0, 0, 1, '0', 0),
    (NULL,

  15. #15
    Infraction Banned HabMoon is offline
    Grand MasterRank
    Jun 2007 Join Date
    HM OfficesLocation
    3,068Posts

    Re: Room background + Animated Clouds

    You could. I use NULL cause my table is set on auto_increment (which will give the latest ID+1 so you never get those 'duplicate' errors)

  16. #16
    Member Creative is offline
    MemberRank
    Sep 2007 Join Date
    26Posts

    Re: Room background + Animated Clouds

    How do i fix "Unkown Column 'height_adjustable' in 'field_list'" ?

  17. #17
    Member Sheenieboy is offline
    MemberRank
    Jan 2012 Join Date
    66Posts

    Re: Room background + Animated Clouds

    Thats for phoenix 3.9.0, make sure you have your database updated, if your using phoenix that is

  18. #18
    Newbie Xander4399 is offline
    MemberRank
    Mar 2010 Join Date
    14Posts

    Re: Room background + Animated Clouds

    Nice but when i did everything and i start my Phoenix i get this error, does some one how to fix this


  19. #19
    Elite Member Thekguy is offline
    Member +Rank
    Dec 2011 Join Date
    DksvLocation
    122Posts

    Re: Room background + Animated Clouds

    Quote Originally Posted by HabMoon View Post
    Hey there'



    Screen:

    Note; clouds are animated.

    Download:
    Room backround + Clouds - By HabMoon.rar

    Furnidata+SQL:
    Spoiler:
    Furniture:
    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`, `height_adjustable`) VALUES(NULL, 'Room background', 'roombg_mountains1', 's', 1, 1, 1, '1', '0', '0', 31481, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0'),
    (NULL, 'Room Cloud dark', 'roombg_cloud_dark', 's', 1, 1, 1, '1', '0', '0', 31482, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0'),
    (NULL, 'Room Cloud', 'roombg_cloud', 's', 1, 1, 1, '1', '0', '0', 31483, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0'),
    (NULL, 'Room color', 'roombg_color', 's', 1, 1, 1, '1', '0', '0', 31484, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0');
    Catalogue items:
    Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
    (NULL, PageID, '31481', 'roombg_mountains1', 5, 0, 0, 1, '0', 0),
    (NULL, PageID, '31482', 'roombg_cloud_dark', 5, 0, 0, 1, '0', 0),
    (NULL, PageID, '31483', 'roombg_cloud', 5, 0, 0, 1, '0', 0),
    (NULL, PageID, '31484', 'roombg_color', 5, 0, 0, 1, '0', 0);
    Furnidata:
    Code:
    ["s","31481","roombg_mountains1","43280","0","1","1","","Mountains Background","Room background; A mountainous scenic background for your room","","-1","-1","","1"],
    ["s","31482","roombg_cloud_dark","43280","0","1","1","","Dark Cloud Machine","Room background: A dark cloud that floats past your room","","-1","-1","","1"],
    ["s","31483","roombg_cloud","43280","0","1","1","","Cloud Machine","Room background: A cloud that floats past your room","","-1","-1","","1"],
    ["s","31484","roombg_color","43280","0","1","1","","Background Toner","Room background: Add some colour to your room background!","","-1","-1","","1"],


    How-to:
    - Just boxes, put them in the room, double click for the clouds, double click again and they're gone.
    - The Color switching box won't work (needs to be coded) (function: changes the black bg to something of your choice)
    - Background: Put it in a room or make special modeldata for it so it fits, when color box work it looks better.


    Cya'
    HabMoon
    Like release? Like thread!
    can is ee a previeuw
    Edit theyre not working o.o
    Last edited by Thekguy; 08-09-12 at 04:17 PM.

  20. #20
    Infraction Banned HabMoon is offline
    Grand MasterRank
    Jun 2007 Join Date
    HM OfficesLocation
    3,068Posts

    Re: Room background + Animated Clouds

    How am I able to give a screen preview if they're not working.

    Make sure all your id's match (for catalog_items it doesn't matter. make sure the itemid in catalog item sql is equal to furniture and make sure the sprite id is right in furniture)

    Alot of nice comments haha, thanks appreciated :)

  21. #21
    Elite Member Gilibert is offline
    Member +Rank
    Jan 2011 Join Date
    236Posts

    Re: Room background + Animated Clouds

    Lovely release - using it Allready

  22. #22

    Nike Air Snacks

    Shoelace is offline

    Super ModRank
    Mar 2012 Join Date
    6,578Posts

    Re: Room background + Animated Clouds

    Wow great release thanks habmoon.

  23. #23
    Sorcerer Supreme NeonCrayonz is offline
    Member +Rank
    Sep 2010 Join Date
    283Posts

    Re: Room background + Animated Clouds

    After reading this had been released. I was wondering if anyone had put it up on RZ, and you had. :D
    Thanks for this!

  24. #24
    son, i am disappointed Squashing is offline
    Grand MasterRank
    Apr 2011 Join Date
    CaliforniaLocation
    683Posts

    Re: Room background + Animated Clouds

    Can someone give the roombg_color packets?

  25. #25
    Elite Member madsmartapple is offline
    Member +Rank
    Mar 2011 Join Date
    United StatesLocation
    145Posts

    Re: Room background + Animated Clouds

    Nice release! Can't wait to put it in MadHotel!



Page 1 of 2 12 LastLast

Advertisement