If I move the tank, the rest will follow. But the tank himself will not move. If I move him into a monster, he won't begin attacking.
My log is filled with this:
System.InvalidCastException: Specified cast is not valid.
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveN ext()
at System.Collections.Generic.List`1..ctor(IEnumerabl e`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Bots.DungeonBuddy.DungeonBot. (WoWPoint )
at Bots.DungeonBuddy.DungeonBot. . ()
at Bots.DungeonBuddy.DungeonBot. (Object )
at Styx.TreeSharp.PrioritySelector. . ()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.Decorator. . ()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector. . ()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector. . ()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.Decorator. . ()
at Styx.TreeSharp.Composite.Tick(Object context)
at Bots.DungeonBuddy.Behaviors.PrioritySelectorDebug. . ()
at Styx.TreeSharp.Composite.Tick(Object context)
at Bots.DungeonBuddy.Behaviors.PrioritySelectorDebug. Tick(Object context)
at Styx.TreeSharp.PrioritySelector. . ()
at Styx.TreeSharp.Composite.Tick(Object context)
at Bots.DungeonBuddy.DungeonBot. .Tick(Object )
at Styx.CommonBot.TreeRoot. ()
Many thousands of the above^
It lists the role as tank in the log and in HB, the tank ingame has the 'tank' symbol etc. I didn't disable the movement option in singular, didn't see one in the bot config itself.