Question - Hidden Scripts in Werewolf Maze?

Post » Sun Apr 20, 2014 3:54 am

I noticed that when doing the Werewolf Maze (Mortag Glacier) at the end of Bloodmoon, that certain "activators" seem to "dispel" player buffs.

Specifically, walking near the final Werewolf Ice Statue (with the right key - thus causing it to become a Werewolf) in both the outer ring and inner ring AND going through the gateway from the outer ring to the inner ring seem to "dispel" my Fortify Strength for X seconds potions/enchantments (constant effect remains unaffected).

When I touch the WW Ice Statues in another order, it is always the 4th one (there are four per section) that causes me to lose all temporary buffs.

I looked at the scripts on the statues and the doorway, and I can't see anything that causes this. I am running bare bones MW with BM and TB and the latest official patch and unofficial patch ONLY. Nothing else.

Is there a "floating script" that does this? Is this "intended", or a "bug"?

And I hope this is the right section. I haven't used these forums in years, and I could have sworn there was a "bugs" section before....

User avatar
N3T4
 
Posts: 3428
Joined: Wed Aug 08, 2007 8:36 pm

Post » Sat Apr 19, 2014 9:17 pm

there are no bugs, they are called features after 10 years :D

try this: with buffs still on, open the in-game console, type
coc balmora
BecomeWerewolf

if buffs still vanish, it is a standard effect of BecomeWerewolf command

by the way, the script doing the transformation is crappy
Spoiler

Begin weremazeScriptshort doOnceBecomeWerewolfif ( doOnce == 0 )	Becomewerewolf	set doOnce to 1endifEnd weremazeScript
User avatar
Jonathan Braz
 
Posts: 3459
Joined: Wed Aug 22, 2007 10:29 pm

Post » Sat Apr 19, 2014 10:59 pm

>by the way, the script doing the transformation is crappy
Werewolf Ice Statue have werestatue2Script and werestatue1Script.
Fixed weremazeScript, just little change.
Begin weremazeScript

short doOnce

if ( doOnce == 0 )
BecomeWerewolf
set doOnce to 1
endif

End weremazeScript
User avatar
dav
 
Posts: 3338
Joined: Mon Jul 30, 2007 3:46 pm


Return to III - Morrowind