School Furni (Phoenix)

Page 1 of 2 12 LastLast
Results 1 to 25 of 47
  1. #1
    En Français? Bjork is offline
    MemberRank
    Apr 2007 Join Date
    854Posts

    School Furni (Phoenix)

    Hi, Here are the files for the school furni in Phoenix Emulator:

    Furnidata:

    Code:
    [["s","4145","school_platform","35478","0","1","1","","Auditorium Platform","Holds your school assembly","","-1","-1"],["s","4146","school_locker_b","35478","2","1","1","","Blue Locker Teleport","Takes you far away from here!","","-1","-1"],["s","4147","school_locker_r_nosale","35478","2","1","1","","Red Locker (NOT FOR SALE)","Store your stuff safely","","-1","-1"],["s","4148","school_toilet_stall","35478","2","1","1","","Toilet Stall","Close the door please...","","-1","-1"],["s","4149","school_stuff_06","35478","0","1","1","","Cafeteria Vegetables","Yum! Cafeteria Food...","","-1","-1"],["s","4150","school_locker_r","35478","2","1","1","","Red Locker Teleport","Takes you far away from here!","","-1","-1"],["s","4151","school_bus","35478","2","2","4","","School Bus","On the journey of learning ;)","","-1","-1"],["s","4152","school_table","35478","0","3","2","","Cafeteria Table","No food fights please!","","-1","-1"],["s","4153","school_bench","35478","0","3","1","","Cafeteria Bench","Take a load off!","","-1","-1"],["s","4154","school_console","35478","0","1","1","","School Desk","Walk the path of knowledge ;)","","-1","-1"],["s","4155","school_stuff_01","35478","2","1","1","","School Books","Makes your brain grow... or something.","","-1","-1"],["s","4156","school_stuff_05","35478","0","1","1","","Cafeteria Nuggets","Yum! Cafeteria Food...","","-1","-1"],["s","4157","school_floor","35478","0","2","2","","School Flooring","Walk the path of knowledge ;)","","-1","-1"],["s","4158","school_locker_b_nosale","35478","2","1","1","","Blue Locker (NOT FOR SALE)","Store your stuff safely","","-1","-1"],["s","4159","school_stuff_02","35478","0","1","1","","Chem Set","Don't blow anything up...","","-1","-1"],["s","4160","school_stuff_04","35478","0","1","1","","Cafeteria Meatballs","Yum! Cafeteria Food...","","-1","-1"],["s","4161","school_stuff_03","35478","0","1","1","","Cafeteria Burger","Yum! Cafeteria Food...","","-1","-1"],["i","4418","school_chalkboard","35478","","","","","Chalkboard","I will not waste chalk. I will not waste chalk. I will not...","","-1","-1"],["i","4419","school_urinal","35478","","","","","Urinal","With a sweet smell of roses!","","-1","-1"],["i","4420","school_wall","35478","","","","","School Wall","Don't just be another brick in the wall...","","-1","-1"],["i","4421","school_charts","35478","","","","","School Charts","TMI!","","-1","-1"],["i","4422","school_toilet_wall","35478","","","","","Toilet Wall","\"Don't scribble on the wall!\"","","-1","-1"]]
    Productdata:

    Code:
    [["school_toilet_stall","Toilet Stall","Close the door please!"],["school_stuff_01","School Books","Makes your brain grow... or something."],["school_stuff_04","Cafeteria Meatballs","Yum! Cafeteria Food..."],["school_stuff_06","Cafeteria Vegetables","Yum! Cafeteria Food..."],["school_wall","School Wall","Don't just be another brick in the wall..."],["school_chalkboard","Chalkboard","I will not waste chalk. I will not waste chalk. I will not..."],["school_stuff_03","Cafeteria Burger","Yum! Cafeteria Food..."],["school_floor","School Flooring","Walk the path of knowledge ;)"],["school_locker_b","Blue Locker Teleport","Takes you far away from here!"],["school_urinal","Urinal","With a sweet smell of roses!"],["school_locker_b_nosale","Blue Locker (NOT FOR SALE)","Store your stuff safely"],["school_charts","School Charts","TMI!"],["school_table","Cafeteria Table","No food fights please!"],["school_stuff_02","Chem Set","Don't blow anything up..."],["school_toilet_wall","Toilet Wall","\"Don't scribble on the wall!\""],["school_locker_r","Red Locker Teleport","Takes you far away from here!"],["school_chair","Desk Chair","Sit down (don't) behave."],["school_stuff_05","Cafeteria Nuggets","Yum! Cafeteria Food..."],["school_platform","Auditorium Platform","Holds your school assembly"],["school_bus","School Bus","Takes you on a journey of learning ;)"],["school_bench","Cafeteria Bench","Take a load off!"],["school_console","School Desk","\"What have you got under there..?\""],["school_locker_r_nosale","Red Locker (NOT FOR SALE)","Store your stuff safely"]]
    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`) VALUES
    (96141, 'school_platform', 'school_platform', 's', 1, 1, 1, '1', '0', '1', 4145, '1', '1', '1', '1', '1', 'default', 4, '0'),
    (96142, 'school_locker_b', 'school_locker_b', 's', 1, 1, 0.001, '0', '0', '0', 4146, '1', '1', '1', '1', '1', 'teleport', 1, '0'),
    (96143, 'school_locker_r_nosale', 'school_locker_r_nosale', 's', 1, 1, 1, '0', '0', '0', 4147, '1', '1', '1', '1', '1', 'default', 1, '0'),
    (96144, 'school_toilet_stall', 'school_toilet_stall', 's', 1, 1, 1, '0', '1', '0', 4148, '1', '1', '1', '1', '1', 'default', 1, '0'),
    (96145, 'school_stuff_06', 'school_stuff_06', 's', 1, 1, 1, '0', '0', '0', 4149, '1', '1', '1', '1', '1', 'default', 1, '0'),
    (96146, 'school_locker_r', 'school_locker_r', 's', 1, 1, 0.001, '0', '0', '0', 4150, '1', '1', '1', '1', '1', 'teleport', 1, '0'),
    (96147, 'school_bus', 'school_bus', 's', 4, 2, 1, '0', '1', '0', 4151, '1', '1', '1', '1', '1', 'default', 1, '0'),
    (96148, 'school_table', 'school_table', 's', 3, 2, 1, '1', '0', '0', 4152, '1', '1', '1', '1', '1', 'default', 1, '0'),
    (96149, 'school_bench', 'school_bench', 's', 3, 1, 1, '0', '1', '0', 4153, '1', '1', '1', '1', '1', 'default', 1, '0'),
    (96150, 'school_console', 'school_console', 's', 1, 1, 1, '0', '0', '0', 4154, '1', '1', '1', '1', '1', 'default', 1, '0'),
    (96151, 'school_stuff_01', 'school_stuff_01', 's', 1, 1, 1, '0', '0', '0', 4155, '1', '1', '1', '1', '1', 'default', 1, '0'),
    (96152, 'school_stuff_05', 'school_stuff_05', 's', 1, 1, 1, '0', '0', '0', 4156, '1', '1', '1', '1', '1', 'default', 1, '0'),
    (96153, 'school_floor', 'school_floor', 's', 2, 2, 0.001, '0', '0', '1', 4157, '1', '1', '1', '1', '1', 'default', 1, '0'),
    (96154, 'school_locker_b_nosale', 'school_locker_b_nosale', 's', 1, 1, 1, '0', '0', '0', 4158, '1', '1', '1', '1', '1', 'default', 1, '0'),
    (96155, 'school_stuff_02', 'school_stuff_02', 's', 1, 1, 1, '0', '0', '0', 4159, '1', '1', '1', '1', '1', 'default', 1, '0'),
    (96156, 'school_stuff_04', 'school_stuff_04', 's', 1, 1, 1, '0', '0', '0', 4160, '1', '1', '1', '1', '1', 'default', 1, '0'),
    (96157, 'school_stuff_03', 'school_stuff_03', 's', 1, 1, 1, '0', '0', '0', 4161, '1', '1', '1', '1', '1', 'default', 1, '0'),
    (96158, 'school_chalkboard', 'school_chalkboard', 'i', 0, 0, 1, '0', '0', '0', 4418, '1', '1', '1', '1', '1', 'default', 4, '0'),
    (96159, 'school_urinal', 'school_urinal', 'i', 0, 0, 1, '0', '0', '0', 4419, '1', '1', '1', '1', '1', 'default', 2, '0'),
    (96160, 'school_wall', 'school_wall', 'i', 0, 0, 1, '0', '0', '0', 4420, '1', '1', '1', '1', '1', 'default', 1, '0'),
    (96161, 'school_charts', 'school_charts', 'i', 0, 0, 1, '0', '0', '0', 4421, '1', '1', '1', '1', '1', 'default', 3, '0'),
    (96162, 'school_toilet_wall', 'school_toilet_wall', 'i', 0, 0, 1, '0', '0', '0', 4422, '1', '1', '1', '1', '1', 'default', 5, '0');

    Cata page:


    Code:
    INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `vip_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES
    (146, 120, 'School', 1, 1, '1', '1', 7, '0', '0', 146, 'default_3x3', '', '', '', '', '', '', '');
    Items:

    Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
    (96141, '146', '96141', 'school_platform', '3', '0', '1'),
    (96142, '146', '96142', 'school_locker_b', '3', '0', '1'),
    (96143, '146', '96143', 'school_locker_r_nosale', '3', '0', '1'),
    (96144, '146', '96144', 'school_toilet_stall', '3', '0', '1'),
    (96145, '146', '96145', 'school_stuff_06', '3', '0', '1'),
    (96146, '146', '96146', 'school_locker_r', '3', '0', '1'),
    (96147, '146', '96147', 'school_bus', '3', '0', '1'),
    (96148, '146', '96148', 'school_table', '3', '0', '1'),
    (96149, '146', '96149', 'school_bench', '3', '0', '1'),
    (96150, '146', '96150', 'school_console', '3', '0', '1'),
    (96151, '146', '96151', 'school_stuff_01', '3', '0', '1'),
    (96152, '146', '96152', 'school_stuff_05', '3', '0', '1'),
    (96153, '146', '96153', 'school_floor', '3', '0', '1'),
    (96154, '146', '96154', 'school_locker_b_nosale', '3', '0', '1'),
    (96155, '146', '96155', 'school_stuff_02', '3', '0', '1'),
    (96156, '146', '96156', 'school_stuff_04', '3', '0', '1'),
    (96157, '146', '96157', 'school_stuff_03', '3', '0', '1'),
    (96158, '146', '96158', 'school_chalkboard', '3', '0', '1'),
    (96159, '146', '96159', 'school_urinal', '3', '0', '1'),
    (96160, '146', '96160', 'school_wall', '3', '0', '1'),
    (96161, '146', '96161', 'school_charts', '3', '0', '1'),
    (96162, '146', '96162', 'school_toilet_wall', '0', '5', '1');
    Link (SWF furnis):

    Multiupload.com - upload your files to multiple file hosting sites!

    Screen:

    http://habbzone.info/images/97552550513481584303.jpg

    Don't forget to thank me ;)

    Credits:


    Habbo for Furnis
    Me for making SQL
    Last edited by Bjork; 19-08-11 at 07:50 PM.


  2. #2
    Proficient Member ProducerMark is offline
    MemberRank
    Jul 2010 Join Date
    Middle EarthLocation
    176Posts

    Re: School Furni (Phoenix)

    Haha! That's fast.. But very nice!

  3. #3
    Account Upgraded | Title Enabled! Mickeyツ is offline
    MemberRank
    Mar 2008 Join Date
    Fort Bragg, NCLocation
    597Posts

    Re: School Furni (Phoenix)

    10/10. Thanks. Ill be using it.

  4. #4
    Account Upgraded | Title Enabled! Spyron is offline
    MemberRank
    May 2007 Join Date
    SwedenLocation
    486Posts

    Re: School Furni (Phoenix)

    How to fix so the little brown table can stack four times? It's starts with 0.5 and goes to 4...

  5. #5
    En Français? Bjork is offline
    MemberRank
    Apr 2007 Join Date
    854Posts

    Re: School Furni (Phoenix)

    Updated interactions and stack height ;)

    Quote Originally Posted by Spyron View Post
    How to fix so the little brown table can stack four times? It's starts with 0.5 and goes to 4...
    I don't know i think it's impossible :/

  6. #6
    yerro Adde is offline
    MemberRank
    Feb 2010 Join Date
    none ur bizzLocation
    2,731Posts

    Re: School Furni (Phoenix)

    Thanks for the quick release!

  7. #7
    Member Pecado is offline
    MemberRank
    Aug 2007 Join Date
    86Posts

    Re: School Furni (Phoenix)

    The Lockers are teleporters? :D That would be awesome!

  8. #8
    Novice mylie1999 is offline
    MemberRank
    Aug 2011 Join Date
    1Posts

    Re: School Furni (Phoenix)

    Thanks!

  9. #9
    Apprentice zMonsteRz is offline
    MemberRank
    Feb 2011 Join Date
    ChileLocation
    10Posts

    Re: School Furni (Phoenix)

    Woow, you are fast. Thanks!

  10. #10
    Account Upgraded | Title Enabled! rory129 is offline
    MemberRank
    May 2009 Join Date
    МанчестLocation
    233Posts

    Re: School Furni (Phoenix)

    Icon = 130

  11. #11
    Enthusiast Gehijm is offline
    MemberRank
    Apr 2011 Join Date
    46Posts

    Re: School Furni (Phoenix)

    Nice
    Thanks!



    - Gehijm

  12. #12
    sexiess is a sin. Subway is offline
    MemberRank
    Jun 2010 Join Date
    2,491Posts

    Re: School Furni (Phoenix)

    Lovely

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

    Re: School Furni (Phoenix)

    This working uberemu. :)

  14. #14
    Web Developer Papercup is offline
    MemberRank
    Nov 2009 Join Date
    WalesLocation
    1,607Posts

    Re: School Furni (Phoenix)

    Nice Release, Do the SQL for Uber please?

  15. #15
    En Français? Bjork is offline
    MemberRank
    Apr 2007 Join Date
    854Posts

    Re: School Furni (Phoenix)

    I don't use Uber sorry, but i think it's working for Uber too (cf. =dj.matias=)

  16. #16
    Web Developer Papercup is offline
    MemberRank
    Nov 2009 Join Date
    WalesLocation
    1,607Posts

    Re: School Furni (Phoenix)

    Why Use Phoenix when Habbo have made there updates? Uber is the future. Phoenix is closed source.

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

    Re: School Furni (Phoenix)

    Quote Originally Posted by Seano2o6 View Post
    Why Use Phoenix when Habbo have made there updates? Uber is the future. Phoenix is closed source.
    Because its somewhat stable, and no one who has made a really good uber edit cares enough about the community to release it.

  18. #18
    Account Upgraded | Title Enabled! MikeDavies is offline
    MemberRank
    Aug 2010 Join Date
    WalesLocation
    629Posts

    Re: School Furni (Phoenix)

    Quote Originally Posted by Shredinator View Post
    Because its somewhat stable, and no one who has made a really good uber edit cares enough about the community to release it.
    Thats because the community are selfish bastards

  19. #19
    I use to love it more! Jmandupree is offline
    MemberRank
    Oct 2009 Join Date
    /ragezone/homeLocation
    996Posts

    Re: School Furni (Phoenix)

    This is awsome

  20. #20
    Red like a Tomato! tomad is offline
    MemberRank
    Nov 2007 Join Date
    NetherlandsLocation
    358Posts

    Re: School Furni (Phoenix)

    They work with Phoenix! Thanks!
    Last edited by tomad; 19-08-11 at 10:41 PM.

  21. #21
    Proficient Member HabboDude is offline
    MemberRank
    Sep 2010 Join Date
    193Posts

    Re: School Furni (Phoenix)

    For some reason every time I add furniture to my hotel, it never shows. Any help?

  22. #22
    Web Developer Papercup is offline
    MemberRank
    Nov 2009 Join Date
    WalesLocation
    1,607Posts

    Re: School Furni (Phoenix)

    Quote Originally Posted by HabboDude View Post
    For some reason every time I add furniture to my hotel, it never shows. Any help?
    Have you added them to your h_furni? If so clear your cache on your browser and it should work -.-

    Make sure you have imported the SQL Codes into the correct database -.-

  23. #23
    Account Upgraded | Title Enabled! Spyron is offline
    MemberRank
    May 2007 Join Date
    SwedenLocation
    486Posts

    Re: School Furni (Phoenix)

    Does someone have the catalogue header images and teaser? :)

  24. #24

    Re: School Furni (Phoenix)

    Works for Uber and Phoenix. Thanks. Great Release

  25. #25
    x Bifi2000 is offline
    MemberRank
    Aug 2007 Join Date
    GermanyLocation
    215Posts

    Re: School Furni (Phoenix)

    Icon 130:
    The teaser is catalog_school_teaser2.gif
    Here:


    No header found yet.



Page 1 of 2 12 LastLast

Advertisement