bump, still need help.If you’re using R2 did you run the wired SQL’s provided? Did you read the read me file on how to import these?
It looks like you’ve not read basic instructions as the wired is different in R2.
Besides there looks to be an error with the rooms table also, maybe you should use R1 of PlusEMU.
When I gave you the link to use a working database did you decide to use a different emulator?Done, here's the pastebin:You must be registered for see links
and here's a screenshot of the emu:You must be registered for see links
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');