Help - Search - Members - Calendar
Full Version: bug with ar1600.bcs
The Black Wyrm's Lair - Forums > Released mods - Baldur's Gate II > Vlad's Compilation > Baldurdash-WeiDU
Ardanis
Well, I've spotted this one two years ago, but only now have I taken the time to study it.


CODE
COPY_EXISTING ~ar1600.bcs~ ~override~
REPLACE_BCS_BLOCK ~BDash\BAF_x\xAR1600.BAF~ ~BDash\BAF_r\rAR1600.BAF~


CODE
// xAR1600.BAF
IF
    Dead("ppvalen") // Valen
    Dead("ppparis") // Parisa
    Dead("ppdel") // Del
    OR(2)
        Global("AsylumPlot","GLOBAL",3)
        Global("AsylumPlot","GLOBAL",4)
THEN
    RESPONSE #100
        SetGlobal("AsylumPlot","GLOBAL",5)
        ActionOverride("uhostile",DestroySelf())
END
Changing 'Dead' to '!Exists' yields another bug - this block turns true even when siding with Bodhi (because they, well, don't exist to begin with), resulting in Saemon skipping his 'Herein you shall find what you need' (AsylumPlot=4) line when giving a tour and jumping right to 'Having troubles?' (AsylumPlot=5).

You can easily remedy this by adding one extra condition to rAR1600.BAF - "Global("ThiefGroup","global",1)//sided with Aran" or "!Global("ThiefGroup","global",2)//sided not with Bodhi"
Vlad
Thank you!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.