RuneMate / Issues

Client and API Issue tracking. See README for more information.
8 stars 0 forks source link

AnimationListener is not supported on RS3 #16

Open ccarpenter04 opened 5 years ago

ccarpenter04 commented 5 years ago

Describe the bug The AnimationListener never receives events on RS3

Affected game modes: RS3.

RuneMate version: 2.95.10

To Reproduce Steps to reproduce the behaviour:

  1. Submit an AnimationListener to the event dispatcher.
  2. Change the animation of your local player (or an npc/other player)
  3. Wait for an event to be received, and then realize that the event isn't being triggered.

Expected behaviour The AnimationListener should receive an event everytime an Actor's animation changes.