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)
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 !
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.
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.
6 comments
; 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)
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 !
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.