Help me with my Hotel

Rawdog

New Member
Jan 24, 2013
10
0
Hi im making a retro and im going to install and i dont know how
 

Queef

Some people...
Jul 27, 2012
645
289
Easy,

Step 1) Download the SWF's for the car here >
Step 2) Copy the .swf file into your /htdocs/r63/hof_furni/
Step 3) Navigate over to your "furnidata.txt" in that same r63 folder and copy this after the very last "],"
Code:
["s","72519962","car","725969","0","1","1","","Car","Boom!","","-1","-1"],
Step 4) Save your "furnidata.txt" then go over to your phpmyadmin or Navicat, click on your database and click "SQL" (for phpmyadmin) or click "Query/New Query" (for Navicat) Copy and paste the following 2 code lines into the input box then hit go or run then clear your cache and your furni should be in the page you specified in the INSERT INTO `catalog_items` code.
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`, `is_arrow`, `foot_figure`) VALUES
(7251996, 'Car', 'car', 's', 1, 1, 1, '0', '0', '0', 72519962, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES
(7251997, 94, '7251996', 'Auto', 6450, 350, 0, 1, '0');

Extra Info: To edit where abouts the custom goes, edit in the INSERT INTO `catalog_items` code where it says "94," change that to the correct page id you want it to go to.

Hope i helped.
 

Rawdog

New Member
Jan 24, 2013
10
0
Easy,

Step 1) Download the SWF's for the car here >
Step 2) Copy the .swf file into your /htdocs/r63/hof_furni/
Step 3) Navigate over to your "furnidata.txt" in that same r63 folder and copy this after the very last "],"
Code:
["s","72519962","car","725969","0","1","1","","Car","Boom!","","-1","-1"],
Step 4) Save your "furnidata.txt" then go over to your phpmyadmin or Navicat, click on your database and click "SQL" (for phpmyadmin) or click "Query/New Query" (for Navicat) Copy and paste the following 2 code lines into the input box then hit go or run then clear your cache and your furni should be in the page you specified in the INSERT INTO `catalog_items` code.
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`, `is_arrow`, `foot_figure`) VALUES
(7251996, 'Car', 'car', 's', 1, 1, 1, '0', '0', '0', 72519962, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES
(7251997, 94, '7251996', 'Auto', 6450, 350, 0, 1, '0');

Extra Info: To edit where abouts the custom goes, edit in the INSERT INTO `catalog_items` code where it says "94," change that to the correct page id you want it to go to.

Hope i helped.
i cant launch my client RevCMS. I have grey screen
 

Attachments

  • config.txt
    3.2 KB · Views: 2

Users who are viewing this thread

Top