Arthmoor Posted April 8, 2012 Posted April 8, 2012 ; 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.
AndalayBay Posted April 8, 2012 Posted April 8, 2012 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.
AndalayBay Posted April 8, 2012 Posted April 8, 2012 Then either the isEquipped test is failing or the unequipItem... What about doing a removeItem as well? Is that still available?
Arthmoor Posted April 8, 2012 Author Posted April 8, 2012 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.
AndalayBay Posted April 8, 2012 Posted April 8, 2012 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now