jlnunez89 / fibula-mmo

An open source server written in C# for the other-leg-bone-name game (which must not be named).
MIT License
28 stars 7 forks source link

Implement pathfinding and auto-walk (server mandated) #31

Closed jlnunez89 closed 4 years ago

jlnunez89 commented 4 years ago

For auto walking on i.e. a far away item being used/moved, the server should pathfind and schedule such movements in the movements queue.

jlnunez89 commented 4 years ago

This is completed.