brett19 / rosebrowser

ROSEBrowser is a free and open-source implementation of the ROSE Online 3D MMORPG for web browsers written from scratch using the latest web standards (WebGL, HTML5, Javascript, Threads, ...).
Other
20 stars 15 forks source link

Fix damage to wait till attack damage frame. #25

Open brett19 opened 10 years ago

brett19 commented 10 years ago

Currently we display attack damage as soon as we receive the packet. We should be queuing it and waiting until the damage frame of attack animation passes, then applying the damage instead.

exjam commented 10 years ago

This is especially important now we have implemented skills, it acts funny otherwise.

brett19 commented 10 years ago

Oh? How so?

exjam commented 10 years ago

Go fight some monster whilst using that scratch skill. I think server side they don't pause attack and it's like you're still attacking even whilst casting spell animation.