Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

[NOT CODED] Rooftop Cafe Furni [NOT CODED] Custom 

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 30, 2011
Messages
7
Reaction score
2
Location
Australia
Hey, I just took these out of the rooftop and cleaned them up (removed background of it, rotated sofa to more directions) and i thought it would make a create furniture set for hotels.

Zelando - [NOT CODED] Rooftop Cafe Furni [NOT CODED] - RaGEZONE Forums


Obviously, This was very easy and simple to do but i cant code and make custom swfs etc. Hoping other people like it and will code it. ;3
 
Aren't these allready in swfs. If you check in your public_swfs there will be something like rooftop_cafe_sofa.

Sent from my mobile via Tapatalk.
 
I love these, I'm always hanging out in the rooftop cafe, using override to sit in the seats, These are really wonderful furni, The windows should be coded aswell, And the coffee machine. ;'D
 
I Try to get the catalog and swfs going

Hey, I just took these out of the rooftop and cleaned them up (removed background of it, rotated sofa to more directions) and i thought it would make a create furniture set for hotels.

Zelando - [NOT CODED] Rooftop Cafe Furni [NOT CODED] - RaGEZONE Forums


Obviously, This was very easy and simple to do but i cant code and make custom swfs etc. Hoping other people like it and will code it. ;3

heres some thing im not sure if this will work but try it let me know cause i dont normaly do these

furni sql

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 (1, '', '', '1', 2, 2, 1, '0', '1', '0', 1, '1', '1', '1', '1', '1', '1', 1, '', '0');

catalog sql


INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (1, '99', '1', '', '3', '', '0', '1');


furni data


["1","1","","1","0","1","1","","sofa","MADE BY RYSTB0","","-1","-1"],
 
Last edited:
Status
Not open for further replies.
Back