Jump to content

Recommended Posts

Posted

    ; Fix Viarmo's perpetual torch
   if MS05KingOlafsFestival.IsStageDone(15) == 1
       if ViarmoREF.IsEquipped(Torch01) == 1
           ViarmoREF.UnEquipItem(Torch01)
       endif
   endif

Not sure why, but this block of code didn't stop Viarmo from having his torch equippeed all the time and I'm LONG since past the festival.

Posted

Is it possible it skipped stage 15? If it goes from stage 10 to 20, for example, then it won't consider stage 15 done.

Posted

Console says stage 15 was completed.

Posted

Then either the isEquipped test is failing or the unequipItem... What about doing a removeItem as well? Is that still available?

Posted

It's an alias item, and apparently unequipping the torch isn't enough. You have to actually remove it or he won't get rid of it. Alias items SHOULD disappear once the quest the alias belongs to is finished, but apparently that isn't the case.

Posted

I thought we had to do that with Arquen's torch as well; that's why I suggested it. I don't think Beth has quite figured out this alias system yet.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...