What install problems are you referring to? Everything else works correctly.
Yeah i found out the problem in the routine, but i do not have an Call Pet option in the routine :/
[16:24:30.906 N] Compiler Error: error CS1508: Resource identifier 'Resources.resources' has already been used in this assembly
[16:24:31.597 N] Compiler Error: c:\Honorbuddy\Plugins\KBA\Helpers\Spell.cs(204,28) : error CS1061: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'HealingSpellIds' and no extension method 'HealingSpellIds' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)
[16:25:41.102 D] System.NullReferenceException: Object reference not set to an instance of an object.
at CavaPlugin.CavaPlugin._OnBotStart(EventArgs args) in c:\Honorbuddy\Plugins\CavaPlugin\CavaPlugin.cs:line 763
at Styx.CommonBot.BotEvents.(OnBotStartStopRequestedDelegate , String )
[17:15:30.007 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.InvalidOperationException: Sequence contains no matching element
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
at Styx.CommonBot.FlightPaths.(WoWPoint , WoWPoint , XmlFlightNode& , XmlFlightNode& )
at Styx.CommonBot.FlightPaths.ShouldTakeFlightpath(WoWPoint start, WoWPoint end, Single travelSpeed)
at Styx.Pathing.MeshNavigator.MoveTo(WoWPoint location)
at Styx.Pathing.Navigator.MoveTo(WoWPoint location)
at Styx.Pathing.Flightor.MoveTo(WoWPoint destination, Single minHeight, Boolean checkIndoors)
at Honorbuddy.QuestBehaviorCore.UtilityCoroutine.<TryFlightor>d__3f.MoveNext() in c:\Honorbuddy\Quest Behaviors\QuestBehaviorCore\UtilityCoroutines\Movement.cs:line 172
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at Honorbuddy.QuestBehaviorCore.UtilityCoroutine.<MoveTo>d__30.MoveNext() in c:\Honorbuddy\Quest Behaviors\QuestBehaviorCore\UtilityCoroutines\Movement.cs:line 86
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at Honorbuddy.QuestBehaviorCore.UtilityCoroutine.<MoveTo>d__29.MoveNext() in c:\Honorbuddy\Quest Behaviors\QuestBehaviorCore\UtilityCoroutines\Movement.cs:line 53
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at Honorbuddy.QuestBehaviorCore.UtilityCoroutine.NoMobsAtCurrentWaypoint.<Run>d__78.MoveNext() in c:\Honorbuddy\Quest Behaviors\QuestBehaviorCore\UtilityCoroutines\Movement.cs:line 230
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Styx.CommonBot.Coroutines.CoroutineTaskAwaiter`1.GetResult()
at Honorbuddy.Quest_Behaviors.InteractWith.InteractWith.<MainCoroutine>d__20.MoveNext() in c:\Honorbuddy\Quest Behaviors\InteractWith.cs:line 884
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CommonBehaviors.Actions.ActionRunCoroutine....()
--- End of inner exception stack trace ---
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 Honorbuddy.QuestBehaviorCore.ExceptionCatchingWrapper.Tick(Object context) in c:\Honorbuddy\Quest Behaviors\QuestBehaviorCore\Extensions\Extensions_TreeSharp.cs:line 207
at Styx.TreeSharp.Decorator..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Bots.Quest.Actions.ForcedBehaviorExecutor..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Bots.Quest.Actions.ForcedBehaviorExecutor..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.Common.HookExecutor.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.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.Common.HookExecutor.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.CommonBot.TreeRoot.()
at Styx.CommonBot.TreeRoot.(Action , String , Boolean )
[17:19:39.405 D] System.NullReferenceException: Object reference not set to an instance of an object.
at Honorbuddy.Quest_Behaviors.Cava.SetHearthstone.SetHearthstone.SelectSetLocationGossipOption() in c:\Honorbuddy\Quest Behaviors\Cava\SetHearthstone.cs:line 90
etc etc etc