kyosuke1000 Posted December 25, 2008 Share Posted December 25, 2008 well i was going to make an armor that increases movement speed and what not but the problem is when i go to the armor enchantments i cant find anything to do with speed could someone possibly tell me which effect it is? Link to comment Share on other sites More sharing options...
GodofAlcohol Posted December 26, 2008 Share Posted December 26, 2008 You could create an own Effect for this, I dont think theres one already.Try creating an Effect which modifies the Actor Value - SpeedMult and apply x for magnitude, where x is your increase in speed.Or try giving the armor a script. Hereś an example: scn SpeedArmorScript begin OnEquip ModActorValue SpeedMult +10end begin OnUnEquip ModActorValue SpeedMult -10end Personally, I've never tried a speed increase/decrease. It's just an idea. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.