Flag npc as dead when their health ratio hits 0
Sometimes npcs despawn without their HP var visible after death
This commit is contained in:
@@ -37,4 +37,6 @@ public interface RSNPC extends RSActor, NPC
|
||||
int getIndex();
|
||||
|
||||
void setIndex(int id);
|
||||
|
||||
void setDead(boolean dead);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user