Gibberlings3 / BG1NPC

The BG1 NPC Project adds a great deal of content by expanding the depth of character and levels of interaction with the NPCs from the Baldur's Gate game. Requires Tutu, BGT, or BGEE.
https://www.gibberlings3.net/mods/npcs/bg1npc/
47 stars 24 forks source link

BG1NPC renders BGTs Gerde ankheg quest unfinishable #104

Open MikeX1234 opened 2 years ago

MikeX1234 commented 2 years ago

BG1NPC overwrites death variable of Gerde's ankheg quest creatures (ankhegg.cre) from 'AnkhegG' to 'ankheg' which makes Gerde's BGT quest unfinishable.

From BGT AR8300.bcs: IF Global("A6AngryGerde","GLOBAL",0) Exists("Gerde") // Gerde !Dead("Gerde") // Gerde NumDeadGT("AnkhegG",10) THEN RESPONSE #100 SetGlobal("A6AngryGerde","GLOBAL",1) END

IF NumDeadGT("AnkhegG",0) Global("HelpGerde","GLOBAL",0) THEN RESPONSE #100 SetGlobal("HelpGerde","GLOBAL",1) END