Probably because you didnt set allow_lay
Printable View
Probably because you didnt set allow_lay
rly wired, i don't have that, i have only allow_sit
Dont know how your table structure looks. In arcturus there is a allow_lay column.
Try looking at some bed you already have in your hotel that works and compare it against your bed to see what difference there is.
its like all the furni are not functional, even the parasoll like when i click on it won't open :/
Show me your SQLs. I dont think its a problem with the SWF.
furnidata.txt
["s","1001","rainbow_c19_flags","100001","0","1","1","rainbow_c19_flags","Rainbow Flags",","-1,"-1"],
["s","1002","rainbow_ltd19_parasol","100002","","","","rainbow_ltd19_parasol","Rainbow Parasol",","-1,"-1"],
["s","1003","rainbow_c19_chair","100003","0","1","1","rainbow_c19_chair","Rainbow Chair",","-1,"-1"],
["s","1000","rainbow_c19_bed","100000","0","1","1","rainbow_c19_bed","Rainbow Bed",","-1,"-1"],
Furniture 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
(100000003, 'rainbow_c19_chair', 'rainbow_c19_chair', 's', 1, 1, 1, '0', '0', '0', 1003, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');
Try this, changed allow_sit to 1 and interaction_modes_count to 2
(100000003, 'rainbow_c19_chair', 'rainbow_c19_chair', 's', 1, 1, 1, '0', '1', '0', 1003, '1', '1', '1', '1', '1', 'default', 2, '0', '0');
the chair works fine, but the parasol, and bed is not ;) i sendt you a pm