BarelyFunctionalCode / animation-transmog

This is a simple plugin which allows the player to customize which animations are used for various actions.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Teleport Animation conflicting with Tombs of Amascut's crystal scarabs #11

Closed Enriath closed 2 years ago

Enriath commented 2 years ago

When activating a crystal scarab, I guess the plugin thinks you're using a teletab as both use the same animation. This results in the chosen teleport animation playing (in my case Darkness Ascends), the player disappearing, and the camera being locked to the position it was before activating the item. The player can still move around and do stuff, but it's incredibly disorienting.

BarelyFunctionalCode commented 2 years ago

Wow, well that's no good! Thanks for letting me know, I will take a look at it here soon to try and differentiate between the crystal scarabs and teleporting.

BarelyFunctionalCode commented 2 years ago

This issue should be resolved with the latest update https://github.com/ArtimosPenguidor/animation-transmog/commit/d3bd75aea96ff18c6947a4c19452724dfa3085d8

This essentially disables the plugin in certain regions, like ToA. It's the only good way to go about this since the crystal scarab uses the same exact animation as a teletab and the plugin can't distinguish the two.

I'll close the issue once the new update has been released in Runelite.

Thanks! Nick