lisabe96 Posted January 2, 2016 Share Posted January 2, 2016 (edited) How can I know for sure that an NPC is death? entity.exists() sometimes fails and isAnimating() can be used in combat Edited January 2, 2016 by lisabe96 Quote Link to comment Share on other sites More sharing options...
Chris Posted January 2, 2016 Share Posted January 2, 2016 Npc.get health percent == 0 Quote Link to comment Share on other sites More sharing options...
Zappster Posted January 2, 2016 Share Posted January 2, 2016 Have you tried calling getHealth and checking if that's 0? Quote Link to comment Share on other sites More sharing options...
lisabe96 Posted January 2, 2016 Author Share Posted January 2, 2016 Thanks, hadn't seen that method before, still pretty new to the API 1 Quote Link to comment Share on other sites More sharing options...