A World of Ice and Fire Forums

AWoIaF Warband => Bugs => V9.0 => Topic started by: tos1 on June 18, 2024, 11:01:49 AM

Title: [Fixed at v10.0 developer ver.7] Re: Beric Dondarion's "book" needed in ...
Post by: tos1 on June 18, 2024, 11:01:49 AM
Related topic:
Beric Dondarion's "book" needed in 2 texts, Wrong speaker (https://www.aworldoficeandfire.co.uk/forum/v9-0/beric-dondarion-s-book-needed-in-2-texts-wrong-speaker/)

I might have misled you. Following text is displayed when the player undertook the quest:
----
qstr_Beric_Dondarrion_has
Beric Dondarrion has asked you to despatch a Lannister raiding party that has been reported pillaging the villages around Hollow Hill. Once completed, you must return to Beric.
----

It's used here.
----
str_store_string s2 "@Beric Dondarrion has asked you ..."
call_script "script_start_quest" "qst_relic" (i.e. "A Lannister always pays his debts".)
----

I don't have a complete understanding of quests in general, the quest text in quest module seems to be overridden by setting s2 from the quick string before "script_start_quest" is called, right? So probably the phrase mentioning the book should be added to the quick string, not to the quest module.

(On the other hand, I confirmed both the book was added in the dialog and the wrong speaker was fixed. Thanks.)

- Game version (and steam or downloaded):
AWoIaF v9.4-developer_version 5, Warband v1.174 downloaded
Title: Re: Re: Beric Dondarion's "book" needed in ...
Post by: Produno on November 11, 2024, 12:39:36 PM
This should now be fixed. Thanks.
Title: Re: [Fixed at v10.0 developer ver.7] Re: Beric Dondarion's "book" needed in ...
Post by: tos1 on November 29, 2024, 03:03:38 PM
Thank you. I confirmed.