It's far better to be able to control each mob's habits individually, especially in the invis spell area where there are plenty of exceptions. Plus, allowing all normal NPCs to be able to see through IVU is as simple as:
update npc_types set see_invis_undead = 1 where bodytype != '3' and bodytype != '8';
|