That's not his issue, he didn't list his issue so I wouldn't recommend giving him fixes. He thought that he had his wired bugged because he picked up his wired that had a keyword with "hello", he then placed it in a new room and they keyword was still there. I've experienced this on many hotels...
Thank you, I’ll have a look now. Deleted the comment by accident
1556730301
@Joueur, do you know the issue that is causing this, I'm sure you said it was a table missing or so?
EDIT: This error occurs when I enter my room.
1556733694
UPDATE:
- I managed to fix my world for all users and now...
It is Alaska Emulator but edited, and FrankHasComeToday is basically a bot that enters the room whenever you make a new room once and gives you a rare. I’m not sure what gift box is?
I visit a room I believe and then I get the error. The database is originally from the release of Alaska.
Thank you, I’ll be sure to run that tomorrow as I’m about to sleep due to college. Is there anymore information about the my world not loading for some Users or is that linked with the has_forum table?
Hi all,
I've never discovered any of these issues ever so eek. I've checked over the rooms table and users table and everything seems to be fine.
I recently discovered this issue where users would log off and come back on eventually and then "My World" would fail to load for them, not sure why...
F12 and check the Console for any issues, post them here. One common issue is that you either haven’t opened ports, changed external variables and overrides in swfs to your url or linked SWFs properly.
To check if ports are open or not, try accessing the client via the VPS if it loads on the...
You need to change the class in OnlineCommand.cs to “OnlineCommand”. For example it might be class SitCommand : IChatCommand because you’ve copied and pasted another command to make it easier - You need to change the class to OnlineCommand.
It’d be: class OnlineCommand : IChatCommand Once...