New Horse Furni

Page 1 of 2 12 LastLast
Results 1 to 15 of 26
  1. #1
    Infraction Banned HabMoon is offline
    MemberRank
    Jun 2007 Join Date
    HM OfficesLocation
    3,068Posts

    thumbs up New Horse Furni

    Hellow! (:
    It's been a while since new furni got uploaded, but whatever here you go.

    Screen:


    Download:
    Mediafire - By HabMoon

    SQL/Furnidata:
    Spoiler:
    Furnidata:
    Code:
    ["s","30940","obstacle_oxer2","40210","4","2","3","","obstacle_oxer2 name","Sulake","","-1","-1","","1"],
    ["s","30941","obstacle_oxer3","39962","4","2","3","","obstacle_oxer3 name","Sulake","","-1","-1","","1"],
    ["s","30942","obstacle_water","40210","4","2","3","","obstacle_water name","HabMoon","","-1","-1","","1"],
    ["s","30943","obstacle_water2","40210","4","2","3","","obstacle_water2 name","HabMoon","","-1","-1","","1"],
    ["s","30944","obstacle_water3","40210","4","2","3","","obstacle_water3 name","HabMoon","","-1","-1","","1"],
    ["s","30945","horse_fin_poster2","40210","4","2","1","","horse_fin_poster2 name","horse_fin_poster2 desc","","-1","-1","","1"]
    ["s","30946","horse_fin_poster3","40210","4","2","1","","horse_fin_poster3 name","horse_fin_poster3 desc","","-1","-1","","1"],
    ["s","30947","horse_fin_flag2","40210","4","1","1","","horse_fin_flag2 name","horse_fin_flag2 desc","","-1","-1","","1"],
    ["s","30948","horse_fin_flag3","40210","4","1","1","","horse_fin_flag3 name","horse_fin_flag3 desc","","-1","-1","","1"],
    ["s","30949","horse_track_gate","40210","4","2","1","","horse_track_gate name","horse_track_gate desc","","-1","-1","","1"],
    ["s","30950","horse_hopper","40210","2","1","1","","horse_hopper name","Needs coding to work damn Aaron","","-1","-1","4","1"],
    ["s","30951","horse_hairstyle_7","40150","2","1","1","","horse_hairstyle_7 name","Needs coding to work damn Aaron","","-1","-1","15 2,3 107,107 1,1","14"],
    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`) VALUES
    (30940, 'obstacle_oxer2', 'obstacle_oxer2', 's', 2, 3, 0, '0', '0', '1', 30940, '1', '1', '0', '1', '1', 'default', 5, '0', '0'),
    (30941, 'obstacle_oxer3', 'obstacle_oxer3', 's', 2, 3, 0, '0', '0', '1', 30941, '1', '1', '0', '1', '1', 'default', 5, '0', '0'),
    (30942, 'obstacle_water', 'obstacle_water', 's', 2, 3, 0, '0', '0', '1', 30942, '1', '1', '0', '1', '1', 'default', 5, '0', '0'),
    (30943, 'obstacle_water2', 'obstacle_water2', 's', 2, 3, 0, '0', '0', '1', 30943, '1', '1', '0', '1', '1', 'default', 5, '0', '0'),
    (30944, 'obstacle_water3', 'obstacle_water3', 's', 2, 3, 0, '0', '0', '1', 30944, '1', '1', '0', '1', '1', 'default', 5, '0', '0'),
    (30945, 'horse_fin_poster2', 'horse_fin_poster2', 's', 2, 1, 0.01, '1', '0', '1', 30945, '1', '1', '0', '1', '1', 'default', 5, '0', '0'),
    (30946, 'horse_fin_poster3', 'horse_fin_poster3', 's', 2, 1, 0.01, '1', '0', '1', 30946, '1', '1', '0', '1', '1', 'default', 5, '0', '0'),
    (30947, 'horse_fin_flag2', 'horse_fin_flag2', 's', 1, 1, 1, '0', '0', '0', 30947, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
    (30948, 'horse_fin_flag3', 'horse_fin_flag3', 's', 1, 1, 1, '0', '0', '0', 30948, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
    (30949, 'horse_track_gate', 'horse_track_gate', 's', 2, 1, 0.01, '0', '0', '0', 30949, '1', '1', '0', '1', '1', 'gate', 2, '0', '0'),
    (30950, 'horse_hopper', 'horse_hopper', 's', 1, 1, 0.01, '0', '0', '1', 30950, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
    (30951, 'horse_hairstyle_7', 'horse_hairstyle_7', 's', 1, 1, 0, '0', '0', '0', 30951, '1', '1', '0', '1', '1', 'default', 1, '0', '0');
    Catalogue items:
    Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES
    (NULL, PageID, '30940', 'obstacle_oxer2', 3, 0, 0, 1, '0'),
    (NULL, PageID, '30941', 'obstacle_oxer3', 3, 0, 0, 1, '0'),
    (NULL, PageID, '30942', 'obstacle_water', 3, 0, 0, 1, '0'),
    (NULL, PageID, '30943', 'obstacle_water2', 3, 0, 0, 1, '0'),
    (NULL, PageID, '30944', 'obstacle_water3', 3, 0, 0, 1, '0'),
    (NULL, PageID, '30945', 'horse_fin_poster2', 3, 0, 0, 1, '0'),
    (NULL, PageID, '30946', 'horse_fin_poster3', 3, 0, 0, 1, '0'),
    (NULL, PageID, '30947', 'horse_fin_flag2', 3, 0, 0, 1, '0'),
    (NULL, PageID, '30948', 'horse_fin_flag3', 3, 0, 0, 1, '0'),
    (NULL, PageID, '30949', 'horse_track_gate', 3, 0, 0, 1, '0'),
    (NULL, PageID, '30950', 'horse_hopper', 3, 0, 0, 1, '0'),
    (NULL, PageID, '30951', 'horse_hairstyle_7', 3, 0, 0, 1, '0');


    Cya'
    HabMoon

    Like furni? Like release? Like thread!


  2. #2
    this is title Shredinator is offline
    MemberRank
    May 2011 Join Date
    399Posts

    Re: New Horse Furni

    Thanks

  3. #3
    Member Interman is offline
    MemberRank
    Feb 2012 Join Date
    77Posts

    Re: New Horse Furni

    Thank you so much! Never, ever, ever, ever! Disappoints us!

  4. #4
    Ex-Supervisor Sean is offline
    LegendRank
    Jun 2007 Join Date
    JerseyLocation
    4,097Posts

    Re: New Horse Furni

    Thanks for this Laurens. Much appreciated.
    Last edited by Sean; 14-03-12 at 04:19 AM.

  5. #5
    No longer active... -_- Tha Matrix is offline
    MemberRank
    Apr 2011 Join Date
    Void.Location
    1,090Posts

    Re: New Horse Furni

    Thanks For this ^^ - Can't Do anything since I'm on new Laptop ^^

  6. #6
    son, i am disappointed Squashing is offline
    MemberRank
    Apr 2011 Join Date
    CaliforniaLocation
    683Posts

    Re: New Horse Furni

    Finally , really nice

  7. #7
    Preparing Riizq is offline
    MemberRank
    Sep 2011 Join Date
    1,829Posts

    Re: New Horse Furni

    Thanks, derp =P

  8. #8
    Account Upgraded | Title Enabled! J4y2 is offline
    MemberRank
    Feb 2012 Join Date
    South KoreaLocation
    317Posts

    Re: New Horse Furni

    Habmoon Is The Best!

  9. #9
    Overruled ! DarkWing is offline
    MemberRank
    Dec 2011 Join Date
    345Posts

    Re: New Horse Furni

    Ahh yes. Thanks. i'll be adding this to my hotel right now.

  10. #10
    Proficient Member Remko is offline
    MemberRank
    Sep 2010 Join Date
    161Posts

    Re: New Horse Furni

    the hopper and the horse hair things will go to a corner of my room, how to fix this?
    View BJO7yt.jpg on ScreenSnapr

  11. #11

    Re: New Horse Furni

    Quote Originally Posted by Remko View Post
    the hopper and the horse hair things will go to a corner of my room, how to fix this?
    View BJO7yt.jpg on ScreenSnapr
    Yes, I have this problem to. Does anyone know something here?



    -----------------------
    Sorry for my bad English. I am a Dutchman!

  12. #12
    IT-Developer djboetz is offline
    MemberRank
    Aug 2010 Join Date
    SwedenLocation
    210Posts

    Re: New Horse Furni

    Great Release.
    I must admit that you are the best furni ripper from habbo.

  13. #13
    Account Upgraded | Title Enabled! =dj.matias= is offline
    MemberRank
    Apr 2008 Join Date
    FinlandLocation
    381Posts

    Re: New Horse Furni

    Quote Originally Posted by Remko View Post
    the hopper and the horse hair things will go to a corner of my room, how to fix this?
    View BJO7yt.jpg on ScreenSnapr
    You use too old habbo swf...

  14. #14
    Proficient Member Remko is offline
    MemberRank
    Sep 2010 Join Date
    161Posts

    Re: New Horse Furni

    and where do I get a new one with horses?

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

    Re: New Horse Furni

    You probably use Phoenix like everyone does these day's. You can't get them working without the newest swf, but you can't use that swf with the latest phoenix build.



Page 1 of 2 12 LastLast

Advertisement