Jump to content

Stats are damaged and I can't fix them.


AxiomaticOne

Recommended Posts

I was looking over my stats and I noticed that my Str, End, Agi, Int, and Wil are damaged 5 points.

 

I checked my active effects and there are no negative effects listed.

 

I attempted healing them at ta chapel. I also made some potions.

 

These things had no affect. Is there a way to fix this? I don't care if I need to use console commands, though i can't seem to find one that removes attribute effects.

Link to comment
Share on other sites

If it is caused by a mod that use modav2 function, then chapels and potions will not help you.

I've got the same problem.

It can't be fixed by console (I don't know why).

The only way is create a mod in TS:

 

Create a new quest: FixStat

Create a new script: FixStatScript (Quest script)

 

 

scn FixStatScript

 

short DoOnce

 

Begin gamemode

 

If DoOnce==0

Player.modav2 Strength 5

Player.modAv2 Endurance 5

Player.modAv2 Willpower 5

Player.modav2 Intelligence 5

Player.modav2 Agility 5

Set DoOnce to 1

endif

 

end

Save the script

In the quest, select FixStat and assign FixStatScript to it

Save the mod

Activate the mod.

Load the game

IF THIS MOD FIX YOUR STATS THEN SAVE THE GAME, ELSE DON'T SAVE.

Exit oblivion

Deactivate the mod

 

In this way I've fixed my broken stats some months ago

Link to comment
Share on other sites

  • Recently Browsing   0 members

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