Roseau
Habbo Hotel v1 server, 2001 client revision
Roseau has been a small project I worked on for a few months now and I've finally come to the point where this is pretty damn complete, far surpassing the original v1 servers that have already been released.
If you're wondering where the...
Another WW2 game based around Americans -_- boring
Why isn't there ever any other games from the Soviet Union point of view? Everyone forgets that the Russians did so much more than the US.
My honest option is that you sound burnt out, take a break - for as long as you need, and then have a think about this project. It's not uncommon at all to be burnt out on a single project after working on it for a long time, some people just need breaks.
It's happened to me and it's happened...
Do me a favour and don't mix all your database queries throughout your entire source code, otherwise you're just doing what every other server has done since since the dawn of Habbo emulation.
For example, in my C++ server all of my database access is moved to database access objects/dao files...
Go to \HabboHotel\Rooms\Chat\Commands\CommandManager.ms
Add
using Plus.Communication.Packets.Outgoing.Rooms.Notifications;
At the top, and then go to line 80 and find
Session.SendPacket(new MOTDNotificationComposer(List.ToString()));
Replace it with this...
No, all you need to do is compile this version above in Visual Studio on Windows - if you make any changes (doesn't matter what operating system).
And then use the command to run it:
mono "Plus Emulator.exe"
Which is inside this directory...