Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BG1NPC renders BGTs Gerde ankheg quest unfinishable #104

Open
MikeX1234 opened this issue Jul 20, 2022 · 0 comments
Open

BG1NPC renders BGTs Gerde ankheg quest unfinishable #104

MikeX1234 opened this issue Jul 20, 2022 · 0 comments

Comments

@MikeX1234
Copy link

MikeX1234 commented Jul 20, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant