Jump to content

(Planescape: Torment) Cannot Enter Mausoleum


JTM

Recommended Posts

I am trying to do the quest given by Norochj where you must enter the Mausoleum. In the Infinity Engine, the portal automatically appears when you approach the entrance. This does not seem to happen in GemRB 0.8.4. Does anyone know why this is the case?

Link to comment

Thanks. This worked before and I already tracked it down — the harmlessentered trigger is not being set because the portal is set up as a repeating trap. You must've travelled enough for it to toggle to a trapped state from the default of 0 ... so I guess the previous runs were just lucky.

 

While I fix it, you can do this to get forward. Press ctrl-space to open (or close) the console, enter the following and press enter:

ExecuteString('EnablePortalTravel("TravelTrigger1",1)', 1)

... which will make the portal appear. To make it work, wrap these two in a similar ExecuteString('what', 1):

 

BitSet("0200_Status","AR0200",BIT2)
ActivatePortalCursor("TravelTrigger1",1)

 

EDIT: fixed in latest build (but won't help with your save, so use the above)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...