Jump to content

Is it possible to remove immunity to backstabs with a spell and then add it back after some time?


Guest RoyalProtector

Recommended Posts

Guest RoyalProtector

I know how to remove things like that. I don't remember what opcode does that right now, but it's doable. I was wondering if there is any easy way to make sure it is restored after a bit.

I'm designing a spell for a kit that removes or reduces some immunities or resistances briefly but I'm not sure what I'm looking for is doable.

Thanks.

Link to comment

Backstab immunity is opcode 292, which takes the usual range of duration possibilities. Set the second parameter to 1 to enable immunity for the duration, set to 0 to disable immunity for the duration.

There's an EE-only opcode (337) that allows you to remove other effects with a specific opcode, but that's not a good fit here; it would permanently remove immunities instead of temporarily suppressing them.

Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...