So I continue to play through, and I encounter bugs in Suldanesselar.
The first bug is that the Black Dragon is not present. Instead, there is a Lesser Demon Lord, but it has the Black Dragon's conversation options, and when I kill it, it has the goblet, and the Bladesinger Chain.
The second, is that when I kill Irenicus, some magic fires, and several of my companions turn on me (as in, they just go Red and attack).
Right now I have Minsc, Kitanya, Aerie, Kivan and Ninafer.
Minsc and Kitanya stay with me. Interestingly, both have items that permanently shield their minds.
I tried using the cleric spells Impervious Sanctity of Mind and Impregnable Mind, and keeping my characters away from Irenicus so he can't dispel them, but it is no defense.
In looking at what Irenicus does, from his dialog, when he dies, this happens:
he starts with "you k-killed me" or some variation, then:
ClearAllActions()
StartCutSceneMode()
ApplySpell(Myself,WIZARD_FREEDOM)
ActionOverride(Player1,Wait(2))
ActionOverride(Player1,StartDialogue("Player1",Player1))
PlayDeadInterruptable(300)
Which leads to:
"Irenicus crumples, his words dying on his lips, and a strange quiet envelopes the scene. You begin to wonder if you have finally won, if it is all truly over."
I think at this point, the effect has already occured, but afterwards:
ClearAllActions()
StartCutSceneMode()
StartCutScene("cut57b")
but that just creates visual effects and kills Jon.
I think something must be wrong here:
ApplySpell(Myself,WIZARD_FREEDOM)
Any ideas?
Another bug:
With the Selfishness Demon, if you are using ImoenRom, chances are your value for the Global "ImoenRomanceActive" is 2 or 4, in which case the Demon tries to take Imoen, and the dialog link goes to Imoen, without checking that Imoen is in the party.
This can cause the Selfishness challenge to fail. Oops
Edited by Vandervecken, 05 December 2009 - 01:48 AM.