Adding Customs

Mortzoo

Member
Feb 20, 2014
120
13
Hi DevBest! :)

I have this problem, that when i run the SQL (Which is completed), added the furnis to hof_furni, reloaded my client and cleared my cache - it still wont load?

I hope some of you knows the error. :)

Thanks,
vNani :)
 

Ghost

Legacy, it's all anyone leaves behind.
Jun 8, 2012
1,640
503
Hi DevBest! :)

I have this problem, that when i run the SQL (Which is completed), added the furnis to hof_furni, reloaded my client and cleared my cache - it still wont load?

I hope some of you knows the error. :)

Thanks,
vNani :)

What browser are you using? It might be a caching issue if is Chrome for some reason Chromes Clear Cache has been giving issues lately.
 

JayC

Well-Known Member
Aug 8, 2013
5,505
1,401
Correct Steps to follow:

- Put SWF in the correct folder (default is called hof_furni usually)
- Open Furnidata and make a new line with the correct syntax for the furnidata
- Insert SQL's into catalog_items and furniture tables
- Go to client and say :update_items and then :update_catalog
- Clear your cache
- Reload client

If all of this is done correctly sounds like it could be an error in your emulator, what emulator are you using?
 

JayC

Well-Known Member
Aug 8, 2013
5,505
1,401
use this SQL template I made for Phoenix/Gold Tree EMU:
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
(CODE 1 (8), 'SWF Name', 'SWF Name', 's', 1, 1, 1, '1', '0', '0', CODE 2 (8), '1', '1', '1', '1', '1', 'default', 4, '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(CODE 1 (8), 'PAGE HERE', 'CODE 1 (8)', 'Catalog Name', '0', '0', '0', '1');


["s","CODE 2 (8)","SWF Name","CODE 3 (6)","0","1","1","","Furni Name","Furni Desc","","-1","-1"],

and if anyone viewing this thread has an RP , not sure what emulator this goes to because I haven't done an RP in forever but this was the SQL I made and used:
INSERT INTO `item_definitions` (`id`, `sprite_id`, `name`, `type`, `behavior`, `behavior_data`, `stacking_behavior`, `size_x`, `size_y`, `height`, `allow_recycling`, `allow_trading`, `allow_selling`, `allow_gifting`, `allow_inventory_stacking`, `walkable`, `room_limit`, `spname`) VALUES
(CODE 1 (5), 'CODE 2 (6)', 'SWF Name', 's', 'static', '5', 'terminator', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', '');

INSERT INTO `catalog_items` (`id`, `page_id`, `base_id`, `preset_flags`, `name`, `cost_credits`, `cost_pixels`, `enabled`, `amount`, `club_restriction`) VALUES
(CODE 1 (5), 'PAGE', 'CODE 1 (5)', '', 'Catalog Name', '3', '0', '1', '1', '0');


["s","CODE 2 (6)","SWF Name","518573","0","1","1","","FURNI NAME","FURNI DESC","","-1","-1"],
 

Users who are viewing this thread

Top