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

refactor: ♻️ use new task system for smithing plugin #394

Closed Jameskmonger closed 1 year ago

Jameskmonger commented 1 year ago

Still uses most of the utility code in the plugin, just moved from using the loopingEvent to some new custom ActorTasks 😄