June 25, 20178 yr How to force stop move when char cast spell? even if (MovementManager.InMovement) { MovementManager.StopMove(); } don't work
June 25, 20178 yr if(ObjectManager.Me.GetMove) MovementManager.StopMoveTo(true, 500); It usually won't try to more any more, if you're currently casting
Create an account or sign in to comment