Jump to content

How to aggro Agronak?


NocturneNight

Recommended Posts

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 by NocturneNight
Link to comment
Share on other sites

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

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

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...