NocturneNight Posted November 6, 2011 Share Posted November 6, 2011 (edited) Greetings. If you have not yet completed the Arena (and wish to do so) stop reading here! Greetings. I've completed the Arena up and to the final battle with Agronak, but due to uncovering his past he now refuses to fight me. Now, this is a battle that I've been looking forward to the entire game, so I'm looking for a way to raise his aggression to the point where he will attack me. So far I've tried using the console command "SetActorValue" but to no avail (Gives me an error), but I'm probably doing something wrong. I've been using the line 37FF9.SetActorValue Aggression 100 where "37FF9" is his ref ID, but it doesn't work. Edited November 6, 2011 by NocturneNight Link to comment Share on other sites More sharing options...
McclaudEagle Posted November 6, 2011 Share Posted November 6, 2011 You could just hit him with a very powerful Frenzy spell. Link to comment Share on other sites More sharing options...
NocturneNight Posted November 6, 2011 Author Share Posted November 6, 2011 You could just hit him with a very powerful Frenzy spell. That wont work, the most powerful frenzy effect is level 25, and my character is level 41. Since I play with OOO it means he is probably around the same level as myself. In either case, I've already tried that, it didn't work. Link to comment Share on other sites More sharing options...
jamochawoke Posted November 6, 2011 Share Posted November 6, 2011 I think it's a scripted event. Link to comment Share on other sites More sharing options...
NocturneNight Posted November 6, 2011 Author Share Posted November 6, 2011 I think it's a scripted event. Bleh so there's nothing I can do? That sucks. Oh well. Thanks. Link to comment Share on other sites More sharing options...
jamochawoke Posted November 6, 2011 Share Posted November 6, 2011 You would need to go into the "ArenaC" quest inside of the CS and change this part of its script: if AttackPlayer == 2 if Suicide == 0 if GetStage MS52 == 100 if AgronakGroMalogRef.GetDistance Player <=500 AgronakGroMalogRef.StopCombat Player AgronakGroMalogRef.SetAV Aggression 0 AgronakGroMalogRef.SetRestrained 1 AgronakGroMalogRef.SetAV Health 100 set Suicide to 1 endif endif endif endif What that script does is it CONSTANTLY makes Agronak stop fighting and sets his health to 100 hp so he can be killed easily. Link to comment Share on other sites More sharing options...
NocturneNight Posted November 6, 2011 Author Share Posted November 6, 2011 You would need to go into the "ArenaC" quest inside of the CS and change this part of its script: if AttackPlayer == 2 if Suicide == 0 if GetStage MS52 == 100 if AgronakGroMalogRef.GetDistance Player <=500 AgronakGroMalogRef.StopCombat Player AgronakGroMalogRef.SetAV Aggression 0 AgronakGroMalogRef.SetRestrained 1 AgronakGroMalogRef.SetAV Health 100 set Suicide to 1 endif endif endif endif What that script does is it CONSTANTLY makes Agronak stop fighting and sets his health to 100 hp so he can be killed easily. Ah, I see. Well going into the CS and messing with things is a bit too complicated for me atm. It's good to know, though, incase I decide to try my hand at it in the future. Thank you my friend! Link to comment Share on other sites More sharing options...
diosoth Posted November 7, 2011 Share Posted November 7, 2011 OOO changes him so that he's high leveled with lots of HP even if he refuses to fight. And while UESP says you can frenzy him or whatever, OOO seems to change the rules so that doesn't work anymore, and even trying to kill him with poisons, draining health or a summoned creature counts as a murder. Not even console commands make him fight. OOO, for all it's popularity and for all the good things it does, has a LOT about it which seems designed to needlessly complicate things. Link to comment Share on other sites More sharing options...
Recommended Posts