Austin Posted August 8, 2020 Share Posted August 8, 2020 (edited) Hello! I saw another strange moment - the hidden NPC has two remarks about Hendak in the same situation, in the QI#ELAJ.d file these are lines @23 and @18. As I understand it, one of them will not be used in the game, or they will go in a row, although the text is almost the same. Check it out, just in case - is it a mistake, or otherwise. Edited August 8, 2020 by Austin Quote Link to post
jmaeq Posted August 9, 2020 Author Share Posted August 9, 2020 On 8/8/2020 at 11:36 AM, Austin said: Hello! I saw another strange moment - the hidden NPC has two remarks about Hendak in the same situation, in the QI#ELAJ.d file these are lines @23 and @18. As I understand it, one of them will not be used in the game, or they will go in a row, although the text is almost the same. Check it out, just in case - is it a mistake, or otherwise. You are right about it being a mistake. I will be removing line @28 and I will be using @18 - thank you for catching yet another one of my silly mistakes! Quote Link to post
Austin Posted August 11, 2020 Share Posted August 11, 2020 It's my pleasure! Thank you for staying in touch with the players and making changes to the mod! There are many other mods abandoned by the authors, unfortunately. Quote Link to post
InKal Posted August 14, 2020 Share Posted August 14, 2020 Not a bug!! just an observation/information: Starting her quest can be a problem on higher difficulty settings, that Lich means serious business! Nice mod, quite original. I tweaked her to be a Deathslayer and now she is lvl 15 and I don't need my protagonist anymore hahhaha, she just rolfstomp everything .... well, almost. Quote Link to post
jmaeq Posted August 16, 2020 Author Share Posted August 16, 2020 On 8/14/2020 at 1:22 PM, InKal said: Not a bug!! just an observation/information: Starting her quest can be a problem on higher difficulty settings, that Lich means serious business! Nice mod, quite original. I tweaked her to be a Deathslayer and now she is lvl 15 and I don't need my protagonist anymore hahhaha, she just rolfstomp everything .... well, almost. Thank you for the kind words! And yes, that lich can get quite nasty on higher difficulties. Quote Link to post
Austin Posted December 20, 2020 Share Posted December 20, 2020 (edited) On 7/31/2020 at 3:44 AM, jmaeq said: It is a temporary solution until I figured out a better way to include them in the conversation. They will be restored in the future. Thank you for your kind words! About these lines - try this: (...) == IF_FILE_EXISTS BRASAA25 IF ~InParty("Rasaad") !StateCheck("Rasaad",CD_STATE_NOTVALID)~ THEN @290 (...) == IF_FILE_EXISTS BDORN25 IF ~InParty("Dorn") !StateCheck("Dorn",CD_STATE_NOTVALID) InParty("Aerie") !StateCheck("Aerie",CD_STATE_NOTVALID)~ THEN @296 == IF_FILE_EXISTS BNEERA25 IF ~InParty("Neera") !StateCheck("Neera",CD_STATE_NOTVALID) InParty("Aerie") !StateCheck("Aerie",CD_STATE_NOTVALID)~ THEN @297 == IF_FILE_EXISTS BNEERA25 IF ~InParty("Neera") !StateCheck("Neera",CD_STATE_NOTVALID) InParty("Aerie") !StateCheck("Aerie",CD_STATE_NOTVALID)~ THEN @298 (...) Edited December 20, 2020 by Austin Quote Link to post
Recommended Posts