olliedean
ollie.cool
- Jan 28, 2013
- 433
- 107
I know RevCMS is irrelevant to the issue, oh well.
I'm using PRODUCTION-201701242205-837386173, Alaska PlusEMU 2 Edits.
I actually have multiple issues (Broken group badges, broken wired, broken moodlights), taking it one by one though.
Anyone know a fix to this? I'd prefer not to have to switch emulators, if I need to change swfs, so be it, but this is the latest Production I could find.
Thanks in advance.
I fixed it, had to run a SQL query.
I'm using PRODUCTION-201701242205-837386173, Alaska PlusEMU 2 Edits.
I actually have multiple issues (Broken group badges, broken wired, broken moodlights), taking it one by one though.
Anyone know a fix to this? I'd prefer not to have to switch emulators, if I need to change swfs, so be it, but this is the latest Production I could find.
Thanks in advance.
I fixed it, had to run a SQL query.
Try this query on mysql
Code:UPDATE `furniture` SET `behaviour_data` = `furniture`.`clothing_id` WHERE `furniture`.`clothing_id` > 0 AND `furniture`.`behaviour_data` = 0; UPDATE `furniture` SET `behaviour_data` = `furniture`.`wired_id` WHERE `furniture`.`wired_id` > 0 AND (`furniture`.`interaction_type` = 'wired_effect' OR `furniture`.`interaction_type` = 'wired_trigger' OR `furniture`.`interaction_type` = 'wired_condition');
I had the same problem and XZ3 Helped me!You must be registered for see links