Altair4 Posted January 4, 2015 Share Posted January 4, 2015 I'm trying to create an item that increases movement speed and jump height, while getting rid of fall damage when equipped. I've figured out the fall damage part out -- make a perk that modifies fall damage, make a magic effect that applies that perk, make an enchantment that uses that magic effect, and finally putting the enchantment on the item. However, I haven't been able to figure out the movement speed and jump height part, as I can't find any perk entry points to those... How can I add those to the item? Link to comment Share on other sites More sharing options...
Deleted1308005User Posted January 5, 2015 Share Posted January 5, 2015 Sounds like boots of Springheel jack. :dance: Also, no idea. Movement speed can be adjusted at racial stats.. So I could guess there's something that allows editing speed. I'll try to check it when I can. Link to comment Share on other sites More sharing options...
lofgren Posted January 6, 2015 Share Posted January 6, 2015 For movement speed, create and effect that modifies SpeedMult actor value. It's a percentage stat so modifying it by 100 will make you move twice as fast, 200 three times, etc. For jumping you'll have to script it. Link to comment Share on other sites More sharing options...
Altair4 Posted January 6, 2015 Author Share Posted January 6, 2015 Ok, figured it out. I made a reference alias script that modified jump height and player speed mult (doing it directly through magic effects creates some weird bugs) on equip and unequip. Link to comment Share on other sites More sharing options...
magnet55sphere Posted January 27 Share Posted January 27 can you go into detail on how you did that with allias? i have not learned how to use allias yet and this would be great info Link to comment Share on other sites More sharing options...
Recommended Posts