Page 1 of 1

1.6.6 Shoes of Moving Slowly doesn't work with Bump Attacks

Posted: Thu Jan 16, 2020 4:34 pm
by Potkeny
Shoes of Moving Slowly correctly has the stacks when using the attack-talent, but when bump-attacking (using movement keys), it resets them, as if the character had moved.

Re: 1.6.6 Shoes of Moving Slowly doesn't work with Bump Atta

Posted: Thu Jan 16, 2020 5:27 pm
by nsrr
I can't look at DLC code away from my PC, but I'm guessing that this item is using a callbackOnMove that is not checking to see if the final x and y after the 'movement' are actually different from the original x and y. It's a common mistake with this callback.

This would be easy to check by seeing if bumping a wall also has the same result. You may need to move the mouse or hit a hotkey to make the UI update after bumping the wall.