You are either missing NPC Chathead models or you don't have some line of code that sends the head to the interface.
Try this if your using ErasedPkz (Summoning.java):
Find:
Below Add:Code:public void SummonNewNPC(int npcID) {
Code:c.getPA().sendFrame75(npcID, 17027);







