Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[HTML5] Habbo HTML5 Base [NodeJS, SOCKET.IO, lowdb] NOTHING SPECIAL

Junior Spellweaver
Joined
Dec 29, 2015
Messages
111
Reaction score
75
hi guys!
I'm gonna release a Habbo HTML5 copy (not finished) for you.
You can use it and change it. I don't care.

I started with the tiles, but I stopped it.
Screens:
0edf3a3a64a4ed9b9b62b7eb3f5721d7 - [HTML5] Habbo HTML5 Base [NodeJS, SOCKET.IO, lowdb] NOTHING SPECIAL - RaGEZONE Forums


800ed4ed74daac47b57f09837983dd33 - [HTML5] Habbo HTML5 Base [NodeJS, SOCKET.IO, lowdb] NOTHING SPECIAL - RaGEZONE Forums


I'm also using lowdb (for the database).
Snippets:
Code:
  socket.on('auth', (user) => {    //TEST
    const users = ['Kylon'];


    //Check if user Kylon exists
    if(users.indexOf(user.username) > -1) {
      console.log(user.username + ' connected');
      //set auth for client and server to true
      socket.emit('auth', true);
      authenticated = true;
      //send all rooms
      socket.emit('rooms', db.get('rooms').value());
    }
  });
the design should look like this:
Kylon - [HTML5] Habbo HTML5 Base [NodeJS, SOCKET.IO, lowdb] NOTHING SPECIAL - RaGEZONE Forums


Download it from here:
see you.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Feb 7, 2014
Messages
58
Reaction score
25
Credits for design: Janjao.ban (João Peixoto)
 
Newbie Spellweaver
Joined
Feb 7, 2014
Messages
58
Reaction score
25
np.
@juust: ok. I took the design from a german forum. And after searching the name, I found this.
Kylon - [HTML5] Habbo HTML5 Base [NodeJS, SOCKET.IO, lowdb] NOTHING SPECIAL - RaGEZONE Forums

but I don't give, because I recoded it.

RE-C

Not because you are remaking the project he the credit is all yours is the same thing you steal a car and change the color and say it's your.
(Note: I'm not saying you do not have the credits)
But anyway credits for designer: Janjao.ban (Jorge Peixoto) posted on idHabbo (Original Version)
Kylon - [HTML5] Habbo HTML5 Base [NodeJS, SOCKET.IO, lowdb] NOTHING SPECIAL - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Feb 10, 2016
Messages
93
Reaction score
73
Awesome Kylon. I am overwhelmed.

Keep it up!

Yours Sincerely,
Sonay:love:
 
Junior Spellweaver
Joined
Feb 7, 2013
Messages
187
Reaction score
19
No, I never got around finishing it...
Do you think you'd ever consider releasing it? Would be great to see either you or someone else finish that off. Good job at doing what you did, by the way.
 
Junior Spellweaver
Joined
May 13, 2012
Messages
130
Reaction score
81
Do you think you'd ever consider releasing it? Would be great to see either you or someone else finish that off. Good job at doing what you did, by the way.

Yeah, when I have time and finish everything related to furniture, since everything else is rather trivial if this is done.
 
Junior Spellweaver
Joined
Oct 26, 2014
Messages
176
Reaction score
117
I might work on this in my free time, thanks for the release.
 
Back
Top