Loyal Furni [Phoenix & Bfly]

Results 1 to 12 of 12
  1. #1
    Apprentice DawnLight is offline
    MemberRank
    Apr 2013 Join Date
    5Posts

    Loyal Furni [Phoenix & Bfly]

    Here are the new loyal furni on habbo.
    I know it might be pointless releasing the phoenix version but people will and already have found a way to continue using phoenix.

    Screenshots -
    Screenshot by Lightshot - Elk
    Screenshot by Lightshot - Mouse
    Screenshot by Lightshot - Griffin
    Screenshot by Lightshot - Dragon
    Screenshot by Lightshot - Toad

    Phoenix -

    Catalog Items
    Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `vip`) VALUES ('5069', 'PAGEID', '5069', 'loyalty_toad', 4, 0, 1, '0');
    
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `vip`) VALUES ('5070', 'PAGEID', '5070', 'statue_dragon', 4, 0, 1, '0');
    
    
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `vip`) VALUES ('5071', 'PAGEID', '5071', 'statue_griffin', 4, 0, 1, '0');
    
    
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `vip`) VALUES ('5072', 'PAGEID', '5072', 'loyalty_mouse', 4, 0, 1, '0');
    
    
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `vip`) VALUES ('5073', 'PAGEID', '5073', 'statue_elk', 4, 0, 1, '0');
    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 ('5069', 'loyalty_toad', 'loyalty_toad', 's', '2', '2', '1', '0', '0', '0','5069', '1', '1', '0', '1', '1', 'default', 1, '0', '0');
    
    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 ('5070', 'statue_dragon', 'statue_dragon', 's', '1', '2', '1', '0', '0', '0','5070', '1', '1', '0', '1', '1', 'default', 1, '0', '0');
    
    
    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 ('5071', 'statue_griffin', 'statue_griffin', 's', '1', '2', '1', '0', '0', '0','5071', '1', '1', '0', '1', '1', 'default', 1, '0', '0');
    
    
    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 ('5072', 'loyalty_mouse', 'loyalty_mouse', 's', '2', '2', '1', '0', '0', '0','5072', '1', '1', '0', '1', '1', 'default', 1, '0', '0');
    
    
    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 ('5073', 'statue_elk', 'statue_elk', 's', '2', '2', '1', '0', '0', '0','5073', '1', '1', '0', '1', '1', 'default', 1, '0', '0');
    Furnidata :
    Code:
    ["s","5069","loyalty_toad","45691","4","2","2","","Loyal Toad","The friendly toad","","-1","-1","false","-1","-1","false","","1"],["s","5070","statue_dragon","45691","0","1","2","","Loyal Dragon","The majestic dragon.","","-1","-1","false","-1","-1","false","","1"],
    ["s","5071","statue_griffin","45691","0","1","2","","Loyal Griffin","The mythical griffin.","","-1","-1","false","-1","-1","false","","1"],
    ["s","5072","loyalty_mouse","45691","4","2","2","","Loyal Mouse","The loyal and cunning mouse.","","-1","-1","false","-1","-1","false","","1"],
    ["s","5073","statue_elk","45693","4","2","2","","Loyal Elk","The trusty Elk.","","-1","-1","false","-1","-1","false","","1"],
    Butterfly -

    Catalog Items copy -

    Code:
    INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES ('5069', 'PAGEID', '5069', 'loyalty_toad', '4', '0', '1');
    
    INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES ('5070', 'PAGEID', '5070', 'statue_dragon', '4', '0', '1');
    
    
    INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES ('5071', 'PAGEID', '5071', 'statue_griffin', '4', '0', '1');
    
    
    INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES ('5072', 'PAGEID', '5072', 'loyalty_mouse', '4', '0', '1');
    
    
    INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES ('5073', 'PAGEID', '5073', 'statue_elk', '4', '0', '1');
    Item base

    Code:
    INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('5069', 'loyalty_toad', 'loyalty_toad', 's', '2', '2', '1', '0', '0', '0', '5069', '1', '1', '1', '1', '1', 'default', '1', '0');
    
    INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('5070', 'statue_dragon', 'statue_dragon', 's', '1', '2', '1', '0', '0', '0', '5070', '1', '1', '1', '1', '1', 'default', '1', '0');
    
    
    INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('5071', 'statue_griffin', 'statue_griffin', 's', '1', '2', '1', '0', '0', '0', '5071', '1', '1', '1', '1', '1', 'default', '1', '0');
    
    
    INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('5072', 'loyalty_mouse', 'loyalty_mouse', 's', '2', '2', '1', '0', '0', '0', '5072', '1', '1', '1', '1', '1', 'default', '1', '0');
    
    
    INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('5073', 'statue_elk', 'statue_elk', 's', '2', '2', '1', '0', '0', '0', '5073', '1', '1', '1', '1', '1', 'default', '1', '0');

    Furnidata

    Code:
    ["s","5069","loyalty_toad","45691","4","2","2","","Loyal Toad","The friendly toad","","-1","-1","false","-1","-1","false","","1"],["s","5070","statue_dragon","45691","0","1","2","","Loyal Dragon","The majestic dragon.","","-1","-1","false","-1","-1","false","","1"],
    ["s","5071","statue_griffin","45691","0","1","2","","Loyal Griffin","The mythical griffin.","","-1","-1","false","-1","-1","false","","1"],
    ["s","5072","loyalty_mouse","45691","4","2","2","","Loyal Mouse","The loyal and cunning mouse.","","-1","-1","false","-1","-1","false","","1"],
    ["s","5073","statue_elk","45693","4","2","2","","Loyal Elk","The trusty Elk.","","-1","-1","false","-1","-1","false","","1"],
    Download - Furni.rar - Speedy Share - upload your files here =
    Furnihabbo - For the SQL & SWF
    Sulake - For creating the furniture


  2. #2
    Account Upgraded | Title Enabled! JustTime is offline
    MemberRank
    Aug 2012 Join Date
    GermanyLocation
    417Posts

    Re: Loyal Furni [Phoenix & Bfly]

    I had them already but thanks for sharing

  3. #3
    Not so spooky... MrSpooks is offline
    MemberRank
    May 2010 Join Date
    Under a rockLocation
    1,068Posts

    Re: Loyal Furni [Phoenix & Bfly]

    Thanks mate mate, nice release and I still use phx! :D

  4. #4
    Member div00w is offline
    MemberRank
    Jul 2012 Join Date
    NederlandLocation
    64Posts

    Re: Loyal Furni [Phoenix & Bfly]

    Nice thank you ive tested on bc and it works! rep+like for you!

  5. #5
    Eye Eye Capt'n Spheral is offline
    MemberRank
    May 2010 Join Date
    TumptonshireLocation
    2,488Posts

    Re: Loyal Furni [Phoenix & Bfly]

    Nice to have.
    I also got the catalog page, but it dont work unless its in the new swf. So.

  6. #6
    Novice Ardox is offline
    MemberRank
    Apr 2013 Join Date
    1Posts

    Re: Loyal Furni [Phoenix & Bfly]

    Thank you!

  7. #7
    Enthusiast Cr3t0x is offline
    MemberRank
    Dec 2010 Join Date
    FranceLocation
    39Posts

    Re: Loyal Furni [Phoenix & Bfly]

    Nice !
    And catalogs_pages? Because that detects me one errors by inserting mine.

  8. #8
    Member HabbitBE is offline
    MemberRank
    Apr 2013 Join Date
    52Posts

    Re: Loyal Furni [Phoenix & Bfly]

    Do u also have the catalogue images ?
    Last edited by HabbitBE; 10-05-13 at 12:32 PM.

  9. #9
    Say whaaat pLEDGE is offline
    MemberRank
    Jun 2010 Join Date
    NorwayLocation
    299Posts

    Re: Loyal Furni [Phoenix & Bfly]

    Thank you :-)

  10. #10
    Member Mourad is offline
    MemberRank
    Feb 2013 Join Date
    dorkLocation
    80Posts

    Re: Loyal Furni [Phoenix & Bfly]

    Epic dude, thanks.

  11. #11
    :joy: Jonteh is offline
    MemberRank
    Apr 2007 Join Date
    New York, USALocation
    3,375Posts

    Re: Loyal Furni [Phoenix & Bfly]

    Thanks!

  12. #12
    Just out there.. Flare is offline
    MemberRank
    Jun 2012 Join Date
    269Posts

    Re: Loyal Furni [Phoenix & Bfly]

    cant someone make a mirror i cant seem to download this one?



Advertisement