Jump to content

Kill Banden Indarys


sosso23

Recommended Posts

He should be visible when you're in House Hlaalu or Telvanni

although both have a quest to kill him.

If you make him visible when you're in Redoran then you may get accused of trespass in your own stronghold.

But if you really want to then I think that changing

 

Begin bandenIndarysScript

if ( CellChanged == 0 )
Return
endif

if ( GetPCRank "Redoran" == -1 )
Enable
else
Disable
endif

End

 

to

 

Begin bandenIndarysScript

if ( CellChanged == 0 )
Return
endif

if ( GetPCRank "Redoran" => -1 )
Enable
else
Enable
endif

End

 

should work. Just make sure you back-up your saves before you try it.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...