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!

Black Limo + Other Furnis

Status
Not open for further replies.
Junior Spellweaver
Joined
May 3, 2009
Messages
173
Reaction score
134
I just created a new SQL Black Limo and other furnis

Let's start, first go to your database, select the SQL and run the code below it

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
(89914, 'nest_frog', 'nest_frog', 's', 1, 1, 0.1, '0', '0', '1', 3830, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89915, 'pond', 'pond', 's', 1, 1, 0.01, '0', '0', '1', 3831, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89916, 'val11_present', 'val11_present', 's', 1, 1, 1.2, '1', '0', '0', 3832, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89917, 'prizetrophy_cine', 'prizetrophy_cine', 's', 1, 1, 1, '0', '0', '0', 3833, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89918, 'cine_vipsign', 'cine_vipsign', 's', 1, 1, 1, '0', '0', '0', 3834, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89919, 'limo_b_mid3', 'limo_b_mid3', 's', 2, 1, 1, '0', '0', '0', 3835, '1', '1', '1', '1', '1', 'vendingmachine', 1, '50', ''),
(89920, 'limo_b_mid2', 'limo_b_mid2', 's', 2, 1, 0.3, '0', '0', '1', 3836, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89921, 'limo_b_front', 'limo_b_front', 's', 2, 1, 1, '0', '0', '0', 3837, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89922, 'limo_b_mid', 'limo_b_mid', 's', 2, 1, 1.2, '0', '1', '0', 3838, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89923, 'cine_star', 'cine_star', 's', 1, 1, 0.1, '1', '0', '1', 3839, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89924, 'limo_b_back', 'limo_b_back', 's', 2, 1, 1.2, '0', '1', '0', 3840, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89925, 'ads_bigtv_missmix', 'ads_bigtv_missmix', 'i', 1, 1, 1, '0', '0', '0', 4381, '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
(89914, 169, '89914', 'nest_frog', 3, 0, 1),
(89915, 169, '89915', 'pond', 3, 0, 1),
(89916, 169, '89916', 'val11_present', 3, 0, 1),
(89917, 169, '89917', 'prizetrophy_cine', 3, 0, 1),
(89918, 169, '89918', 'cine_vipsign', 3, 0, 1),
(89919, 169, '89919', 'limo_b_mid3', 3, 0, 1),
(89920, 169, '89920', 'limo_b_mid2', 3, 0, 1),
(89921, 169, '89921', 'limo_b_front', 3, 0, 1),
(89922, 169, '89922', 'limo_b_mid', 3, 0, 1),
(89923, 169, '89923', 'cine_star', 3, 0, 1),
(89924, 169, '89924', 'limo_b_back', 3, 0, 1),
(89925, 169, '89925', 'ads_bigtv_missmix', 3, 0, 1);

Catalog_pages:
Code:
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `coming_soon`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES
(169, 3, 'New Furnis', 1, 1, '1', '1', 1, '0', '0', 5, 'default_3x3', '', '', '', '', '', '', '');

We finished in the database, so lets go to swf, open it and add the furnidata.txt

Code:
["s","3830","nest_frog","31639","2","1","1","","Frog Nest","A lily pad to relax on","","108038","9513"],
["s","3831","pond","31639","2","1","1","","Frog Pond","Fancy a dip?","","108038","9514"],
["s","3832","val11_present","31687","0","1","1","","Mystery Leaf Gift","Wonder what's inside?...","","-1","-1"],
["s","3833","prizetrophy_cine","31742","2","1","1","","Habbowood Trophy","And the winner is...","","-1","-1"],
["s","3834","cine_vipsign","31742","0","1","1","","VIP Sign","Who's hot... and who's not.","","-1","-1"],
["s","3835","limo_b_mid3","31742","0","2","1","","Black Limo Middle 3","Every limo needs refreshments!","","-1","-1"],
["s","3836","limo_b_mid2","31742","2","2","1","","Black Limo Middle 2","Streeeetch out!","","-1","-1"],
["s","3837","limo_b_front","31742","2","2","1","","Black Limo Front","Don't forget to shine the hood!","","-1","-1"],
["s","3838","limo_b_mid","31742","2","2","1","","Black Limo Middle 1","Little in the middle but it's got much back!","","-1","-1"],
["s","3839","cine_star","31742","0","1","1","","cine_star name","cine_star desc","","-1","-1"],
["s","3840","limo_b_back","31742","2","2","1","","Black Limo Back","Bringing style to the back of the pack.","","-1","-1"],
["i","4381","ads_bigtv_missmix","31742","","","","","ads_bigtv_missmix name","ads_bigtv_missmix desc","","-1","-1"],


Now, to the people want with no foot_figure

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
(89914, 'nest_frog', 'nest_frog', 's', 1, 1, 0.1, '0', '0', '1', 3830, '1', '1', '1', '1', '1', 'default', 1, '0'),
(89915, 'pond', 'pond', 's', 1, 1, 0.01, '0', '0', '1', 3831, '1', '1', '1', '1', '1', 'default', 2, '0'),
(89916, 'val11_present', 'val11_present', 's', 1, 1, 1.2, '1', '0', '0', 3832, '1', '1', '1', '1', '1', 'default', 1, '0'),
(89917, 'prizetrophy_cine', 'prizetrophy_cine', 's', 1, 1, 1, '0', '0', '0', 3833, '1', '1', '1', '1', '1', 'default', 1, '0'),
(89918, 'cine_vipsign', 'cine_vipsign', 's', 1, 1, 1, '0', '0', '0', 3834, '1', '1', '1', '1', '1', 'default', 1, '0'),
(89919, 'limo_b_mid3', 'limo_b_mid3', 's', 2, 1, 1, '0', '0', '0', 3835, '1', '1', '1', '1', '1', 'vendingmachine', 1, '50'),
(89920, 'limo_b_mid2', 'limo_b_mid2', 's', 2, 1, 0.3, '0', '0', '1', 3836, '1', '1', '1', '1', '1', 'default', 1, '0'),
(89921, 'limo_b_front', 'limo_b_front', 's', 2, 1, 1, '0', '0', '0', 3837, '1', '1', '1', '1', '1', 'default', 2, '0'),
(89922, 'limo_b_mid', 'limo_b_mid', 's', 2, 1, 1.2, '0', '1', '0', 3838, '1', '1', '1', '1', '1', 'default', 1, '0'),
(89923, 'cine_star', 'cine_star', 's', 1, 1, 0.1, '1', '0', '1', 3839, '1', '1', '1', '1', '1', 'default', 1, '0'),
(89924, 'limo_b_back', 'limo_b_back', 's', 2, 1, 1.2, '0', '1', '0', 3840, '1', '1', '1', '1', '1', 'default', 1, '0'),
(89925, 'ads_bigtv_missmix', 'ads_bigtv_missmix', 'i', 1, 1, 1, '0', '0', '0', 4381, '1', '1', '1', '1', '1', 'default', 2, '0');

Download:

Screen:
Jeanzinh0 - Black Limo + Other Furnis - RaGEZONE Forums


Jeanzinh0 - Black Limo + Other Furnis - RaGEZONE Forums



Credits:
Jeanzinh0(me) for creating the SQL and put the downloads
Sulake for creating the SWF
 
Banned
Banned
Joined
Jan 20, 2011
Messages
530
Reaction score
36
Oooo, More furniture. I love this!

Thanks alot!

-DaCoderLiam
 
Custom Title Activated
Loyal Member
Joined
Jan 25, 2009
Messages
1,539
Reaction score
4
lol nice Limo, did you make?
 
Junior Spellweaver
Joined
Dec 28, 2010
Messages
111
Reaction score
35
.Thanks very much! This is Some great new Furniture :)
 
Status
Not open for further replies.
Back
Top