Need help! paladin quest global variable
Need help! paladin quest global variable
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!!!!
P.S. sorry by the spelling!!!!
It is my duty as a servant of life to drug people with their own life.... make them high on their daily living!
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.
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.
There's nothing a little poison couldn't cure...
What happened here was the gradual habituation of the people, ... to receiving decisions deliberated in secret; to believing that the situation was so complicated that the government had to act on information which the people could not understand, or so dangerous that, even if he people could understand it, it could not be released because of national security.
What happened here was the gradual habituation of the people, ... to receiving decisions deliberated in secret; to believing that the situation was so complicated that the government had to act on information which the people could not understand, or so dangerous that, even if he people could understand it, it could not be released because of national security.
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.
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.
There's nothing a little poison couldn't cure...
What happened here was the gradual habituation of the people, ... to receiving decisions deliberated in secret; to believing that the situation was so complicated that the government had to act on information which the people could not understand, or so dangerous that, even if he people could understand it, it could not be released because of national security.
What happened here was the gradual habituation of the people, ... to receiving decisions deliberated in secret; to believing that the situation was so complicated that the government had to act on information which the people could not understand, or so dangerous that, even if he people could understand it, it could not be released because of national security.