Wystan Posted April 7, 2015 Posted April 7, 2015 How do i make an npc force resistant? I know how to make him mind trick resistand but it's just not enough
IrocJeff Posted April 7, 2015 Posted April 7, 2015 I took a look through BehavED and didn't really see anything other than what you mentioned. Is that Rancor in JKA considered an NPC because no force powers seemed to do anything to it in that "rescue prisoners, gambling map" ? If it is you can check stuff on that.
mrwonko Posted April 7, 2015 Posted April 7, 2015 what about //(BHVD) set ( /*@SET_TYPES*/ "SET_FORCE_INVINCIBLE", /*@BOOL_TYPES*/ "true" );
Ramikad Posted April 7, 2015 Posted April 7, 2015 There's a script command that makes any NPC immune to Force Powers. //(BHVD)set ( /*@SET_TYPES*/ "SET_NO_FORCE", /*@BOOL_TYPES*/ "true" ); NPC will not be affected by Force Powers.
Wystan Posted April 7, 2015 Author Posted April 7, 2015 Much thanks but which?set ( /*@SET_TYPES*/ "SET_FORCE_INVINCIBLE", /*@BOOL_TYPES*/ "true" );orset ( /*@SET_TYPES*/ "SET_NO_FORCE", /*@BOOL_TYPES*/ "true" );or equail?
Solution Ramikad Posted April 7, 2015 Solution Posted April 7, 2015 SET_FORCE_INVINCIBLE makes the NPC invulnerable, I think; SET_NO_FORCE makes the NPC immune to Force Powers. Smoo likes this
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now