Irish99 Posted April 2, 2010 Share Posted April 2, 2010 Can i set up a faction that initally is on ok terms with another faction but then after quest stage 50 ect they attack that faction? Edit: Oh and can i add/remove someone from a faction at quest stage 50 ect? Link to comment Share on other sites More sharing options...
Pronam Posted April 2, 2010 Share Posted April 2, 2010 They wouldn't attack each other, that requires some other things. Setfactionrank to -1 will expel people. Setfactionreaction will ensure they'll hate each other.But if you mean they'll hate them enough to join you when you're attacked...a script would be like this (Resultscript): NPCRef.SetFactionRank FactionID, -1SetFactionReaction FactionID OtherFactionID -100 If you want them to attack each other, you'll need something like StartCombat. Or set the agression of one of the NPC in the clans to attack. If you have a specified situation that'll be a reason for them to fight it'll probably be easier to point you at the things to do. ===rewrite,,,it's even easier if you just put it in the resulscriptbox of the 50th Stage. Link to comment Share on other sites More sharing options...
Irish99 Posted April 2, 2010 Author Share Posted April 2, 2010 Well i was thinking of having a main faction and a kind of traitor faction that the player can bring to the main factions attention and then they attempt kill them/imprison them. Edit:I guess i want it like bandits and guards where when they see each other they will attack each other.Got it now thanks Link to comment Share on other sites More sharing options...
Irish99 Posted April 3, 2010 Author Share Posted April 3, 2010 Edit:Sorry about double post Link to comment Share on other sites More sharing options...
Recommended Posts