ironbane / IronbaneServerLegacy

A 3D MMO written using pure javascript.
http://www.ironbane.com/
GNU General Public License v3.0
175 stars 44 forks source link

First use of spellbook or torrent staff does not show the missile #413

Open msouth opened 10 years ago

msouth commented 10 years ago

The shadow of the missile is visible, and it does the damage, etc, but the actual cloud/fire effect thing that travels from the weapon to the target is not visible.

From the second use on it works as expected.

By "first use" I mean "first use during this login session". I'm not sure what happens when you first pick it up from the chest. But every time I equp it and use it for the first time in a session, I get this bug.

TheRestIsATest commented 10 years ago

probably because it has to load the sprite first

LunaSolVT commented 10 years ago

How about preloading the projectile graphics on equip instead of on first use?