Page 1 of 1
Need help! paladin quest global variable
Posted: Sun May 12, 2002 12:59 pm
by Nae'run
I'm playing BG2 for my first time, and i got some problems! I'm playing with a Paladin, and i'm stock whit the 3 paladin quest. I have killed the assasens, but Hurgis Baltezan wont appear! I was wondering if there was somebody who knew what to type in shadowkeepers global-variable!!!
P.S. sorry by the spelling!!!!
Posted: Sun May 12, 2002 2:14 pm
by Aqua-chan
Well actually, you need to talk to the girl upstairs for her uncle to appear. If you've done this and still need help, I'll give you the variable.
~A.
Posted: Sun May 12, 2002 2:15 pm
by Stilgar
That´s a realy bugged quest, load an earlyer save and try again (and again and again)
Posted: Sun May 12, 2002 2:17 pm
by Nae'run
I've talked to her, but the only she says, is that I should go downstairs and look for more assassins!!! And very unfortunatly, I dosn't have any saves...
Posted: Sun May 12, 2002 2:30 pm
by Stilgar
Yes you have, the autosave!
Posted: Sun May 12, 2002 2:36 pm
by Nae'run
Nope, no autosaves! when you go up/down the stairs in the house, the game autosave

Posted: Sun May 12, 2002 2:39 pm
by Stilgar
No I remeber why I save before every quest I take.
I don;t know the codes, just wait until sabre posts
you can continue the game, the quest dousn't hold any good items, onlyu at the end you get an armour AC-1
Posted: Sun May 12, 2002 2:49 pm
by Nae'run
Ok, thanks Stil.....

Posted: Sun May 12, 2002 3:55 pm
by Sojourner
You can try the following - make sure your party is on the ground floor:
Check the following at the console:
CLUAConsole:GetGlobal("PLGIRL01","GLOBAL")
If this returns a value greater than 0, then enter the following:
CLUAConsole:SetGlobal("PLGIRL01","GLOBAL",0)
Next, enter the following:
CLUAConsole:SetGlobal("PaladinGirlDead","GLOBAL",0)
CLUAConsole:SetGlobal("HurgisReal","GLOBAL",1)
CLUAConsole:SetGlobal("HurgisRealSpawn","GLOBAL",0)
CLUAConsole:SetGlobal("PaladinGirlSpawn","GLOBAL",3)
and wait several seconds. He should spawn in automatically.
Posted: Sun May 12, 2002 4:17 pm
by Nae'run
It helped...... a little! Now the uncle appears, but the girl dosn't change her dialog, she still tells me to go down-stairs and look for more assassins... Anybody with an idea

Posted: Sun May 12, 2002 11:11 pm
by Sojourner
Enter the following at the console:
CLUAConsole:SetGlobal("SPRITE_IS_DEADPLASS01","GLOBAL",1)
CLUAConsole:SetGlobal("SPRITE_IS_DEADPLASS02","GLOBAL",1)
CLUAConsole:SetGlobal("SPRITE_IS_DEADPLASS03","GLOBAL",1)
CLUAConsole:SetGlobal("SPRITE_IS_DEADPLASS04","GLOBAL",1)
CLUAConsole:SetGlobal("Tyrianna","GLOBAL",3)
Check the following global:
CLUAConsole:GetGlobal("HurgisHere","GLOBAL")
This should return a 1.
Posted: Mon May 13, 2002 10:13 am
by Nae'run
Thanks Sojourner! Thank you!!! I was beginning to think that me future paladin quests were lost..... THANKS once again
