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 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?
- 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?
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', '');