Remove immunity to opcode
yoboseyo
Member Posts: 8
Can this be done? Suppose an enemy has immunity to opcode, or immunity to backstab or time stop (not sure if they are granted though immunity to opcode or their own opcodes). Can you create, say, a weapon where on hit it removes that immunity so that they are vulnerable?
0
Comments
Bhaal's Bone Dagger from Deities of Faerûn does precisely that (check RABHAA11.spl for an example), as well as some abilities from I Hate Undead.
Usually, parameter #2 will be 101 and parameter #1 will be the opcode you want to remove the protection from.
So if you, for instance, want to remove the immunity against disease from a creature you would use it with p1 = 78 p2 = 101
I'm trying to mod a spell to remove Opcode 193 - detect invisibility by script from the target. I can't get it to work. I'm not sure if I'm using it wrong.