0 of 0

File information

Last updated

Original upload

Created by

seibaby

Uploaded by

seibaby

Virus scan

Safe to use

6 comments

  1. logarifmik
    logarifmik
    • member
    • 1 kudos
    Ran into a problem when tried to land the book from Sirilonwe. It seems that script don't work as planned, variable sirilonweHasBook stays 0 even when the book is in the chest. I rewrote that part, and now it works correctly. Here is how.

    ; Sirilonwe keeps track of whether or not she has the book

    set aaa_sirilonweHasBook to 0
    if ( GetItemCount "bookskill_heavy armor3" )
    set aaa_sirilonweHasBook to 1
    elseif ( "de_p_chest_02_sirilonwe"->GetItemCount "bookskill_heavy armor3" )
    set aaa_sirilonweHasBook to 1
    endif

    And let me thank you personally for a great remaster of the quest. One can call me a fan of such mods)
    1. Aendruu
      Aendruu
      • supporter
      • 13 kudos
      Much obliged, logarifmik!
  2. yohannesjf
    yohannesjf
    • member
    • 3 kudos
    I LOVE quest revamps like this! Thank you sooo much!
  3. Oblib
    Oblib
    • premium
    • 7 kudos
    Seems nice ! 
    Any plan to do the same for other similar quests ? ^^ There are many I suppose.
    I can think of, for example, «Fighters Guild: The code book» and «House Hlaalu: Alchemical Formulas». 
    Anyway, going to test it now !
    1. seibaby
      seibaby
      • supporter
      • 10 kudos
      I agree, there are many quests that I feel could do with overhauls to add multiple solutions, more flavour, etc. No plans right now, but I have some ideas.
    2. Oblib
      Oblib
      • premium
      • 7 kudos
      Many quest feel a bit rush yes… I can imagine it being a tiresome rework though ; but they surely need it ^^
      I just completed the mission, I installed it during my game, ( during the mission itself even, tbh lol ) but it worked perfectly !
      I’d be curious to see more coming ! Thanks.