CanaryMod
CanaryMod copied to clipboard
Plugin devs can add sound or particle effects to the world (http://wiki....
...vg/Protocol#Sound.2Fparticle_effect_.280x3D.29 for more information).
Isn't this also possible by calling a specific method in OWorld? I'd rather have higher level hooks than hooks that directly send packets.
I just looked, and I traced the method back to OWorldManager, but there it appears to do nothing. I also found no classes that extend or implement OWorldManager, it is created directly when it is used. I tried using the method, and it appeared to do nothing.