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 jasper199069

  1. jasper199069

    Mabinogi server emulator

    Just some small comments here ;) I haven't got any notice from Nexon (or GitHub for that matter) on what was infringing copyright but my best guess is the network protocol, because the rest was normal design pattern stuff found in almost every application. Next to that I tied my own name to it...
  2. jasper199069

    Mabinogi server emulator

    As it seems we have also got a DCMA from nexon korea. Still unsure what I will do now, maybe continue maybe not. The server was created to learn, learning I did but I still enjoy programming for this server. I will post something as soon as I know more.
  3. jasper199069

    Mabinogi server emulator

    @raymondtang indeed, this server should work on linux, mac and windows without any issues (if configured correctly). Also it is lot more light than the official (leaked) server. Just now a new version of the launcher was released. This version of the launcher has been set on version 2.0.0...
  4. jasper199069

    Mabinogi server emulator

    @TheOni Don't worry, it is far from dead yet, development is going great, and a few weeks ago we released version 0.1.0. Soon 0.2.0 is to be released ;)
  5. jasper199069

    Mabinogi server emulator

    Shout out to any php or javascript developers if you are interested in supporting this project, please contact me. Currently we are working on an electron app for the launcher, nodejs for the server itself and php for the wordpress site.
  6. jasper199069

    Mabinogi server emulator

    Another update on the project, the launcher is now released, soon a new version will come with minor bug-fixes. In the mean time the website has gotten a makeover and a completely updated system. A lot of work will now be done on the API of the server and the website. If the API has been...
  7. jasper199069

    Mabinogi server emulator

    Just released version 0.0.5 this adds a basic API with bearer token authentications and a cli to add accounts and api tokens. next to some bug fixes. However a small update, soon I will be going on vacation so in the upcoming month not a lot will happen, sorry in advance for this, I will make...
  8. jasper199069

    Mabinogi server emulator

    @AdeptGamer thanks for the mention, I have indeed checked out discord before, however back then it wasn't what it is today. I have added a link to the TS. for the people to join.
  9. jasper199069

    Mabinogi server emulator

    Another update, this time there is version 0.0.3. - A basic implementation of NPC shops has been done, and you can only sell items (you get nothing in return as yet). - Also Tir Chonaill properties have been added so you have more world interaction possible. - You can now drop and pickup...
  10. jasper199069

    Mabinogi server emulator

    You must be registered for see element.Hello again, I have just released version 0.0.2. This version includes the following: - A basic npc (can be found on the main square in Tir). - Static mobs (very basic) can be found in the graveyard (they still have the wrong color). - Characters/ pets...
  11. jasper199069

    Mabinogi server emulator

    @TheOni, Thanks for your reply, anyway I haven't been able to get to the skills yet, this will still take some time before I am able to do them, however when they are done, you can basically do anything with it you like (as long as the clients supports it, also that is what my guts is saying for...
  12. jasper199069

    Mabinogi server emulator

    First semi stable release is done, we will move on to version 0.0.2! Version 0.0.2 will have the following points of work done: - Basic server functionality will be rechecked. - Response objects will have a broadcast function. - Server will handle their own relation with artemis (messenger of...
  13. jasper199069

    Mabinogi server emulator

    Hmmm, the first thing is cry of course ;) Second, perhaps start over with a private repo somewhere underground. However the code is based on a very legacy project (the leaked server) and as long as I don't copy NPCs and quests literaly as they are from Nexon (copyright etc) and don't accept any...
  14. jasper199069

    Mabinogi server emulator

    Another update for the time being, a lot has changed about package handling in the server, everything is based on events (more dynamic and just as JS actually is build). Also we have gone back to the Legacy version, based on the leaked binaries on this site. (However this system is way faster)...
  15. jasper199069

    Mabinogi server emulator

    Heads up: Our new laucher will be coming soon, still a few bugs and minor setbacks however they will be patched, here some screenshots. Current issues: - Launching the client (client not actually starting) - Packaging the windows installer
Back
Top