Furni doesn't rotate

uttmmmm5

Member
May 18, 2016
110
5
Hey
I have a problem with one of my furniture.
The furni is really important for me and it must work perfectly... idk why but it doesn't rotate if i click on the "rotate" button.
On an older project it works without problems.

Did somebody knows how I can fix this?

Best Regards
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
Maybe change the interactions so that it's more than one? Maybe this furniture changes on double clicking not rotating? Have you tried setting it to 4 on the interactions?
 

Menkz

Member
Jul 9, 2010
374
167
run this sql
Code:
UPDATE `furniture` SET `id`='8387', `item_name`='hween_c15_road', `public_name`='hween_c15_road name', `type`='s', `width`='2', `length`='2', `stack_height`='0', `can_stack`='1', `can_sit`='0', `is_walkable`='1', `sprite_id`='8387', `allow_recycle`='1', `allow_trade`='1', `allow_marketplace_sell`='1', `allow_gift`='1', `allow_inventory_stack`='1', `interaction_type`='default', `behaviour_data`='0', `interaction_modes_count`='3', `vending_ids`='0', `height_adjustable`='0', `effect_id`='0', `wired_id`='0', `is_rare`='0', `clothing_id`='0', `extra_rot`='1' WHERE (`id`='8387');
 

uttmmmm5

Member
May 18, 2016
110
5
run this sql
Code:
UPDATE `furniture` SET `id`='8387', `item_name`='hween_c15_road', `public_name`='hween_c15_road name', `type`='s', `width`='2', `length`='2', `stack_height`='0', `can_stack`='1', `can_sit`='0', `is_walkable`='1', `sprite_id`='8387', `allow_recycle`='1', `allow_trade`='1', `allow_marketplace_sell`='1', `allow_gift`='1', `allow_inventory_stack`='1', `interaction_type`='default', `behaviour_data`='0', `interaction_modes_count`='3', `vending_ids`='0', `height_adjustable`='0', `effect_id`='0', `wired_id`='0', `is_rare`='0', `clothing_id`='0', `extra_rot`='1' WHERE (`id`='8387');
Works, thank you!
 

Users who are viewing this thread

Top