Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Fixed wired furni, now I cant log in?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Zusq" data-source="post: 439232" data-attributes="member: 82606"><p>After getting all my catalog fixed, I fixed my wired furni.</p><p></p><p>But upon re logging, In my emulator I keep getting an error and I cant log in... (Just keeps loading over and over)</p><p></p><p>I got it after adding aqilws's code to fix the wired into my SQL. </p><p>[CODE]UPDATE `furniture` SET `behaviour_data` = `furniture`.`clothing_id` WHERE `furniture`.`clothing_id` > 0 AND `furniture`.`behaviour_data` = 0;</p><p>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');[/CODE]</p><p></p><p>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</p></blockquote><p></p>
[QUOTE="Zusq, post: 439232, member: 82606"] 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. [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');[/CODE] 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 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Fixed wired furni, now I cant log in?
Top