Wystan Posted April 7, 2015 Share 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 Link to comment
IrocJeff Posted April 7, 2015 Share 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. Link to comment
mrwonko Posted April 7, 2015 Share Posted April 7, 2015 what about //(BHVD) set ( /*@SET_TYPES*/ "SET_FORCE_INVINCIBLE", /*@BOOL_TYPES*/ "true" ); Link to comment
Ramikad Posted April 7, 2015 Share 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. Link to comment
Wystan Posted April 7, 2015 Author Share 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? Link to comment
Solution Ramikad Posted April 7, 2015 Solution Share 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 Link to comment
Wystan Posted April 7, 2015 Author Share Posted April 7, 2015 That's pretty clear now. Link to comment
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