Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

HabboWood 2011

Status
Not open for further replies.
Junior Spellweaver
Joined
May 3, 2009
Messages
173
Reaction score
134
Before starting with the HabboWood, executes the code in this topic http://forum.ragezone.com/f353/black-limo-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:

Screen:
Jeanzinh0 - HabboWood 2011 - RaGEZONE Forums


Jeanzinh0 - HabboWood 2011 - RaGEZONE Forums



Credits:
Jeanzinh0(me) for creating the SQL and put the downloads
Sulake for creating the SWF
 
Experienced Elementalist
Joined
Feb 24, 2011
Messages
227
Reaction score
34
right this is epic
 
Newbie Spellweaver
Joined
Feb 22, 2011
Messages
8
Reaction score
2
They are freakin lush, great job and thx for releasing
 
Skilled Illusionist
Joined
Oct 19, 2010
Messages
391
Reaction score
70
WHOOO WTF !?!?
The furnis are EPIC and the nicest ever
 
Last edited:
Junior Spellweaver
Joined
Aug 8, 2010
Messages
114
Reaction score
1
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
[IMG]https://forum.ragezone.com/ima...forum.ragezone.com/images/404_image.png[/IMG]
 
Junior Spellweaver
Joined
Feb 10, 2009
Messages
163
Reaction score
14
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 ...
 
Junior Spellweaver
Joined
Feb 10, 2009
Messages
163
Reaction score
14
i did -.-

and i know where the files are saved but i asked at which line ....
 
Custom Title Activated
Loyal Member
Joined
Jan 25, 2009
Messages
1,539
Reaction score
4
omg this is epic, thanks man!
 
Banned
Banned
Joined
Jan 20, 2011
Messages
530
Reaction score
36
Woot, awesome! Thanks so much :eek:!!

---------- Post added at 02:57 PM ---------- Previous post was at 01:29 PM ----------

Furniture without footfigure:

PHP:
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
(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');
 
Banned
Banned
Joined
Aug 25, 2009
Messages
431
Reaction score
190
Whoever made the furnidata and sql could you show how to do it (I have custom thrones, sometimes blue, someetimes green, sometimes black :l)
 
Status
Not open for further replies.
Back
Top