Search Egypt Furniture

Results 1 to 3 of 3
  1. #1
    Enthusiast Peli is offline
    MemberRank
    Jul 2012 Join Date
    31Posts

    Search Egypt Furniture

    Hey, Guys,

    I was search for codes, of the "new Egypt" furnitures, from the Habbo-hotel.

    The furniture I mean are for example the pyramid-furni

    I need the Catalogue_items SQL, Furniture SQL and the Furnidata.
    An really big thanks and a thumps up, is the reward, for an good answer.
    I just apologize me, for my bad english, I'm from Germany, and my english
    is in the development. :D

    (An RageZone-Releasebeforlink is okay, too)


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

    Re: Search Egypt Furniture

    Quote Originally Posted by Atomcraft View Post
    Egyptian
    Privileg had them in his retro hotel already so I decided to rip them. Sulake did them, as you may know.

    Attachment 108514


    German furnidata:
    PHP Code:
    ["s","10000059","anc_pharaoh_tele","2","2","1","1","","Sarkophag","Reise ins Nirwana!","","-1","-1","","0"],
    [
    "s","10000058","anc_artifact1","2","2","2","3","","Ento-Sphinx","Eine billige Kopie?","","-1","-1","","0"],
    [
    "s","10000060","anc_trophy_obsidian","2","2","1","1","","Obelisk aus Obsidian","Perfekte Dekoration für die Katakomben!","","-1","-1","","0"],
    [
    "s","10000054","anc_trophy_marble","2","2","1","1","","Obelisk aus Marmor","Perfekte Dekoration für das Pyramideninnere!","","-1","-1","","0"],
    [
    "s","10000055","anc_pyramid_block","2","0","1","1","","Pyramiden-Bauelement","Aus Sandstein!","","-1","-1","","0"],
    [
    "s","10000056","anc_trophy_sstone","2","2","1","1","","Obelisk aus Sandstein","Perfekte Dekoration außerhalb der Pyramide!","","-1","-1","","0"],
    [
    "s","10000057","anc_hot_sands","2","0","2","2","","Wüstensand","Fein wie Staub","","-1","-1","","0"], 
    English furnidata:
    PHP Code:
    ["s","10000059","anc_pharaoh_tele","2","2","1","1","","Sarcophagus","Travel into the nirvana!","","-1","-1","","0"],
    [
    "s","10000058","anc_artifact1","2","2","2","3","","Ducko-Sphinx","A cheap copy?","","-1","-1","","0"],
    [
    "s","10000060","anc_trophy_obsidian","2","2","1","1","","Obelisk out of obsidian ","Perfect decoration for the catacombs!","","-1","-1","","0"],
    [
    "s","10000054","anc_trophy_marble","2","2","1","1","","Obelisk out of marble","Perfect decoration inside the pyramide!","","-1","-1","","0"],
    [
    "s","10000055","anc_pyramid_block","2","0","1","1","","Element of a pyramide","Made out of sandstone!","","-1","-1","","0"],
    [
    "s","10000056","anc_trophy_sstone","2","2","1","1","","Obelisk out of sandstone","Perfect decoration for the outside!","","-1","-1","","0"],
    [
    "s","10000057","anc_hot_sands","2","0","2","2","","Desert sand","Fine as dust!","","-1","-1","","0"], 
    SQL: (Thanks to Splatter)
    - Look down this post -

    Download SWFs:
    Depositfiles.com :
    DepositFiles

    Badges:



    Teaser:


    Make SQLs on your own. I don't own a hotel anymore.
    Quote Originally Posted by Splatter View Post
    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 (9991, 'anc_artifact1', 'anc_artifact1', 's', 1, 1, 1, '0', '0', '0', 9991, '1', '1', '1', '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 (9992, 'anc_hot_sands', 'anc_hot_sands', 's', 1, 1, 1, '0', '0', '0', 9992, '1', '1', '1', '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 (9993, 'anc_pharaoh_tele', 'anc_pharaoh_tele', 's', 1, 1, 1, '0', '0', '0', 9993, '1', '1', '1', '1', '1', 'teleport', 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 (9994, 'anc_pyramid_block', 'anc_pyramid_block', 's', 1, 1, 1, '0', '0', '0', 9994, '1', '1', '1', '1', '1', 'teleport', 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 (9995, 'anc_trophy_marble', 'anc_trophy_marble', 's', 1, 1, 1, '0', '0', '0', 9995, '1', '1', '1', '1', '1', 'teleport', 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 (9996, 'anc_trophy_obsidian', 'anc_trophy_obsidian', 's', 1, 1, 1, '0', '0', '0', 9996, '1', '1', '1', '1', '1', 'teleport', 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 (9997, 'anc_trophy_sstone', 'anc_trophy_sstone', 's', 1, 1, 1, '0', '0', '0', 9997, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0');
    Catalog Items :
    Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (9991, 'PAGEID', '9991', 'anc_artifact1', '7', '0', '0', '1');
    
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (9992, 'PAGEID', '9992', 'anc_hot_sands', '3', '0', '0', '1');
    
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (9993, 'PAGEID', '9993', 'anc_pharaoh_tele', '9', '0', '0', '1');
    
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (9994, 'PAGEID', '9994', 'anc_pyramid_block', '10', '0', '0', '1');
    
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (9995, 'PAGEID', '9995', 'anc_trophy_marble', '1', '0', '0', '1');
    
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (9996, 'PAGEID', '9996', 'anc_trophy_obsidian', '20', '0', '0', '1');
    
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (9997, 'PAGEID', '9997', 'anc_trophy_sstone', '1500', '0', '0', '1');
    There You Go =)
    Brought to you by google search; egypt furni ragezone

    ^-^ Wrong section but have fun with it.

  3. #3
    Enthusiast Peli is offline
    MemberRank
    Jul 2012 Join Date
    31Posts

    Re: Search Egypt Furniture

    Thank you, really much.



Advertisement