Weasel Mods
Pasha Kohvu doesn't spawn - Printable Version

+- Weasel Mods (https://www.weaselmods.net)
+-- Forum: Released Baldur's Gate and Multiplatform Mods (https://www.weaselmods.net/forumdisplay.php?fid=4)
+--- Forum: Verr'Sza (https://www.weaselmods.net/forumdisplay.php?fid=14)
+--- Thread: Pasha Kohvu doesn't spawn (/showthread.php?tid=1392)



Pasha Kohvu doesn't spawn - ccain - 11-16-2022

In the area Pasha Kohvu is supposed to spawn he does not.  Verr'Sza has already talked with me and said that I need to hurry and get to this area.  What variables do I need to check to see why he isn't spawning?

NOTE:  I tried force spawning him with CLUA but that does not trigger the necessary dialogue.


RE: Pasha Kohvu doesn't spawn - Lava - 11-17-2022

You need to provide more information: is that BG1EE or EET? What game version? What mod version? And are you sure you're in the right place? (where exactly did you go?)

The script looks like that:
Quote:IF
InParty("L#1Verr")
Global("L#1VerrPashaExist","GLOBAL",0)
THEN
RESPONSE #100
SetGlobal("L#1VerrPashaExist","GLOBAL",1)
CreateCreature("L#1VPAS",[2775.1265],2)
Continue()
END


So as you see, there aren't any significant conditions for him to spawn.


RE: Pasha Kohvu doesn't spawn - ccain - 11-17-2022

1. EET  
2. Version 2.6.6.0
3. Verr'za for BG1EE version 5.4
4. Area BG2700  (Lions way)  near where 
Gorion dies 


 I looked in Verr'za's script, but I don't see anywhere in the script where it's creating the creature L#1VPAS  .   I will admit I installed in a game I was already playing, however I started a new game and the mage along with the stone version of verr'za were not in the Friendly Arm Inn.



RE: Pasha Kohvu doesn't spawn - Lava - 11-17-2022

I will take a wild guess you installed this on BG2EE/EET, and IIRC Verr BG1 should be installed on BG1EE. I suspect that if you check the AR2700 the script will be there.

The EET list:
https://k4thos.github.io/EET-Compatibility-List/EET-Compatibility-List.html