Skip to content

Sekolah's Prophecy possible BUG

i go to speak with the Prince, having the Rebels Orb and i agree to his plan, after which i immediately go to where the Priestess gives me the quest to speak to the Prince (before even going to give the fake heart to the king), and she and that captain are dead. right before speaking to the guard that takes me to the Prince, if i go to the Priestess, she and the captain are alive.

im not sure this impacts the game in any way, but i would like to ask if it can change the story in any way or make me lose out on some loot.

Comments

  • KhyronKhyron Member Posts: 655
    Unless you go mental and slaughter both sides there'll be two different rewards to collect, so you can either just kill everyone or settle for the reward from either side.

    I don't wanna spoil too much, but i can say that the area you're in is very isolated and has no bearing on the remainder of the game.
  • skorchskorch Member Posts: 32
    It's a bug in the area script (AR2300.BCS):
    IF
        OR(2)
            GlobalGT("villynatyjob","GLOBAL",0)
            Dead("sahpr2")  // Prince Villynaty
        Global("SpawnPointsGone","AR2300",0)  // Sahuagin City
    THEN
        RESPONSE #100
            SetGlobal("SpawnPointsGone","AR2300",1)  // Sahuagin City
            ActionOverride("sahpr1",Kill(Myself))  // <-- HERE
            ActionOverride("sahpr3",Kill(Myself))  // <-- I delete these lines
            SpawnPtDeactivate("SpawnPoint1")
            SpawnPtDeactivate("SpawnPoint2")
            SpawnPtDeactivate("SpawnPoint3")
            SpawnPtDeactivate("SpawnPoint4")
            SpawnPtDeactivate("SpawnPoint5")
            SpawnPtDeactivate("SpawnPoint6")
            SpawnPtDeactivate("SpawnPoint7")
            SpawnPtDeactivate("SpawnPoint8")
    END
    

    The captain is also scripted to die if Royal High Priestess Senityili is dead.
  • PixelRunnerPixelRunner Member Posts: 89
    so it is a bug. thanks!
Sign In or Register to comment.