on OSRS, each weapon has own turn, walk, running animations, this information is sent with appearance packet and is being stored in player instance. I need access for these information so i can check is another player running for example. Currently provided api, isMoving method tells only is the...