Aerie Romance stuck in TOB due to conflicts with mods.

I'm running my game with the mod "Imoen Romance" installed and despite choosing to allow multiple romances during its installation the one with Aerie gets blocked in Throne of Baal due to the cutscene and dialog with the wraith in the forest of Mir being replaced by that mod.
After some investigation I found that the cause is that the wraith dialog for Aerie should move her local variable EXPLOVETALK to its next number but Imoen's mod prevents that from happening.
In order to solve this conflict I had to do the following:
BG2: ToB (Male PC) Romances Guide by Felinoid ( found here ) explains how the values for EXPLOVETALK change from dialog to dialog.
1) Change Aerie's local variable EXPLOVETALK to 7. This will make her skip the blocked romance dialog and get ready for the next one.
2) Change global variable AERIEROMANCE to 4. This is just a timer for the next romance dialog.
Then, within the next four seconds or less the Aerie's next romance dialog about a dream will start.
I hope this helps.
After some investigation I found that the cause is that the wraith dialog for Aerie should move her local variable EXPLOVETALK to its next number but Imoen's mod prevents that from happening.
In order to solve this conflict I had to do the following:
BG2: ToB (Male PC) Romances Guide by Felinoid ( found here ) explains how the values for EXPLOVETALK change from dialog to dialog.
1) Change Aerie's local variable EXPLOVETALK to 7. This will make her skip the blocked romance dialog and get ready for the next one.
2) Change global variable AERIEROMANCE to 4. This is just a timer for the next romance dialog.
Then, within the next four seconds or less the Aerie's next romance dialog about a dream will start.
I hope this helps.
0