runejs / server

RuneJS is a RuneScape game server written in TypeScript and JavaScript. The goal of the project is to create a comprehensive game engine, while also providing simple and easy to use content development systems and APIs.
GNU General Public License v3.0
238 stars 82 forks source link

[ENGINE] Convert existing `walkTo` using tasks to use new task system #407

Closed Jameskmonger closed 1 year ago

Jameskmonger commented 1 year ago

walkTo is broken (not in sync with server ticks) so need to convert all plugins using it to the new task system.

PR #406 has started this, see c5dc578472907f8d6dadca15cf0a362498d2a14c for an example way to introduce easily.

--