Well if your running the site on localhost instead of using localhost as the url just make it all 127.0.0.1 this would include in the config.php/and external_variables and external_override_variables.
They plan to release Nitro of course (https://devbest.com/threads/habborw-the-true-html5-champion.91262/#post-464871) , Cyclone was released aswell but no one knows how to set it up.
now, there is a project being worked on by the lovely @Maatt link to it is here...
The Game controller you can disable in your variables.
now for the unlimited HC you can set it to xxxx years within the database user_stats i think, just set the default to like 9999 then upon registration. You can remove the HC part off of ur purse without habbo ui editor (http://habboui.com/)
Well, Simply goto your config.php and make sure your Database name is the same as in your Navicat/HeidiSQL (dont know which you use) If it doesn't line up well then gg
RoomData.cs Line 87:
if (!string.IsNullOrEmpty(Row["users_now"].ToString()))
UsersNow = Convert.ToInt32(Row["users_now"]);
else
UsersNow = 0;
Change to this:
int intUsers;
if(!string.IsNullOrEmpty(Row["users_now"].ToString()) &&...
If your doing a hotel, you should be able to goto the computer you are hosting it on (locally) and goto Windows Defender advanced firewall or some shit and allow all the ports there on your pc if you are hosting it on your pc.
Then whats the point of asking for help on this forum if your not going to share with the rest of the community how you fixed it. Say you didn't fix it and someone else helped you and you'd be appreciative. The least you can do is tell Devbest how you fixed it, instead of being a dick about it...