Author Topic: How to make players immune to Devastation Critical  (Read 376 times)

Legacy_WhiteTiger

  • Hero Member
  • *****
  • Posts: 889
  • Karma: +0/-0
How to make players immune to Devastation Critical
« on: April 02, 2015, 07:05:48 pm »


               

I have a system of immunity to devastation critical that I use in my bosses but I can't use this in a player because I don't have the same events that I have in a NPC.



               
               

               
            

Legacy_Kato -

  • Hero Member
  • *****
  • Posts: 747
  • Karma: +0/-0
How to make players immune to Devastation Critical
« Reply #1 on: April 02, 2015, 07:30:12 pm »


               

Just FYI, the CPP softcodes Devastating Critical, very handy.


 


 


Kato



               
               

               
            

Legacy_WhiteTiger

  • Hero Member
  • *****
  • Posts: 889
  • Karma: +0/-0
How to make players immune to Devastation Critical
« Reply #2 on: April 02, 2015, 08:00:41 pm »


               


Just FYI, the CPP softcodes Devastating Critical, very handy.


 


 


Kato




 


Oh, yes. I found it, thanks


70_dev[...].nss



               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
How to make players immune to Devastation Critical
« Reply #3 on: April 03, 2015, 01:33:56 am »


               


I have a system of immunity to devastation critical that I use in my bosses but I can't use this in a player because I don't have the same events that I have in a NPC.




the variable for dev immunity works for PCs as well, so either you give it OnEnter, OnLevelUp or OnEquip depending whether the immunity for devast is a result of some kind of subrace, class or item


               
               

               
            

Legacy_WhiteTiger

  • Hero Member
  • *****
  • Posts: 889
  • Karma: +0/-0
How to make players immune to Devastation Critical
« Reply #4 on: April 03, 2015, 01:48:11 am »


               

the variable for dev immunity works for PCs as well, so either you give it OnEnter, OnLevelUp or OnEquip depending whether the immunity for devast is a result of some kind of subrace, class or item



 


This feature works without NWNX?