Hey guys, So, I've been running AutoAngler for a few days, and noticed that sometimes with flying between hotspots, the bot would feel that it was stuck and activate the racial "Every Man For Himself" trinket. This usually ended up with my toon falling from the sky and dieing. After watching the bot do its thing more closely, I saw that it is trying to cast the spell a lot, and ends up looking rather non-human as well. As in the attached log file, the toon had just landed in the water to fish and was attempting to jump out of the water with Water Walking on. It required repeated jumps and attempted to use the trinket multiple times. My main issue however is it being cast while in the air, as the repairs cut into my profits. To try and remedy the problem, I set the Singular racials setting to False, but this has had no effect. I also tried editing the SingularRoutine.Behaviors.cs file and commented out the following line: Spell.Cast("Every Man for Himself", on => Me, ret => Me.Race == WoWRace.Human && (Me.Stunned || Me.Fleeing)) which also did not work. I haven't used any other Bot than AutoAngler lately, so maybe the trinket behavior is built into AutoAngler and bypassing the singular settings? Any help is appreciated, Thanks. View attachment 120716
great, but this section is for Honorbuddy support. for issues with autoangler, it would be best to post in the autoangler thread.
Sorry about that. I was thinking that it was HB controlling the un-stuck feature, thus triggering the racial, and therefore being a HB issue of not being able to turn off use of racial abilities.