Jump to content

Home

stealth mods...


locoguano

Recommended Posts

haven't come across any.. is is possible to set up a belt that allows the character to move at normal speed (run) while stealthed, or possible even stealth without being solo (to allow the player to move this person around for backstabs)...

Link to comment
Share on other sites

int SWFP_HARMFUL;
int NAME_OFYOUR_FORCEPOWER = rownumberhere;
int VFX_DUR_DISTORTION = 8000;

void main(){
        SWFP_HARMFUL = FALSE;	

        effect eLink1 = EffectInvisibility(INVISIBILITY_TYPE_NORMAL);
	eLink1 = EffectLinkEffects(eLink1, EffectVisualEffect(VFX_DUR_DISTORTION));

 object oTarget = GetSpellTargetObject();	

	{
               	ApplyEffectToObject(DURATION_TYPE_TEMPORARY, eLink1, oTarget, 120.0); 	 	

 	} 

ExtraordinaryEffect(eLink1);

}

I hope you'll like this script. It will simply make you invisible for everybody, even yourself. In rownumberhere your should enter row number in sppels.2da.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...