Crusader doesn’t appear in Malarnubi, Antechamber

Type: 

Bug

Severity: 

Normal

Game version: 

Morrowind

Concerns: 

TR_Mainland

Related Release File: 

Found in Version: 

Status: 

Fixed for Version: 

Item/Script Reference:

Identifier: 

tr_m4_wil_hautharmokill

Description: 

When you tell crusader location of the lich in Malarnabi Grotto, he swears that he'll meet you in Antechamber in his lair. However, when you appear there, he is simple absent and nowhere to be found, including his previous location, Hlaalu lookout.

Comments

An interesting bug. A couple

Rats's picture

An interesting bug. A couple of questions to narrow the causes down:
- What's the latest Journal entry for the quest?
- Did you perhaps leave the Hlaalu lookout tower using teleportation magic or a console command?

The latest journal entry is

Dunmerius's picture

The latest journal entry is an entry for the Index 50, namely: I've told Oirdo Malamartle where Hautharmo can be found... I've used a recall after speaking with crusader, which has teleported me to the entrance door of the Antechamber(not the place itself, the entrance in "Malarnabi Grotto" location.

According to script TR_m4_NPC

Arvisrend's picture

According to script TR_m4_NPC_Oirdo, he should be in "Malarnubi, Antechamber":

if ( GetJournalIndex "TR_m4_wil_HautharmoKill" == 50 )
    if ( GetDistance, player >= 430 )
        if ( teleportOnce == 0 )
            PositionCell, 3333, -2615, 996, 0, "Malarnubi, Antechamber"
            AiWander 0 0 0 0 0 0 0 0 0 0 0 0
            set teleportOnce to 1
        endif
    elseif ( CellChanged == 1 )
        if ( teleportOnce == 0 )
            PositionCell, 3333, -2615, 996, 0, "Malarnubi, Antechamber"
            AiWander 0 0 0 0 0 0 0 0 0 0 0 0
            set teleportOnce to 1
        endif
    endif
endif

Have you tried "ra" in that cell?