Lots of changes, found them all quite nice.
Would be better if you added the dates for the system updates and the time for the chatbox
With all the health bars and all the gameplay starts to lag quite much. Is it possible if it becomes faster? 10 seconds is a little too fast for the potion, for me it lags a little, and the potion effect disappears. Is it just me or the hacker shield lasts for 10 minutes? It would be great if so
Lots of details about the coins also gone, display the number of coins the user have too. Love the exp bar now, more professional, and add a percentage bar too, for the exp. Makes it easier too, and display the exp,hp,mp all the time. Quite a nice game now, more graphics, but I wouldn't say its a MMORPG game, cos it is not really multiplayer
Anyways hope to see better and smoother gameplay! ^^
well, about the 10 secs.
I was trying to make the drinking potion have some effects instead of just add points to the hp only.
So, it will last for a while for this effect. or I can just add hp into your status.
that means, now even if you lagged, you still get the hp.
I guess you need the recovery effect for last as long as possible right?
method 1: get new item.
here is a new item:
as you can see, you can hit and get hp.
(item engine: weapon will get more points, armor will get less)
with these kind of items, you can be invincible in easy and normal mode.
method 2:
I will add new skill of HP, then if you enable it, you can have more hp recovery point.
(hacker shield last 10 mins)
and MMORPG is still the target, it now only basic game.
current system is still in PHP + database mode, I wrote 99% of the code.
that means, your every click and hits, the server need to update them at the same time.
I am using the nginx web server, it shoud be the fastest one to handle these traffic.
I will think about if there any possible to do better games with PHP, or I need jump to Node.js.