Quote:
Originally Posted by Nanaki
I do believe the pegasus stash roids have a certain mission check before they appear, like the stashes in Hepheastus. Not quite sure what mission makes them pop up, though.
|
Thanks, you've pushed me in the right direction.
Comparing Hep (Gefest in scripts) and Pegasus activate.script (way down at the bottom) we have:
Hepheastus
local cond1 = GetQuestLabel("Allow_Karl");
local cond2 = GetQuestLabel("OnRandomPortal_all");
Pegasus
local cond1 = GetQuestLabel("OnRandomPortal_all");
after which there's a section of (I guess) roid stash generation functions.
So, yeah, I would say that Pegasus spawns stash in those 5 roids AFTER that "random portal" (at (-500, 550, -650)) opens. First question: when would that be. Second: any chance anyone updates this info on first page?