Morrowind

File information

Last updated

Original upload

Created by

Amenophis

Uploaded by

TaxAkla

Virus scan

Safe to use

Tags for this mod

42 comments

  1. wcfcarolina13
    wcfcarolina13
    • member
    • 2 kudos
    Is this mod still necessary in 2023 if you get all the common patches?
    1. TaxAkla
      TaxAkla
      • premium
      • 14 kudos
      Magical Missions 1.1 (Amenophis Fix) still necessary.
  2. mym
    mym
    • premium
    • 0 kudos
    Ok I found the error, but I don't know how to fix it. An operator is missing (<, >, ==, !=) in function call "GetJournalIndex FG_EngaerBounty 30" but don't know which one :

    Begin QTA_Timer_Engaer

    Short currentDay
    Short days_Passed

    If ( engaer->GetHealth < 1 )
    StopScript QTA_Timer_Engaer
    Return
    Elseif ( GetJournalIndex FG_EngaerBounty >= 40 )
    StopScript QTA_Timer_Engaer
    Return
    Endif

    If ( currentDay != Day )
    Set currentDay to Day
    Set days_Passed to ( days_Passed + 1 )
    Endif

    If ( days_Passed > 7 )
    engaer->isable
    If ( GetJournalIndex FG_EngaerBounty 30 ) ;does he run away?
    Journal FG_EngaerBounty 40 ;quest failure
    Else ;or does the guild kill him?
    Journal FG_EngaerBounty 50 ;quest success
    Endif
    Endif

    End

    Moreover there is no value 30 or 40 in such a journal.
    Anyone can help?
    1. Balketh
      Balketh
      • member
      • 5 kudos
      Not all index values have journal entries, even tho that mod might. The most likely operator for ( GetJournalIndex FG_EngaerBounty 30 ) is <= (less than/equal to, or however TES3 scripting represents that), given the quest pushes 40 as a fail state, and 50 as an alternate victory state, but also marks anything over 40 as valid to turn the timer off. There might be something that uses 35 as a mid-progress state, something like 'I paid another guild member to kill him off for me', lol, but since we don't know if anything sets your index to 30 before this, we have to assume that if you get the quest and do absolutely nothing, the intent is that after a week, he gets away.

      Hence, <=.
  3. hakinaro
    hakinaro
    • premium
    • 3 kudos
    is this necessary with patch for purists?
  4. hurrdurrmurrgurr
    hurrdurrmurrgurr
    • member
    • 2 kudos
    Cool these fixes will prevent lot of immersion breaking console usage I'll download the esp and there's 19 of them... Please make a combined version if only for all the vanilla fixes.
  5. Rhypon
    Rhypon
    • supporter
    • 11 kudos
    Hi TaxAkla, thanks very much for these fixes. Please excuse my ignorance, but are any of these -- other than LGNPC Aldruhn Supplement and BTBGI 14.1 Patch -- for specific mods rather than vanilla quests?
    1. TaxAkla
      TaxAkla
      • premium
      • 14 kudos
      Yes, I never published fixes for mods other than vanilla, LGNPC and now BTBGI, until now. Actually, I'm working now and them on fixing Fighters Guild : Reanimation from Cixe' at http://mw.modhistory.com/download-42-7964 . When done I will contact the author and get his authorization.
    2. Rhypon
      Rhypon
      • supporter
      • 11 kudos
      Thanks, I just wanted to be sure exactly which to install. :)
  6. mym
    mym
    • premium
    • 0 kudos


     
    In response to post #56425446.


    Spoiler:  
    Show

    mym wrote: Hello and thanks for your patch!

    After playing lots of hours I just got a script error each time I launch the game and load a save :

    Script error: Expression in QTA_Timer_Engaer

    Then I click yes to continue and the game works fine then. No more errors on next save loadings.


    I can assure none of my mods change the vanilla quest "Engaer's Bounty". If you post your load order maybe I can help more.
     


    I think the real problem is the script error: The missing operator at "GetJournalIndex FG_EngaerBounty 30"
    1. CptJoker71
      CptJoker71
      • premium
      • 256 kudos
      This should be changed to "GetJournalIndex FG_EngaerBounty == 30"
      (Or possibly "GetJournalIndex FG_EngaerBounty <= 30" or "GetJournalIndex FG_EngaerBounty >= 30" depending on the intended logic.)
  7. mym
    mym
    • premium
    • 0 kudos
    Hello and thanks for your patch!

    After playing lots of hours I just got a script error each time I launch the game and load a save :

    Script error: Expression in QTA_Timer_Engaer

    Then I click yes to continue and the game works fine then. No more errors on next save loadings.
    1. TaxAkla
      TaxAkla
      • premium
      • 14 kudos
      I can assure none of my mods change the vanilla quest "Engaer's Bounty". If you post your load order maybe I can help more.
  8. Dragon32
    Dragon32
    • premium
    • 70 kudos
    Hey Amenophis / TaxAkla

    When I try and download "05. IC27_Ice Blade of the Monarch Fixes" I get taken to the Nexus' all games page rather than downloading the mod.

    Also, "06. IC25_Ring in Darkness Fixes" is shown as currently uploading even though you uploaded it a couple of days ago.
    1. TaxAkla
      TaxAkla
      • premium
      • 14 kudos
      I think something is wrong with Nexus. I just download IC27_Ice Blade of the Monarch Fixes, IC25 is available and IC26 is uploading again. The server is having problems.
    2. Dragon32
      Dragon32
      • premium
      • 70 kudos
      Yeah, that maintenance period just passed when they took down the site doesn't seem to have fixed it either.
    3. Dragon32
      Dragon32
      • premium
      • 70 kudos
      Reported the two files as broken downloads.
    4. Dragon32
      Dragon32
      • premium
      • 70 kudos
      And they're working now.
  9. Egaru
    Egaru
    • member
    • 0 kudos
    Hi, I have a problem with Crimson Plauge Fixes...
    I use Wrye Mash Standalone (http://www.fliggerty.com/phpBB3/viewtopic.php?f=53&t=3646).
    I've put the .7z file into Installers folder, and it showed up, just like other Misc Quest Tweaks I had no problem with.
    However, when I right-click it and choose, install, I get an error:

    wxPython: stdout/stderr
    Traceback (most recent call last):
    File "masher.pyo", line 5170, in Execute
    File "mosh.pyo", line 4583, in install
    File "mosh.pyo", line 4042, in install
    File "mosh.ypo", line 4026, in unpackToTemp
    mosh.StateError: Extraction failed

    I have Morrowind GotY edition from GOG
    1. TaxAkla
      TaxAkla
      • premium
      • 14 kudos
      My personal choice is this version of WryeMash: http://www.nexusmods.com/morrowind/mods/44386/?
      Besides, I've overwritten the default 7z.dll and 7z.exe that come with WryeMash with the latest versions from http://www.7-zip.org/download.html. Maybe you are seen a problem related to the fact that I compact my files with the latest 7zip.
  10. MaeseAtorrante
    MaeseAtorrante
    • member
    • 37 kudos
    There is a new version of LGNPC Aldruhn Supplement
    1. TaxAkla
      TaxAkla
      • premium
      • 14 kudos
      Thank you! I'll take a look if my patch still necessary.