It seems like NPCs in wildy aren't aggressive.
Created by: Gptaqbc
Strange because we've got this already:
NpcAggressive.java (line 26) if (NpcHandler.npcs[i].inWild() && NpcHandler.npcs[i].MaxHP > 0) { return true; }
Maybe the public boolean inWild() in NPC.java isn't working properly.