FluffyDingo
Well-known member
Hey all, I've got an item that adds channel resistance if the wearer is an undead. Currently I have channel resistance bootstrapped on with the condition of:
fieldval:gIsEquip <> 0 & HasType.tpUndead <> 0
at First 500. Well, it works just fine if the base race is undead, but doesn't register the wearer being undead if the type was gained via template. I ASSUME it's a timing issue, but I've tried a gambit of them, and no luck. Looked like templates had Override Type at First 510, and looking at Tasks for type it said Activate Overridden Type at First 525, but I've tried a range from 500, 515, 530, even 5000, and still no luck. Something I'm missing here?
fieldval:gIsEquip <> 0 & HasType.tpUndead <> 0
at First 500. Well, it works just fine if the base race is undead, but doesn't register the wearer being undead if the type was gained via template. I ASSUME it's a timing issue, but I've tried a gambit of them, and no luck. Looked like templates had Override Type at First 510, and looking at Tasks for type it said Activate Overridden Type at First 525, but I've tried a range from 500, 515, 530, even 5000, and still no luck. Something I'm missing here?