Morrowind talk:Bal Isra

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

Screenshot[edit]

I've taken the liberty of replacing the image on this page with one that does not include Indarys Manor. I did this to follow the (developing) convention of showing the Great House stronghold locations in their "unimproved" condition on their pages, and leave the stronghold pictures for those pages. -- –KJR1012 Talk Email 06:36, 29 January 2008 (EST)

Looks good, follows the convention used at Uvirith's Grave. i just added a place summary. Time to take the peer review tag off? --Benould 01:00, 12 March 2008 (EDT)

Bugdul gro-Karbush[edit]

What actually happens to Bugdul gro-Karbush and others when stage one of the stronghold is completed? Do they simply disappear from the game? SwedishBerzerker at youtube.com 15:09, 13 April 2010 (UTC)

He lives a complex existence... Each time you leave the cell, this script runs so he gets enabled and disabled at various different times:
if ( CellChanged == 0 )
        Return
endif

if ( Stronghold <= 0 )
        Disable
endif

if ( Stronghold == 1 )
        Enable
endif

if ( Stronghold == 2 )
        Disable
endif

if ( Stronghold == 3 )
        Enable
endif

if ( Stronghold == 4 )
        Disable
endif

if ( Stronghold == 5 )
        Enable
endif

if ( Stronghold >= 6 )
        Disable
endif

rpeh •TCE 15:50, 14 April 2010 (UTC)

Poor guy... :P Thanks! SwedishBerzerker at youtube.com 07:49, 15 April 2010 (UTC)