locoguano Posted July 6, 2006 Posted July 6, 2006 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)...
Kainzorus Prime Posted July 6, 2006 Posted July 6, 2006 Assuming this is for K1? Because you can already run in stealth mode in TSL you just need specific feat (stealth run), but still need to be in solo.
locoguano Posted July 6, 2006 Author Posted July 6, 2006 Ok.. i've never seen that feat.. funny.. I thought it was there, but I thought I was thinking of NWN... heh
Lit Ridl Posted July 7, 2006 Posted July 7, 2006 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.
Torthane Posted July 8, 2006 Posted July 8, 2006 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.