Zusq
New Member
- Sep 12, 2018
- 5
- 1
After getting all my catalog fixed, I fixed my wired furni.
But upon re logging, In my emulator I keep getting an error and I cant log in... (Just keeps loading over and over)
I got it after adding aqilws's code to fix the wired into my SQL.
I can't really follow where it tells me to go in my directory cause I don't have a User/Sledmore and so on... Cant join the rooms I've created on other accounts either (Emulator shows an error for that) So I don't know why just that account is all bugged out
But upon re logging, In my emulator I keep getting an error and I cant log in... (Just keeps loading over and over)
I got it after adding aqilws's code to fix the wired into my SQL.
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 can't really follow where it tells me to go in my directory cause I don't have a User/Sledmore and so on... Cant join the rooms I've created on other accounts either (Emulator shows an error for that) So I don't know why just that account is all bugged out