HabboWood 2011

Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    Proficient Member Jeanzinh0 is offline
    MemberRank
    May 2009 Join Date
    BrazilLocation
    175Posts

    HabboWood 2011

    Before starting with the HabboWood, executes the code in this topic http://forum.ragezone.com/f353/black...furnis-730865/

    After running the code from another topic, run these:

    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`, `foot_figure`) VALUES
    (89926, 'cine_curtain', 'cine_curtain', 's', 8, 1, 0.001, '0', '0', '0', 3841, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
    (89927, 'cine_screen', 'cine_screen', 's', 8, 1, 1, '0', '0', '0', 3842, '1', '1', '1', '1', '1', 'default', 7, '0', ''),
    (89928, 'theatre_seat_g', 'theatre_seat_g', 's', 1, 1, 1, '0', '1', '0', 3843, '1', '1', '1', '1', '1', 'default', 6, '0', ''),
    (89929, 'cine_tile', 'cine_tile', 's', 1, 1, 0.1, '0', '0', '1', 3844, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
    (89930, 'cine_bench_b', 'cine_bench_b', 's', 3, 1, 1.1, '0', '1', '0', 3845, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
    (89931, 'theatre_seat_b', 'theatre_seat_b', 's', 1, 1, 1, '0', '1', '0', 3846, '1', '1', '1', '1', '1', 'default', 6, '0', ''),
    (89932, 'cine_roof', 'cine_roof', 's', 3, 3, 0.1, '0', '0', '1', 3847, '1', '1', '1', '1', '1', 'default', 5, '0', ''),
    (89933, 'cine_popcorn', 'cine_popcorn', 's', 1, 1, 1, '0', '0', '0', 3848, '1', '1', '1', '1', '1', 'vendingmachine', 1, '62', ''),
    (89934, 'cine_bench', 'cine_bench', 's', 3, 1, 1.1, '0', '1', '0', 3849, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
    (89935, 'cine_bench_g', 'cine_bench_g', 's', 3, 1, 1.1, '0', '1', '0', 3850, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
    (89936, 'cine_ticket_booth', 'cine_ticket_booth', 's', 1, 1, 1, '0', '0', '0', 3851, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
    (89937, 'cine_projector', 'cine_projector', 's', 1, 1, 1, '0', '0', '0', 3852, '1', '1', '1', '1', '1', 'default', 2, '0', '');
    Catalog_items:
    Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
    (89926, 169, '89926', 'cine_curtain', 3, 0, 1),
    (89927, 169, '89927', 'cine_screen', 3, 0, 1),
    (89928, 169, '89928', 'theatre_seat_g', 3, 0, 1),
    (89929, 169, '89929', 'cine_tile', 3, 0, 1),
    (89930, 169, '89930', 'cine_bench_b', 3, 0, 1),
    (89931, 169, '89931', 'theatre_seat_b', 3, 0, 1),
    (89932, 169, '89932', 'cine_roof', 3, 0, 1),
    (89933, 169, '89933', 'cine_popcorn', 3, 0, 1),
    (89934, 169, '89934', 'cine_bench', 3, 0, 1),
    (89935, 169, '89935', 'cine_bench_b', 3, 0, 1),
    (89936, 169, '89936', 'cine_ticket_booth', 3, 0, 1),
    (89937, 169, '89937', 'cine_projector', 3, 0, 1);
    We finished in the database, so lets go to swf, open it and add the furnidata.txt

    Code:
    ["s","3841","cine_curtain","31841","0","8","1","","cine_curtain name","cine_curtain desc","","-1","-1"],
    ["s","3842","cine_screen","31841","0","6","1","","cine_screen name","cine_screen desc","","-1","-1"],
    ["s","3843","theatre_seat_g","31841","0","1","1","","theatre_seat_g name","theatre_seat_g desc","","-1","-1"],
    ["s","3844","cine_tile","31841","0","1","1","","cine_tile name","cine_tile desc","","-1","-1"],
    ["s","3845","cine_bench_b","31841","0","3","1","","cine_bench_b name","cine_bench_b desc","","-1","-1"],
    ["s","3846","theatre_seat_b","31841","0","1","1","","theatre_seat_b name","theatre_seat_b desc","","-1","-1"],
    ["s","3847","cine_roof","31841","2","3","3","","cine_roof name","cine_roof desc","","-1","-1"],
    ["s","3848","cine_popcorn","31841","2","1","1","","cine_popcorn name","cine_popcorn desc","","-1","-1"],
    ["s","3849","cine_bench","31841","0","3","1","","cine_bench name","cine_bench desc","","-1","-1"],
    ["s","3850","cine_bench_g","31841","0","3","1","","cine_bench_g name","cine_bench_g desc","","-1","-1"],
    ["s","3851","cine_ticket_booth","31841","2","1","1","","cine_ticket_booth name","cine_ticket_booth desc","","-1","-1"],
    ["s","3852","cine_projector","31841","0","1","1","","cine_projector name","cine_projector desc","","-1","-1"],
    Download: HabboWood 2011.rar

    Screen: http://img51.imageshack.us/img51/4130/habbowood.png




    Credits:
    Jeanzinh0(me) for creating the SQL and put the downloads
    Sulake for creating the SWF


  2. #2
    swagggggg Livar is offline
    MemberRank
    Oct 2008 Join Date
    United KingdomLocation
    2,272Posts

    Re: HabboWood 2011

    You are fucking awesome DUDE!

  3. #3
    Account Upgraded | Title Enabled! Tony is offline
    MemberRank
    Feb 2011 Join Date
    349Posts

    Re: HabboWood 2011

    right this is epic

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

    Re: HabboWood 2011

    Those furniture are epic o.o

  5. #5
    Member Im Legend is offline
    MemberRank
    Mar 2009 Join Date
    93Posts

    Re: HabboWood 2011

    Again, thanks furni god.

  6. #6
    Enthusiast Kentucky is offline
    MemberRank
    Feb 2011 Join Date
    33Posts

    Re: HabboWood 2011

    They are freakin lush, great job and thx for releasing

  7. #7
    C# | C++ Emerica is offline
    MemberRank
    Oct 2010 Join Date
    GermanyLocation
    437Posts

    Re: HabboWood 2011

    WHOOO WTF !?!?
    The furnis are EPIC and the nicest ever
    Last edited by Emerica; 25-02-11 at 07:15 PM.

  8. #8
    Account Upgraded | Title Enabled! robertm3363 is offline
    MemberRank
    Aug 2010 Join Date
    ukLocation
    308Posts

    Re: HabboWood 2011

    error on mine :S i click the catalog page open and just boxes, same with your bling and chinese new year.

    here's a little screenie :P
    http://i52.tinypic.com/2afxulg.jpg

  9. #9
    Proficient Member Jeanzinh0 is offline
    MemberRank
    May 2009 Join Date
    BrazilLocation
    175Posts

    Re: HabboWood 2011

    Quote Originally Posted by robertm3363 View Post
    error on mine :S i click the catalog page open and just boxes, same with your bling and chinese new year.

    here's a little screenie :P
    http://i52.tinypic.com/2afxulg.jpg

    You edited the furnidata.txt?

    SWFs may also be those of the furniture in the wrong place

  10. #10
    Enthusiast Kouille is offline
    MemberRank
    Jun 2010 Join Date
    37Posts

    Re: HabboWood 2011

    thanks :) Very nice :)

    I work for me, just wait 30 - 45 min

  11. #11
    Account Upgraded | Title Enabled! robertm3363 is offline
    MemberRank
    Aug 2010 Join Date
    ukLocation
    308Posts

    Re: HabboWood 2011

    Quote Originally Posted by Jeanzinh0 View Post
    You edited the furnidata.txt?

    SWFs may also be those of the furniture in the wrong place
    yh i might just need to leve it for a while to settle

  12. #12
    Account Upgraded | Title Enabled! taylan is offline
    MemberRank
    Feb 2009 Join Date
    GermanyLocation
    336Posts

    Re: HabboWood 2011

    where must i add the furnidata code ?
    which place ??

    Code:
    ["s","3841","cine_curtain","31841","0","8","1","","cine_curtain name","cine_curtain desc","","-1","-1"],
    ["s","3842","cine_screen","31841","0","6","1","","cine_screen name","cine_screen desc","","-1","-1"],
    ["s","3843","theatre_seat_g","31841","0","1","1","","theatre_seat_g name","theatre_seat_g desc","","-1","-1"],
    ["s","3844","cine_tile","31841","0","1","1","","cine_tile name","cine_tile desc","","-1","-1"],
    ["s","3845","cine_bench_b","31841","0","3","1","","cine_bench_b name","cine_bench_b desc","","-1","-1"],
    ["s","3846","theatre_seat_b","31841","0","1","1","","theatre_seat_b name","theatre_seat_b desc","","-1","-1"],
    ["s","3847","cine_roof","31841","2","3","3","","cine_roof name","cine_roof desc","","-1","-1"],
    ["s","3848","cine_popcorn","31841","2","1","1","","cine_popcorn name","cine_popcorn desc","","-1","-1"],
    ["s","3849","cine_bench","31841","0","3","1","","cine_bench name","cine_bench desc","","-1","-1"],
    ["s","3850","cine_bench_g","31841","0","3","1","","cine_bench_g name","cine_bench_g desc","","-1","-1"],
    ["s","3851","cine_ticket_booth","31841","2","1","1","","cine_ticket_booth name","cine_ticket_booth desc","","-1","-1"],
    ["s","3852","cine_projector","31841","0","1","1","","cine_projector name","cine_projector desc","","-1","-1"],
    becouse if i open the catalogue Page there are only white boxes becouse the furni swfs dont loads ....
    ive puted itt in the right folder,added sql scusefully,restartet my server,added furnidata.txt codes....
    nothing happend
    maybe i added the code to the wrong place at furnidata.txt ...

  13. #13
    swagggggg Livar is offline
    MemberRank
    Oct 2008 Join Date
    United KingdomLocation
    2,272Posts

    Re: HabboWood 2011

    You need to add it into your gamedata or r63 folder.

  14. #14
    Account Upgraded | Title Enabled! taylan is offline
    MemberRank
    Feb 2009 Join Date
    GermanyLocation
    336Posts

    Re: HabboWood 2011

    i did -.-

    and i know where the files are saved but i asked at which line ....

  15. #15
    Enthusiast michel7931 is offline
    MemberRank
    Aug 2010 Join Date
    29Posts

    Re: HabboWood 2011

    http://i56.tinypic.com/2l9tq53.png

    Does anyone have a fix maybe how I do this?

    Mvg,
    Michel



Page 1 of 2 12 LastLast

Advertisement