What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Error after update

robstar

Member
Joined
Feb 16, 2010
Messages
30
Reaction score
1
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:
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:
make a fresh Hb installation from scratch plz
 
Back
Top