ZeroEscape Posted January 30, 2017 Share Posted January 30, 2017 Im currently making a custom animal follower and I am having trouble getting him to use spells and shouts.Ive added the spells of choice to his spell list but in game it seems to have no effect. What steps need to be taken to make it so a animal uses these traits? Link to comment Share on other sites More sharing options...
Di0nysys Posted January 30, 2017 Share Posted January 30, 2017 They can't, not naturally anyway. Each race has their own 'equip slots'; ie they're each setup to be able to use specific types of equipment. You can work around that by adding OnHit magic effects in their Attack Tab, making spells trigger when the animal attacks. You can also use script to cast spells directly from them (without animations), but u'd have to set it up through polling or some other event based triggers. These may be relevant. http://www.creationkit.com/index.php?title=Cast_-_Spellhttp://www.creationkit.com/index.php?title=OnCombatStateChanged_-_Actorhttp://www.creationkit.com/index.php?title=RegisterForSingleUpdate_-_Form Link to comment Share on other sites More sharing options...
ZeroEscape Posted January 31, 2017 Author Share Posted January 31, 2017 They can't, not naturally anyway. Each race has their own 'equip slots'; ie they're each setup to be able to use specific types of equipment. You can work around that by adding OnHit magic effects in their Attack Tab, making spells trigger when the animal attacks. You can also use script to cast spells directly from them (without animations), but u'd have to set it up through polling or some other event based triggers. These may be relevant. http://www.creationkit.com/index.php?title=Cast_-_Spellhttp://www.creationkit.com/index.php?title=OnCombatStateChanged_-_Actorhttp://www.creationkit.com/index.php?title=RegisterForSingleUpdate_-_FormSo I am going to add a "attack spell" to one of the power attacks in the attack data but if I wanted to add a script that would make it so he uses the spell/shout can I make it so it raely ever happens? Link to comment Share on other sites More sharing options...
Recommended Posts