Oblivion
0 of 0

File information

Last updated

Original upload

Created by

dreamed1

Uploaded by

dreamed1

Virus scan

Safe to use

18 comments

  1. laulajatar
    laulajatar
    • premium
    • 136 kudos
    Hey,

    I love this mod!
    I noticed a small bug in the script for Clavicus Vile.
    The very first if checks if the player fame/infamy is lower than 50, but it should check for higher than 50, or it will never be true.

    Since this mod's release the Sheogorath script was changed in the UOSI Patch and some stages of Malacath in the UOP as well.
    1. dreamed1
      dreamed1
      • member
      • 62 kudos
      Thanks for the detailed report, that's perfect. I'll take a look as soon as I get a chance. Definitely don't want to leave a bug hanging out there for all posterity if I can help it.
    2. laulajatar
      laulajatar
      • premium
      • 136 kudos
      I edited it for myself and can send you the file if that helps!
    3. dreamed1
      dreamed1
      • member
      • 62 kudos
      I looked at the script, it is correct so I don't know what you are seeing. Anyway I will see about updating with the UOP changes so any fixes don't get lost.

      Here's the code block:
      Spoiler:  
      Show

      if ( GetStage DAClavicusVile < 20 ) && ( ( Player.GetActorValueC 38 + Player.GetActorValueC 39 ) >= 50 )
      if ( player.getitemcount gold001 < 500 )
      MessageBox "You do not have the proper offering Clavicus Vile requires."
      elseif ( player.getitemcount gold001 >= 500 ) && ( ( Player.GetActorValueC 38 + Player.GetActorValueC 39 ) >= 50 )
      MessageBox "Do you wish to offer 500 gold to the altar of Clavicus?" "Yes" "No"
      set messageOn to 1
      endif
      elseif ( GetStage DAClavicusVile == 47 )
      set ClavicusSpeech to 5
      elseif ( GetStage DAClavicusVile == 50 )
      set ClavicusSpeech to 7
      elseif ( ( Player.GetActorValueC 38 + Player.GetActorValueC 39 ) < 50 ) && ( GetStage DAClavicusVile < 20 ); GetStage added by the UOP so that message would not appear after quest was finished
      MessageBox "Clavicus Vile demands a more powerful champion to begin this quest."
      endif
    4. laulajatar
      laulajatar
      • premium
      • 136 kudos
      I just downloaded it again, just to be sure and it says:

      Spoiler:  
      Show

      if ( GetStage DAClavicusVile < 20 ) && ( ( Player.GetActorValueC 38 + Player.GetActorValueC 39 ) < 50 )
      if ( player.getitemcount gold001 < 500 )
      MessageBox "You do not have the proper offering Clavicus Vile requires."
      elseif ( player.getitemcount gold001 >= 500 ) && ( ( Player.GetActorValueC 38 + Player.GetActorValueC 39 ) >= 50 )
      MessageBox "Do you wish to offer 500 gold to the altar of Clavicus?" "Yes" "No"
      set messageOn to 1
      endif

      and in the easy version


      if ( GetStage DAClavicusVile < 20 ) && ( ( Player.GetActorValueC 38 + Player.GetActorValueC 39 ) < 20 )
      if ( player.getitemcount gold001 < 500 )
      MessageBox "You do not have the proper offering Clavicus Vile requires."
      elseif ( player.getitemcount gold001 >= 500 ) && ( ( Player.GetActorValueC 38 + Player.GetActorValueC 39 ) >= 20 )
      MessageBox "Do you wish to offer 500 gold to the altar of Clavicus?" "Yes" "No"
      set messageOn to 1
      endif


      so < instead of >=
    5. dreamed1
      dreamed1
      • member
      • 62 kudos
      New file is posted. Thanks again.
    6. MercerMeka
      MercerMeka
      • premium
      • 61 kudos
      Thanks you two for the bug fix.
  2. Mercer Meka
    Mercer Meka
    • premium
    • 61 kudos
    This mod is awesome. The only problem I have is that it clashes with the UOP fixes of the shrines. Is there a chance that the fixes could be be incorporated into this mod?
    1. dreamed1
      dreamed1
      • member
      • 62 kudos
      Yeah. Thanks for pointing it out. I'll check into it as soon as I get a chance.
    2. Mercer Meka
      Mercer Meka
      • premium
      • 61 kudos
      Thanks a lot.
    3. Mercer Meka
      Mercer Meka
      • premium
      • 61 kudos
      Friendly bump
    4. dreamed1
      dreamed1
      • member
      • 62 kudos
      Heh. Sorry. I was literally fixing it when my HD had a catastrophic failure. Got a new HD and decided to revamp my os setup while I was at it. Anyhow, just about a week ago I finally got the CS re-installed, so I should be able to take a look at it sometime in the next month or so. But I lost whatever progress I had made
    5. dreamed1
      dreamed1
      • member
      • 62 kudos
      Fixed & Uploaded.
    6. Mercer Meka
      Mercer Meka
      • premium
      • 61 kudos
      Grabbed! Thanks a lot.
    7. CarlosS4444
      CarlosS4444
      • premium
      • 126 kudos
      I second that :-)
  3. Ziga2005
    Ziga2005
    • member
    • 0 kudos
    Not many comments on this great mod, so I'll add one:

    Absolutely amazing mod! It makes possible to perform Daedric quests at lower levels which is especially useful for me because I tend to level slooooowly.

    I'd endorse twice if it were possible.
  4. CarlosS4444
    CarlosS4444
    • premium
    • 126 kudos
    Thanks, just what I've been looking for for a long time.
  5. Robynah
    Robynah
    • member
    • 1 kudos
    Neat and original idea. I'll be trying this one.