JavaScript Browser 3D MMORPG - Maiu Online - #2 - Npc quest status icon


Hello Adventurers,
Long time no see! Recently I was spending less time on the project and I was focused on server side stuff. I refactored a lot of code and also did few improvements. This time I added quest status mark on npc to indicate if are there any quests to take or finish.


Video presentation:



Aside this, server refactoring and small improvements these are the things that changed since last update:

1. added movement lag compensation - in file db will keep data between server restarts
2. new event bases spatial system (previous one was calculating subscriptions changes periodically each 1s), this change should bring more responsiveness to the game eg. picked up item will disappear faster than before
3. small optimization in server side network publisher will reduce latency a little bit.
4. introduced delay to ecs entity ids recycling mechanism to avoid potential bugs.
5. some initial work to prepare game server to be able to spin up more zones in one simulation (for arenas/dungeons etc)
6. nicer snow flakes effect for magic arrow spell (Wizard)

Also i was trying to rework movement and combat system but I failed. Idea was bad and I decided for now to postpone work.

Leave a comment

Log in with itch.io to leave a comment.