1.6.6 Shoes of Moving Slowly doesn't work with Bump Attacks
Moderator: Moderator
1.6.6 Shoes of Moving Slowly doesn't work with Bump Attacks
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
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.
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.