If you encounter any bugs in your game, please post them here!
Edited by jastey, 11 December 2019 - 12:00 AM.
Posted 03 May 2008 - 09:29 PM
If you encounter any bugs in your game, please post them here!
Edited by jastey, 11 December 2019 - 12:00 AM.
- Liam
Modding Projects
Complete:
Arath NPC - Nephele NPC - Xulaye NPC - Iylos NPC - Ninde NPC - Darian NPC - Yeslick NPC - Adrian NPC - Dace NPC - Valerie NPC - Isra NPC
Viconia Friendship - Mazzy Friendship - Imoen Friendship - Yoshimo Friendship - Sarevok Friendship - Neera Expansion
IEP Extended Banter
Sarevok Romance
Haer'Dalis Romance
In Progress:
Khadion NPC - Delainy NPC - Sarine NPC
Posted 04 May 2008 - 09:12 AM
Posted 04 May 2008 - 02:02 PM
- Liam
Modding Projects
Complete:
Arath NPC - Nephele NPC - Xulaye NPC - Iylos NPC - Ninde NPC - Darian NPC - Yeslick NPC - Adrian NPC - Dace NPC - Valerie NPC - Isra NPC
Viconia Friendship - Mazzy Friendship - Imoen Friendship - Yoshimo Friendship - Sarevok Friendship - Neera Expansion
IEP Extended Banter
Sarevok Romance
Haer'Dalis Romance
In Progress:
Khadion NPC - Delainy NPC - Sarine NPC
Posted 28 June 2008 - 04:59 PM
Posted 28 June 2008 - 05:35 PM
- Liam
Modding Projects
Complete:
Arath NPC - Nephele NPC - Xulaye NPC - Iylos NPC - Ninde NPC - Darian NPC - Yeslick NPC - Adrian NPC - Dace NPC - Valerie NPC - Isra NPC
Viconia Friendship - Mazzy Friendship - Imoen Friendship - Yoshimo Friendship - Sarevok Friendship - Neera Expansion
IEP Extended Banter
Sarevok Romance
Haer'Dalis Romance
In Progress:
Khadion NPC - Delainy NPC - Sarine NPC
Posted 02 December 2008 - 09:49 AM
Posted 02 December 2008 - 12:20 PM
- Liam
Modding Projects
Complete:
Arath NPC - Nephele NPC - Xulaye NPC - Iylos NPC - Ninde NPC - Darian NPC - Yeslick NPC - Adrian NPC - Dace NPC - Valerie NPC - Isra NPC
Viconia Friendship - Mazzy Friendship - Imoen Friendship - Yoshimo Friendship - Sarevok Friendship - Neera Expansion
IEP Extended Banter
Sarevok Romance
Haer'Dalis Romance
In Progress:
Khadion NPC - Delainy NPC - Sarine NPC
Posted 28 December 2008 - 05:00 AM
--- iepbanters\dialogue\banters.d Sun May 04 13:51:59 2008 +++ C:\BWP Patchstudio\patched files\iepbanters\dialogue\banters.d Sun Nov 30 18:26:48 2008 @@ -1077,6 +1077,7 @@ !StateCheck("Jaheira",CD_STATE_NOTVALID) !StateCheck(Myself,CD_STATE_NOTVALID) Global("I#B_JahMinLoss","GLOBAL",0) +Global("SawKhalid","AR0603",1) See("Jaheira") CombatCounter(0) !See([ENEMY])~
Posted 07 January 2009 - 01:46 PM
IF InParty("Imoen") InParty(Myself) Global("I#B_ImoMinMage","GLOBAL",2) !StateCheck("Imoen",CD_STATE_NOTVALID) !StateCheck(Myself,CD_STATE_NOTVALID) See("Imoen") CombatCounter(0) !See([ENEMY]) THEN RESPONSE #100 ActionOverride(Player1,DisplayString(Myself,79773)) // Running block 15 of IMOEN.BCS StartDialogueNoSet("Imoen") ENDUnless my guess is mistaken, this block is meant to be in Minsc's script and not in Imoen's.
Edited by Wisp, 07 January 2009 - 01:52 PM.
Posted 11 January 2009 - 11:33 AM
Posted 11 January 2009 - 11:38 AM
Edited by Raven_Song, 11 January 2009 - 11:51 AM.
Posted 11 January 2009 - 10:22 PM
Posted 12 January 2009 - 03:38 PM
- Liam
Modding Projects
Complete:
Arath NPC - Nephele NPC - Xulaye NPC - Iylos NPC - Ninde NPC - Darian NPC - Yeslick NPC - Adrian NPC - Dace NPC - Valerie NPC - Isra NPC
Viconia Friendship - Mazzy Friendship - Imoen Friendship - Yoshimo Friendship - Sarevok Friendship - Neera Expansion
IEP Extended Banter
Sarevok Romance
Haer'Dalis Romance
In Progress:
Khadion NPC - Delainy NPC - Sarine NPC
Posted 27 April 2009 - 08:28 AM
We have seen that this was not fixed in the recent version. No problem, because White Agnus has solved this issue a little better, so the following fix looks like this:Here is a fix for "IEP Extended Banters" we use with our BW Fixpack:
--- iepbanters\dialogue\banters.d Sun May 04 13:51:59 2008 +++ C:\BWP Patchstudio\patched files\iepbanters\dialogue\banters.d Sun Nov 30 18:26:48 2008 @@ -1077,6 +1077,7 @@ !StateCheck("Jaheira",CD_STATE_NOTVALID) !StateCheck(Myself,CD_STATE_NOTVALID) Global("I#B_JahMinLoss","GLOBAL",0) +Global("SawKhalid","AR0603",1) See("Jaheira") CombatCounter(0) !See([ENEMY])~
Greetings Leomar
With this fix, the dialogue between Minsc and Jaheira about Khalid triggers only if Khalid was found. The problem without the fix is, that the dialogue could appear, if the gamer has Khalid not found before.// Jaheira
// 2.
CHAIN IF ~%BGT_VAR%
InParty("Jaheira")
!StateCheck("Jaheira",CD_STATE_NOTVALID)
!StateCheck(Myself,CD_STATE_NOTVALID)
Global("I#B_JahMinLoss","GLOBAL",0)
See("Jaheira")
CombatCounter(0)
!See([ENEMY])
!Global("SawKhalid","AR0603",0)~ // only if Khalid was found
THEN BMINSC I#B_JahMinLoss
@322
DO ~SetGlobal("I#B_JahMinLoss","GLOBAL",1)~
Edited by Leomar, 27 April 2009 - 09:01 AM.
Posted 27 April 2009 - 12:28 PM
- Liam
Modding Projects
Complete:
Arath NPC - Nephele NPC - Xulaye NPC - Iylos NPC - Ninde NPC - Darian NPC - Yeslick NPC - Adrian NPC - Dace NPC - Valerie NPC - Isra NPC
Viconia Friendship - Mazzy Friendship - Imoen Friendship - Yoshimo Friendship - Sarevok Friendship - Neera Expansion
IEP Extended Banter
Sarevok Romance
Haer'Dalis Romance
In Progress:
Khadion NPC - Delainy NPC - Sarine NPC
Posted 27 April 2009 - 09:55 PM
Ahh, o.k. thanks for the information.Hey Leomar,
Actually, that was intentional. A lot of players use Dungeon-be-Gone, so we want to assume that Jaheira has seen Khalid's body. The party has to in order to get out of Chateau Irenicus. Thanks for the report, though.
Edited by Leomar, 27 April 2009 - 09:55 PM.
Posted 27 April 2009 - 10:03 PM
- Liam
Modding Projects
Complete:
Arath NPC - Nephele NPC - Xulaye NPC - Iylos NPC - Ninde NPC - Darian NPC - Yeslick NPC - Adrian NPC - Dace NPC - Valerie NPC - Isra NPC
Viconia Friendship - Mazzy Friendship - Imoen Friendship - Yoshimo Friendship - Sarevok Friendship - Neera Expansion
IEP Extended Banter
Sarevok Romance
Haer'Dalis Romance
In Progress:
Khadion NPC - Delainy NPC - Sarine NPC
Posted 28 April 2009 - 08:05 PM
I understand this and I don't want that you include the SawKhalid-fix in your mod.Please just leave it as it is. I appreciate the effort you're going to to ensure there are no bugs, but this is entirely intentional behavior, and it will not change in future versions of the mod. As soon as I'm able, I'll update the mod with the other fixes, but this particular thing is intentional.
Posted 01 May 2009 - 08:32 PM
- Liam
Modding Projects
Complete:
Arath NPC - Nephele NPC - Xulaye NPC - Iylos NPC - Ninde NPC - Darian NPC - Yeslick NPC - Adrian NPC - Dace NPC - Valerie NPC - Isra NPC
Viconia Friendship - Mazzy Friendship - Imoen Friendship - Yoshimo Friendship - Sarevok Friendship - Neera Expansion
IEP Extended Banter
Sarevok Romance
Haer'Dalis Romance
In Progress:
Khadion NPC - Delainy NPC - Sarine NPC
Posted 02 May 2009 - 06:56 PM
Arghh, one day to late.Alright, I've given it some thought; I'd really prefer if it was left how it is.
Reason #1 is unless you cheat, every time you play you'll see Khalid, so there's not a point to such a fix.
Reason #2 is that I don't want multiple versions of my mods going around, where there is different behavior for different players. I don't mind fixes going into the BiG World Fixpack when I can't get them into mods straight away, but I don't want my mods to be different in a BWP vs. normal install. It just makes it more difficult for me to keep track of.