Aller au contenu

Photo

Creating an Item or Power that Gives Status Effect (stun, knockdown, etc.) Immunity


  • Veuillez vous connecter pour répondre
3 réponses à ce sujet

#1
Cambios

Cambios
  • Members
  • 480 messages
I am trying to create an item and/or ability that gives stun/knockdown/paralysis immunity (basically a status protection item).

I
have looked through all sorts of effect scripts, but I have no idea
what I need to do. I've tried adding code to effects_h.nss to check for
my item and if so ignore the status effect, but either I did it wrong
or I didn't get in into the game properly.

This is not one of the stock properties that exists in the "Property" field, so it does not appear to be something you can easily add to an item.

Thanks,

#2
Narosian

Narosian
  • Members
  • 235 messages
if theres a script that gives immunity to status effect you can add the script to the item.

#3
Cambios

Cambios
  • Members
  • 480 messages

Narosian wrote...

if theres a script that gives immunity to status effect you can add the script to the item.


That was something I was hoping to try, but I haven't been able to find a script that adds that kind of immunity.

#4
Cambios

Cambios
  • Members
  • 480 messages
Anyone have any ideas for this?