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

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Potkeny
Low Yeek
Posts: 5
Joined: Fri Jan 22, 2016 10:31 pm

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

#1 Post 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.

nsrr
Sher'Tul
Posts: 1126
Joined: Mon Sep 21, 2015 8:45 pm
Location: Middle of Nowhere

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

#2 Post 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.

Post Reply