I followed the direction and when I load the profile from file I get the following red text and after I click start it says please load a profile before starting bot?
[Compiler Error]: C:\Users\John\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(151,83) : error CS0117: 'CustomForcedBehavior.ConstrainAs' does not contain a definition for 'WoWPointNonEmpty'
[Compiler Error]: C:\Users\John\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(611,26) : error CS0103: The name 'QuestId' does not exist in the current context
[Compiler Error]: C:\Users\John\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(638,8) : error CS1660: Cannot convert lambda expression to type 'float?' because it is not a delegate type
[Compiler Error]: C:\Users\John\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(845,8) : error CS1929: 'Vector3' does not contain a definition for 'MaximumTraversalTime' and the best extension method overload 'Extensions_WoWObject.MaximumTraversalTime(WoWObject, double, TimeSpan?, TimeSpan?)' requires a receiver of type 'WoWObject'
[Compiler Error]: C:\Users\John\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(885,20) : error CS0117: 'Navigator' does not contain a definition for 'CanNavigateFully'
[Compiler Error]: C:\Users\John\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(1305,23) : error CS1501: No overload for method 'PathTraversalCost' takes 1 arguments
[Compiler Error]: C:\Users\John\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(1349,43) : error CS1501: No overload for method 'PathTraversalCost' takes 1 arguments
[Compiler Error]: C:\Users\John\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(1471,37) : error CS1929: 'Vector3' does not contain a definition for 'CollectionDistance' and the best extension method overload 'Extensions_WoWObject.CollectionDistance(WoWObject)' requires a receiver of type 'WoWObject'
[Compiler Error]: C:\Users\John\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(1525,37) : error CS0117: 'Navigator' does not contain a definition for 'FindHeights'
[Compiler Error]: C:\Users\John\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(1528,36) : error CS1579: foreach statement cannot operate on variables of type '?' because '?' does not contain a public definition for 'GetEnumerator'
[Compiler Error]: C:\Users\John\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(1746,20) : error CS1929: 'Vector3' does not contain a definition for 'CollectionDistance' and the best extension method overload 'Extensions_WoWObject.CollectionDistance(WoWObject)' requires a receiver of type 'WoWObject'
[Compiler Error]: C:\Users\John\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(1814,35) : error CS1929: 'Vector3' does not contain a definition for 'CollectionDistance' and the best extension method overload 'Extensions_WoWObject.CollectionDistance(WoWObject)' requires a receiver of type 'WoWObject'