Hi,
HB was working fairly well @ Questing in Legion up until I updated.
Now when I try to start the Bot I get the Following Error:
[Compiler Error]: \Quest Behaviors\Cava\PullMobs.cs(1070,29) : error CS1660: Cannot convert lambda expression to type 'float?' because it is not a delegate type
Commenting out Line 1063 - 1075 in that file seemed to help:
HB was working fairly well @ Questing in Legion up until I updated.
Now when I try to start the Bot I get the Following Error:
[Compiler Error]: \Quest Behaviors\Cava\PullMobs.cs(1070,29) : error CS1660: Cannot convert lambda expression to type 'float?' because it is not a delegate type
Commenting out Line 1063 - 1075 in that file seemed to help:
Code:
/*if (_noMobsAtCurrentWaypoint == null) {
_noMobsAtCurrentWaypoint =
new UtilityCoroutine.NoMobsAtCurrentWaypoint(
() => HuntingGrounds,
() => MovementBy,
//() => { if (!WaitForNpcs) BehaviorDone("Terminating--\"WaitForNpcs\" is false."); },
() =>
TargetExclusionAnalysis.Analyze(
Element,
() => PursuitList.GetPursuitedObjects(),
TargetExclusionChecks));
}*/
Last edited: