Jump to content

[LE] Followers using Transmute


RatB0Y68

Recommended Posts

Hello, I need help with an AI Package.

 

I have made a follower, I have made a custom transmute spell that produces ingots instead of ores, I have made an AI package to get my follower to use the transmute spell when they have ingots in their inventory.

 

I have set the conditions as follows:

 

Subject. IsInCombat = 0 AND

Subject. GetItemCount IronIngot >= 1 OR

Subject. GetItemCount SilverIngot >=1 OR

 

So in theory, outside of combat, the follower will use the spell if they have at least one of either iron or silver ingots.

 

Unfortunately, testing it didn't work. So I need advice as to what I could have done wrong.

 

Any help would be appreciated.

Link to comment
Share on other sites

First question: Does the package itself ever fire? Packages stack by order of quest priority, for example, so even if the conditions of your package are met, if another package higher in the stack also has its conditions met, yours won't be chosen. And follower AI packages are quest-driven, so they could very easily be overriding.

Link to comment
Share on other sites

Honestly, I can't remember the specifics. I can say however that I managed to fix it. My follower now casts transmute when she has iron or silver ingots in her inventory.

 

Regardless, thanks for your reply and the information, I have learned something new and I shall bear this in mind when making new packages.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...