Jump to content

Home

stealth mods...


locoguano

Recommended Posts

Posted

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)...

Posted

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.

Posted

If you are useing KOTOR 2 you could modify one of the stealth belts to give you the stealth run feat as a bonus. It shouldn't be too hard if you have any KOTOR modding experiance.

Archived

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

×
×
  • Create New...