Uhm? I'm not sure what you're on about. Plus/Rev hotels are dead? I don't think CMS or emulator choice has to do with a hotel being dead, it has to do with the community. My hotel does fine in BETA, averages 25+ players every day. Hablush gets 40+ players every day, under the most popular...
Plus + Rev, I was using Plus + Brain, but then I swapped because I wanted to go back to my old style.
Only the OGs use Plus Emulator, newer hotels use Arcturus because it already has everything on it basically, the problem is it's coded in Java.
Flash ending in December will not affect retros as a whole. With Orange Games working on a new framework for Habbo, i'm sure the retro community will be alive, maybe not the English community because everyone in this community just tear each other down and +1 everyone else, and that's why this...
Honestly, I don't think anything really attracts users these days, to be honest, it's kinda just you as a person and who you have working with you. There's hotels that get 30+ users and they're using a basic Arcturus setup and a CMS that has little to no customization with a logo generator that...
If this is even Plus Emulator, it's a foreign emulator, the emulator isn't in English, so if you're wanting to make it English, there's probably more things you need to edit besides the commands. I'd just use the original Plus Release then transfer what you want from the non-english emulator...
What? It loads to 76% if the production doesn't match the emulator, because if the production doesn't match the emulator, none of the packets will go through, meaning the connection packet won't go through either.
OT:
Check Logs/MySQLErrors, you're using Plus Emulator yes? So my guess is you...
I believe your issue is that the column called heightmap located in your room_models table has reached a maximum length, and so when you try to save it, it tries to create the model inside the table, but can't because it's reached the maximum amount of characters, so the sql is never injected to...
That emulator doesn't support Room Bundles, if you're still using the one that I sold Drey, it doesn't support room bundles, I've already tried coding them, either I didn't code them right or it doesn't support them. It's too outdated in revisions.
Run this query.
ALTER TABLE `furniture`
ADD COLUMN `behaviour_data` int(11) NOT NULL DEFAULT 0 AFTER `interaction_type`;
Also I assume if you don't have this column, you haven't ran required queries for Release 2, in the folder, there should be a folder called SQLs, run Behavior Changes.sql and...