Did a fresh install, but still seeing some errors constantly in the log.
View attachment 6224 2014-10-30 05.04.txt
Using Enyo...
Exception was thrown in BotBase.Root.Tick
[21:10:57.574 D] Buddy.Coroutines.CoroutineBehaviorException: Multiple continuations were encountered in a single coroutine tick. This is usually an indication that a coroutine task was created but not awaited.
at Buddy.Coroutines.Coroutine.(Boolean )
at Buddy.Coroutines.Coroutine.(Boolean )
at Buddy.Coroutines.Coroutine.Resume()
at CommonBehaviors.Actions.ActionRunCoroutine.Run(Object context)
at Styx.TreeSharp.Action.RunAction(Object context)
at Styx.TreeSharp.Action..()
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 Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.CommonBot.TreeRoot.()
at Styx.CommonBot.TreeRoot.(Action , String , Boolean )
The healing seems to be ok though, it doesnt seem to be not casting / stopcasting, but figured I'd post a log just incase it can help out.
When I get time I'll do a bit more messing around. Im not sure if this is Enyo or Oracle.