You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently monsters are using DoMove(m_Mobile.DirectionTo(m_Mobile.Home)); where the direction does not path them properly home.
We should rearchitect movement entirely since it is constantly creating new PathFollower(). Since the core is now available we can come up with a better way to do this.
The text was updated successfully, but these errors were encountered:
kamronbatman
changed the title
Fix monsters do not properly path home
Monsters do not properly path home
Oct 25, 2022
Currently monsters are using
DoMove(m_Mobile.DirectionTo(m_Mobile.Home));
where the direction does not path them properly home.We should rearchitect movement entirely since it is constantly creating
new PathFollower()
. Since the core is now available we can come up with a better way to do this.The text was updated successfully, but these errors were encountered: