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 Amariconao

  1. A

    Plus++ Emulator - Community Continuation of Plus Emulator

    I'll see if I can do something. Could you tell me where I can download a compatible client? I haven't worked with Habbo for many years.
  2. A

    Plus++ Emulator - Community Continuation of Plus Emulator

    I've been looking through the code and seen things like: You must be registered for see element. You must be registered for see element. What sense does it make to initialize a Task with what it entails below, so that it results in synchronous execution? It would be fine to do this if you are...
  3. A

    Plus++ Emulator - Community Continuation of Plus Emulator

    Hello The General, I have followed your work closely all these years, and it is a pleasure to be able to speak with you. I agree with you. I started in this scene thanks to open source emulators, and, in fact, today I dedicate myself to software development for those years when I played Habbo...
  4. A

    Plus++ Emulator - Community Continuation of Plus Emulator

    (Forgive my English, I'm Spanish). As an idea I think it's very good, but the code base is a bit of a mess. I think that the classes are too complex which will end up leading to poorly maintainable code (such as the Environment/Program class), in which, for example, extension methods could be...
  5. A

    Bobba.io - HTML5 Habbo implementation

    Its not useless. Its intresting for see how he work with packets and for me for learn about websockets :blush:
  6. A

    Bobba.io - HTML5 Habbo implementation

    Hey bro! I let here from you the code of i used for try a few things. I hope u will use this for fix some things :D Only for the developer (If he pm me i will delete this)
  7. A

    Kepler - v21 Emulator [Java, MariaDB, Netty]

    Re: Kepler - v13 Emulator [C11, SQLite3, libuv] Hey Alex! Are tour project un github? It will be interesting! I will check that and start a little project in Go based on your server just for improve muy Go. Thanks!
  8. A

    Kepler - v21 Emulator [Java, MariaDB, Netty]

    Re: Kepler - v13 Emulator [C11, SQLite3, libuv] SQLite worth? It's slower and mono-user(no concurrency)... Wathever, good luck with the project! If you want to test Go i can publish a little emu with handshake in Go. (You did one with python, java, now C11, etc...)
  9. A

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

    Re: Icarus (Production) - Java Server [MySQL, Netty] Nice to see you again alex! Have you update your github?
  10. A

    Private What about a emulator in a language like Go?

    Wow, your first code is simply beautifull. But as a point i think hand-made functions will be faster than lambda. Probably i will publish GopheR (Te HH base in Go) and will see if the community accept and use it. Ty for you comments Moogly, i always love reading people like you :3
  11. A

    Private What about a emulator in a language like Go?

    More than eccentric I would say that they want to make Go a different language, not something like Java, C # or things like that in the end the way to code them is the same. For example, the interfaces of Go are different than in Java and C #, just as object-oriented programming is not done by...
  12. A

    Private What about a emulator in a language like Go?

    I have a early base of the server, i can publish it but i need to recode some things that i have learn trying things. But i only want to publish the base, I only like programming things like database, emu-core, sockets, etc... Not habbo parts...
  13. A

    [C#, PHP, R38] Project Aurora

    Re: [V9] [R35] Aurora Emulator [C#] [NHibernate] [DotNetty] [Log4net] You can try with string.Join(STR, ",") it will be better too :p
  14. A

    [C#, PHP, R38] Project Aurora

    Re: [V9] [R35] Aurora Emulator [C#] [NHibernate] [DotNetty] [Log4net] TRUE!:love: As martinmine say on his post: You must be registered for see element. Understand what happens under the hood If you want to write effective code, you must understand what happens under the hood of the code...
  15. A

    [C#, PHP, R38] Project Aurora

    Re: [V9] [R35] Aurora Emulator [C#] [NHibernate] [DotNetty] [Log4net] I dont know what is the max lenght of columns will be, but is a question of permormance. I give you a stackoverflow post for read, not for state there and be beautifull... You must be registered for see element. PD: I know...
Back
Top