Auto AE not going off
-
Area name: Tested Wyvernwoods, and Masoner's Bridge
Issue Location:
Quest Name:
Store Name:
NPC Name:
NPC Location:
Server Version:
Screen Shot:
Time: https://www.timeanddate.com/Issue Description: The auto AE rolls are not happening. I can use the ability. So far Grizzly, Wolf, Hungry Wolf, and Leopard. All attack but no roll.
-
I have seen it work sometimes and sometimes not, not sure why it is a hit and miss.
-
The script that does auto AE is
ds_animalempathy
which is called inNW_C2_DEFAULT2
which should be in the OnPerception for the animals. When we tried to fix companions not following commands, the OnPerception script got changed tonw_ch_ac2
. Just need to go through all the animals again and change it back to theNW_C2_DEFAULT2
script. OR... editnw_ch_ac2
to includeds_animalempathy
.@Strife-and-Discord Which one?
-
NW_C2_DEFAULT2
already calls tonw_ch_ac2
in an event the Creature is already a companion, so changing it to NW_C2_DEFAULT2 should resolve it. I would recommend changing it only on some of the creatures that spawn more often, to test this before changing it to all. -
Maybe try Falcons or Ravens? they turn up a lot.
-
Test implemented for Falcons and Ravens 6969
-
Successful auto AE on Falcon.
-
Fix implemented on (all?) animals.
If you find one that doesnt work properly, let me know.
v6970