Jump to content

Stuck in the location after defeating Belhifet


zelazko

Recommended Posts

I get locked in the ID1105 area. I added block to the area script ID1105.bcs thinking maybe it would get me out but looks like globals are not setting properly. The cutscene starts but I get teleported two times to Ulgoth's Beard and Athkatla Bridge with final destination being Athkatla Bridge ( I am in chapter 7 of EET).

I changed:

idtoEET to idtoEET1

It seems to worked. My party was teleported next to Maladernoth inside the Ulgoth's Beard Inn, and he started dialogue closing the IWD1 and teleported away himself after.

IF
    Dead("EEBELHI1")  // Belhifet
THEN
    RESPONSE #100
        ClearAllActions()
        StartCutSceneMode()
        FadeToColor([15.0],0)
        SetGlobal("Townie_Dead","GLOBAL",0)
        SetGlobal("Kill_Innocent","GLOBAL",0)
        Wait(1)
        StartCutScene("idtoEET")
END
Edited by zelazko
Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...