Setting "intrinsic" resistances and damages on NPCs
Posted: Tue Apr 03, 2012 5:52 am
I'm trying to set resistances and damages on NPCs but they don't seem to take when I make the necessary entries in the NPCDesc.cfg file.
According to the POL docs to give an NPC a fire resistance of 10 you add the following to an NPCs template:
However when I try to read the resist_fire member for that NPC it returns a value of 0. The same holds true for damages as well.
Any idea what I am doing wrong?
Thanks in advance.
According to the POL docs to give an NPC a fire resistance of 10 you add the following to an NPCs template:
Code: Select all
FireResist 10Any idea what I am doing wrong?
Thanks in advance.