Jump to content

Viarmo's torch fix doesn't work


Arthmoor

Recommended Posts

    ; 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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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...