hideyuki, on 24 May 2017 - 21:33, said:
well, its new game, I got Sandrah to party, was waiting like 10 mins in each zone, outside of candlekeep, then Friendly Arm Inn and zone in between.
Strange.
Look for C:GetGlobal("HaiassJoinSan","GLOBAL") and C:GetGlobal("HaiassLevel","GLOBAL"). If any of them is other than 1, something was missed in Sandrah's script.
You can go to the area of Gorion's death and
C:SetGlobal("HaiassMiss","LOCALS",1) and C:SetGlobal("HaiassMissTime","LOCALS",1) with having Sandrah selected (your cursor being on her portrait), as these are locals, not globals.
If that does not help, do these in sequence while in the Gorion area (BG2700)
SetGlobal("HaiassJoinSan","GLOBAL",1)
SetGlobal("HaiassLevel","GLOBAL",1)
CreateCreature("Haiass1")
PS - if it is a new game, does it mean it is a new install? I would be cautious if things go wrong already that early in the game - maybe something went wrong with the install.
Edited by Roxanne, 24 May 2017 - 09:19 PM.