[RELEASE] Habboween 2014 Furniture [Mercury]

Results 1 to 23 of 23
  1. #1
    Valued Member Tico Triest is offline
    MemberRank
    Sep 2012 Join Date
    The NetherlandsLocation
    112Posts

    happy [RELEASE] Habboween 2014 Furniture [Mercury]

    Hello Ragezone!

    Here i share the SQLS and Furni with graphic tags AND furnidata.xml for the new Habboween 2014 Furniture.

    It is for Mercury Emulator.

    Bubai!

    Link to download:
    Click!

    (The files are already in the correct Revision map.)
    Last edited by Tico Triest; 30-09-14 at 11:34 AM. Reason: Link URL was wrong


  2. #2
    Gladius tehDrunk is offline
    MemberRank
    Mar 2013 Join Date
    216Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    AWESOME MAN!
    I'll test it, thank you so much

    *edit*
    furniture.sql error:
    [Err] 1136 - Column count doesn't match value count at row 1
    Last edited by tehDrunk; 30-09-14 at 11:48 AM.

  3. #3
    Valued Member Tico Triest is offline
    MemberRank
    Sep 2012 Join Date
    The NetherlandsLocation
    112Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    not possible. for Mercury Emulator 2.3 This SQL works.

  4. #4
    Novice Dianar4 is offline
    MemberRank
    Sep 2014 Join Date
    2Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    I have a problem, the furnis look like a black box.

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

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    Something isn't matching with the furni, so you will get a black box.
    Last edited by Squashing; 30-09-14 at 04:39 PM.

  6. #6
    Ragezone Furni Releaser maartenvn is offline
    MemberRank
    Dec 2012 Join Date
    Ragezone WorldLocation
    928Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    Wy making a hole new thread.
    Just post it in the thread of Shield.

  7. #7
    Valued Member Tico Triest is offline
    MemberRank
    Sep 2012 Join Date
    The NetherlandsLocation
    112Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    I Don'tget it.. It worked for me?

  8. #8
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    [Err] 1265 - Data truncated for column 'club_only' at row 1

  9. #9
    Novice Dianar4 is offline
    MemberRank
    Sep 2014 Join Date
    2Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    How do I edit the furnidata.xml?

  10. #10
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    Got the most of them working, only the wall one doesnt work. If i click on it, it d/c me.

  11. #11
    No need of reading this Rush Retros is offline
    MemberRank
    Dec 2013 Join Date
    DenmarkLocation
    365Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    Quote Originally Posted by Twan View Post
    Got the most of them working, only the wall one doesnt work. If i click on it, it d/c me.
    if he used the sql generator as i think he did, u need to edit the sprite id

  12. #12
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    Quote Originally Posted by Rush Retros View Post
    if he used the sql generator as i think he did, u need to edit the sprite id
    Thanks, ive edited it to 4577 and it works now. Only problem now is that the lovelock isnt showing an image in the catalogue, but if you click on it it will show the furni, what is this?

    Also, the port doesnt open...?

  13. #13
    Enthusiast feyestan is offline
    MemberRank
    Jan 2009 Join Date
    HollandLocation
    44Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    Quote Originally Posted by Twan View Post
    Thanks, ive edited it to 4577 and it works now. Only problem now is that the lovelock isnt showing an image in the catalogue, but if you click on it it will show the furni, what is this?

    Also, the port doesnt open...?
    This is the fixed furni file for the lovelock, replace it with the one you have.

    http://www29.zippyshare.com/v/20432626/file.html

  14. #14
    Proficient Member Shield Retros is offline
    MemberRank
    Mar 2013 Join Date
    194Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    Was it that hard to post it in the original thread?

  15. #15
    Member Serow is offline
    MemberRank
    Jun 2013 Join Date
    53Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    It don't works!

  16. #16
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    Quote Originally Posted by Serow View Post
    It don't works!
    It works here...

  17. #17
    Apprentice AlBeRtOo is offline
    MemberRank
    Jan 2014 Join Date
    12Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    It maybe doesn't work because you hava another column order in your furniture table, try using this query for update de furniture:

    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES

    (93383, '-1', 'hween14_altarpieces1 name', 'hween14_altarpieces1', 's', 1, 1, '0.1', '1', '0', '0', 82276, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');


    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93384, '-1', 'hween14_altarpieces2 name', 'hween14_altarpieces2', 's', 1, 1, '0.1', '1', '0', '0', 82277, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');




    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93385, '-1', 'hween14_altarpieces3 name', 'hween14_altarpieces3', 's', 1, 1, '0.1', '1', '0', '0', 82278, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93386, '-1', 'hween14_bed name', 'hween14_bed', 's', 1, 3, '1.7', '1', '0', '0', 82279, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93387, '-1', 'hween14_bench name', 'hween14_bench', 's', 2, 1, '1.3', '1', '0', '0', 82280, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93388, '-1', 'hween14_candletrail name', 'hween14_candletrail', 's', 1, 1, '0.1', '1', '0', '0', 82281, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93389, '-1', 'hween14_carpet name', 'hween14_carpet', 's', 2, 2, '0.1', '1', '0', '0', 82282, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93390, '-1', 'hween14_catrina name', 'hween14_catrina', 's', 1, 1, '1', '1', '0', '0', 82283, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93391, '-1', 'hween14_chair name', 'hween14_chair', 's', 1, 1, '1.55', '1', '0', '0', 82284, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93392, '-1', 'hween14_crn name', 'hween14_crn', 's', 1, 1, '2.2', '1', '0', '0', 82285, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93393, '-1', 'hween14_divdr name', 'hween14_divdr', 's', 2, 1, '2.2', '1', '0', '0', 82286, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93394, '-1', 'hween14_doll1 name', 'hween14_doll1', 's', 1, 1, '1', '1', '0', '0', 82287, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93395, '-1', 'hween14_doll10 name', 'hween14_doll10', 's', 1, 1, '1', '1', '0', '0', 82288, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93396, '-1', 'hween14_doll2 name', 'hween14_doll2', 's', 1, 1, '1', '1', '0', '0', 82289, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93397, '-1', 'hween14_doll3 name', 'hween14_doll3', 's', 1, 1, '1', '1', '0', '0', 82290, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93398, '-1', 'hween14_doll4 name', 'hween14_doll4', 's', 1, 1, '1', '1', '0', '0', 82291, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93399, '-1', 'hween14_doll5 name', 'hween14_doll5', 's', 1, 1, '1', '1', '0', '0', 82292, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93400, '-1', 'hween14_doll6 name', 'hween14_doll6', 's', 1, 1, '1', '1', '0', '0', 82293, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93401, '-1', 'hween14_doll7 name', 'hween14_doll7', 's', 1, 1, '1', '1', '0', '0', 82294, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93402, '-1', 'hween14_doll8 name', 'hween14_doll8', 's', 1, 1, '1', '1', '0', '0', 82295, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93403, '-1', 'hween14_doll9 name', 'hween14_doll9', 's', 1, 1, '1', '1', '0', '0', 82296, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93404, '-1', 'hween14_floor name', 'hween14_floor', 's', 2, 2, '0.1', '1', '0', '0', 82297, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93405, '-1', 'hween14_flowerpot name', 'hween14_flowerpot', 's', 1, 1, '1', '1', '0', '0', 82298, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93406, '-1', 'hween14_flowertrail name', 'hween14_flowertrail', 's', 1, 1, '0.1', '1', '0', '0', 82299, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93407, '-1', 'hween14_food name', 'hween14_food', 's', 1, 1, '1', '1', '0', '0', 82300, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93408, '-1', 'hween14_gate name', 'hween14_gate', 's', 2, 1, '0.01', '1', '0', '0', 82301, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93409, '-1', 'hween14_goat name', 'hween14_goat', 's', 1, 1, '1', '1', '0', '0', 82302, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93410, '-1', 'hween14_grossfood name', 'hween14_grossfood', 's', 1, 1, '1', '1', '0', '0', 82303, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93411, '-1', 'hween14_hangskull name', 'hween14_hangskull', 's', 1, 1, '0', '1', '0', '0', 82304, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93412, '-1', 'hween14_hccoffin name', 'hween14_hccoffin', 's', 1, 3, '0.9', '1', '0', '0', 82305, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93413, '-1', 'hween14_hcglass name', 'hween14_hcglass', 's', 1, 1, '1', '1', '0', '0', 82306, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93414, '-1', 'hween14_hctele name', 'hween14_hctele', 's', 1, 1, '0.2', '1', '0', '0', 82307, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93415, '-1', 'hween14_lovelock name', 'hween14_lovelock', 's', 1, 1, '1', '1', '0', '0', 82308, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93416, '-1', 'hween14_mariachi name', 'hween14_mariachi', 's', 1, 1, '1', '1', '0', '0', 82309, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93417, '-1', 'hween14_mirror name', 'hween14_mirror', 's', 1, 1, '0.01', '1', '0', '0', 82310, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93418, '-1', 'hween14_rare2 name', 'hween14_rare2', 's', 1, 2, '0.1', '1', '0', '0', 82311, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93419, '-1', 'hween14_skelepieces name', 'hween14_skelepieces', 's', 1, 1, '0.1', '1', '0', '0', 82312, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93420, '-1', 'hween14_skullcandle name', 'hween14_skullcandle', 's', 1, 1, '1', '1', '0', '0', 82313, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93421, '-1', 'hween14_skulllight name', 'hween14_skulllight', 's', 1, 1, '0.1', '1', '0', '0', 82314, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93422, '-1', 'hween14_stainglass name', 'hween14_stainglass', 's', 2, 1, '1', '1', '0', '0', 82315, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93423, '-1', 'hween14_table name', 'hween14_table', 's', 2, 1, '1', '1', '0', '0', 82316, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93424, '-1', 'hween14_teleport name', 'hween14_teleport', 's', 1, 1, '0.1', '1', '0', '0', 82317, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');
    INSERT INTO `furniture` (`id`, `flat_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`, `stack_multiplier`, `subscriber`, `effectid`) VALUES (93425, '-1', 'hween14_wall name', 'hween14_wall', 'i', 2, 1, '1', '1', '0', '0', 82318, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');


  18. #18
    Enthusiast Haplo is offline
    MemberRank
    Sep 2013 Join Date
    NederlandLocation
    34Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    MEGA says "Temporary error, retrying.".
    Last edited by Haplo; 18-10-14 at 09:04 PM.

  19. #19
    Apprentice xGabriiel is offline
    MemberRank
    Sep 2010 Join Date
    5Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    MEGA error: Temporary error retrying. Upload to mediafire? :D

  20. #20
    Member sunnie is offline
    MemberRank
    Mar 2011 Join Date
    75Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    Quote Originally Posted by Tico Triest View Post
    Hello Ragezone!

    Here i share the SQLS and Furni with graphic tags AND furnidata.xml for the new Habboween 2014 Furniture.

    It is for Mercury Emulator.

    Bubai!

    Link to download:
    Click!

    (The files are already in the correct Revision map.)
    I have this, all the furni's are in the correctly revision map, but, i delete my cache, and relog, and have tis to. You know the issue?

    Greetz Nabro, i hope you can fix it :s..

    (Sorry for my bad english, i'm dutch)

    - - - Updated - - -

    Quote Originally Posted by sunnie View Post
    I have this, all the furni's are in the correctly revision map, but, i delete my cache, and relog, and have tis to. You know the issue?

    Greetz Nabro, i hope you can fix it :s..

    (Sorry for my bad english, i'm dutch)
    and i use furnidata_XML_en.xml

  21. #21
    Apprentice xGabriiel is offline
    MemberRank
    Sep 2010 Join Date
    5Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    Quote Originally Posted by sunnie View Post
    I have this, all the furni's are in the correctly revision map, but, i delete my cache, and relog, and have tis to. You know the issue?

    Greetz Nabro, i hope you can fix it :s..

    (Sorry for my bad english, i'm dutch)

    - - - Updated - - -


    and i use furnidata_XML_en.xml

    I have the same problem!

  22. #22
    Member sunnie is offline
    MemberRank
    Mar 2011 Join Date
    75Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    Quote Originally Posted by xGabriiel View Post
    I have the same problem!
    FIXED! @Gabriel, you must place the furnidata, the roomitems in <roomitemtype></roomitemtype>

  23. #23
    Valued Member Lancey is offline
    MemberRank
    Apr 2013 Join Date
    131Posts

    Re: [RELEASE] Habboween 2014 Furniture [Mercury]

    Quote Originally Posted by sunnie View Post
    FIXED! @Gabriel, you must place the furnidata, the roomitems in <roomitemtype></roomitemtype>
    what do you mean???



Advertisement