I have several strongholds, from BG2 Tweaks, but Ceeb Issom hasn't shown up in the Inn in Trademeet, and Selence still won't give me the time o' day. Is it due to Global Settings Tweaks that BG2 Tweaks makes to allow multiple strongholds? If so, what do I edit to untweak this?
Or do I have my own unique problem? That seems unlikely.
BTW, I have the latest everything installed.
Multiple Strongholds Spoil SoS?
Started by Dog Cavalry, Feb 24 2007 09:31 AM
5 replies to this topic
#1
Posted 24 February 2007 - 09:31 AM
#2
Posted 24 February 2007 - 05:45 PM
I think you need to get all the strongholds to have SoS move on with that tweak.
I Ride for the King!
a.k.a. Chev
#3
Posted 25 February 2007 - 05:27 PM
I think you need to get all the strongholds to have SoS move on with that tweak.
Jiminy Crickets!! How many is that? I have Cleric one, Fighter one at D'arnise, Druid one at Grove, Ranger one in Umar Hills. didn't get thief stronghold despite XPD'ing MaeVar for Renall Bloodscalp. Haven't been in Planar Sphere yet either. Might be about to get Paladin one after having freed the daughter in Windspear Hills.
Is there a line I can edit in Global Settings with ShadowKeeper instead?
John
#4
Posted 26 February 2007 - 11:34 AM
I think you need to get all the strongholds to have SoS move on with that tweak.
Jiminy Crickets!! How many is that? I have Cleric one, Fighter one at D'arnise, Druid one at Grove, Ranger one in Umar Hills. didn't get thief stronghold despite XPD'ing MaeVar for Renall Bloodscalp. Haven't been in Planar Sphere yet either. Might be about to get Paladin one after having freed the daughter in Windspear Hills.
Is there a line I can edit in Global Settings with ShadowKeeper instead?
John
YES, Here is the script block:
IF
OR(11)
Global("PlayerHasStronghold","GLOBAL",1)
Global("PCKeepOwner","GLOBAL",1)
Global("PCSphere","GLOBAL",1)
Global("PlayerThiefGuild","GLOBAL",1)
Global("PlayerHasPlayhouse","GLOBAL",1)
Global("PaladinOrder","GLOBAL",1)
Global("JoinHelm","GLOBAL",1)
Global("JoinLathander","GLOBAL",1)
Global("JoinTalos","GLOBAL",1)
Global("BPCeebIssonBitesRangers","GLOBAL",1)
Global("GreatDruid","GLOBAL",1)
!Global("CbCreatedMyself","AR2010",1)
!Global("CbCanSpawnFence","GLOBAL",1)
THEN
RESPONSE #100
SetGlobal("CbCreatedMyself","AR2010",1)
CreateCreature("CBISSON1",[262.579],1) // Ceeb Isson
END
#5
Posted 26 February 2007 - 02:47 PM
Thanks... can I call you unhappy for short?
How exactly do I do that? I'm keen to do the cooking, but not clear where to start. Is that stuff to add in 'scripts'? or do those lines already exist in Globals, ready for the touch of my soft pink hands with Shadowkeeper?
BTW, is this a common problem?
How exactly do I do that? I'm keen to do the cooking, but not clear where to start. Is that stuff to add in 'scripts'? or do those lines already exist in Globals, ready for the touch of my soft pink hands with Shadowkeeper?
BTW, is this a common problem?
#6
Posted 26 February 2007 - 04:56 PM
Use NI, DLTCEP, Shadowkeeper or use CLUA Console and set thoes globals to 1.
List by wellunhappy
List by wellunhappy
Global("PlayerHasStronghold","GLOBAL",1) Global("PCKeepOwner","GLOBAL",1) Global("PCSphere","GLOBAL",1) Global("PlayerThiefGuild","GLOBAL",1) Global("PlayerHasPlayhouse","GLOBAL",1) Global("PaladinOrder","GLOBAL",1) Global("JoinHelm","GLOBAL",1) Global("JoinLathander","GLOBAL",1) Global("JoinTalos","GLOBAL",1) Global("BPCeebIssonBitesRangers","GLOBAL",1) Global("GreatDruid","GLOBAL",1)
I Ride for the King!
a.k.a. Chev