Tomm0017 / rsmod

New repository: https://github.com/rsmod/rsmod
https://github.com/rsmod/rsmod
Apache License 2.0
123 stars 100 forks source link

Fix NPC respawning #80

Closed hfreeb closed 5 years ago

hfreeb commented 5 years ago

Previously, the NPC's queues were being using which means that after the NPC was removed, the execution would just stop on QueueTask#wait.

Also, the animation was always one cycle too short.