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!

Recent content by cabeludo007

  1. cabeludo007

    Official [MEGATHREAD] Habbo 2020

    Re: [MEGATHREAD] Habbo shows first look of the new UI sandbox is in activity since 04/21 or earlier You must be registered for see element.
  2. cabeludo007

    Asteroid Project [HTML5, Angular, Node, Socket]

    about the json communication: the reason habbo use raw byte array buffer using short type headers instead json objects is because it makes the packet length the minimum as it can. So imagine your emulator will send the client a room 100x100 with 500 objects. Each item is a json object with its...
  3. cabeludo007

    Asteroid Project [HTML5, Angular, Node, Socket]

    Nice, good work. i have some questions: How will you handle the communication server-client, (json, habbo's default)? Is the pathfinder inside client for development purposes only or will it be on releases?
  4. cabeludo007

    HabboUI.com

    What's the maximum file size for swf's?
  5. cabeludo007

    Project Igloo: Habbo in HTML5/Canvas [Pixi.JS / VueJS / Bootstrap4 / WebSockets]

    That's the spirit that can guide the habbo section forward, even when habbo dies because after this, there will be nothing anymore to copy, just to create. And if there's no one in this community like you that think out of the box, this section will die too. Congratulations, great project!
  6. cabeludo007

    SWF source code - PRODUCTION-201611291003-338511768

    Nice release, very useful even to make html5 clients, knowing habbo rendering engine of rooms, furnis, players and pets (this last one is hard, at least for me). This kind of release can make easier to migrate from flash to newest technologies Very thanks for sharing <3 #edit Could you git...
  7. cabeludo007

    Holo5 - HTML5 Engine [NodeJS, TS, Sass, MySQL]

    seems like a great project! i have a question about the floor drawing process: do you use sprites of squares and stairs or is this drawn on the run (like, textured vectorised polygons, like habbo does)?
  8. cabeludo007

    Bobba.io - HTML5 Habbo implementation

    The greatest engine i've seem. Great job!
  9. cabeludo007

    [Christmas Gift] Water Furni "Fix"

    Hi! I'd like to share a little "fix" for a old furni on habbo that a lot of users loves, the Habbo Water. So, what i will explain here is a way to YOU create a algorithm that makes the water borders appears and disappears in a right way Eg: You must be registered for see element. You must be...
  10. cabeludo007

    [HTML5] Habbo5 [Typescript, Vue, Webpack, WebSocket]

    Re: spaghetti html5 2018 - HTML Retro Habbos Age! Great Job!
  11. cabeludo007

    [LATEST] Icarus Emulator [Java, Netty, MySQL, Plugins, Camera]

    Re: Icarus (Production) - Java Server [MySQL, Netty] Thanks for sharing this emu development! i loved your plugin manager so much that i decided to make my own plugin manager based on yours. I used luaj as you did and i used Rhino for javascript plugins. You must be registered for see element...
  12. cabeludo007

    Private Emulator developers, read this.

    Cool, let's make a RageZone tables naming pattern! But not. The real problem here is on the cms's y'all cms developers are just worry with the appearance of your project but not the structure behind that. There are so many ways to make a dynamic cms that can be used on many emulators just using...
  13. cabeludo007

    [LATEST] Icarus Emulator [Java, Netty, MySQL, Plugins, Camera]

    Re: Icarus (Production) - Java Server [MySQL, Netty] I always look the habbo script, i know that, i wasn't talking about the server-client communication, but the server-db and db-server communication lmao... i don't know why but, thanks for the tip <3 about the dimmer constructor... Every...
  14. cabeludo007

    [LATEST] Icarus Emulator [Java, Netty, MySQL, Plugins, Camera]

    Re: Icarus (Production) - Java Server [MySQL, Netty] Still about the dimmer... i would like to know what you think about to save the dimmer configuration data on the furni instead of to save in the room... I'm planning to do this, saving the data on the furni extradata column (on db), using...
  15. cabeludo007

    [LATEST] Icarus Emulator [Java, Netty, MySQL, Plugins, Camera]

    Re: Icarus (Production) - Java Server [MySQL, Netty] I don't know yet, i'm trying to make the dimmers work too. When i discover how it works i'll put here... You must be registered for see element.
Back
Top