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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Error after update

robstar

Member
Joined
Feb 16, 2010
Messages
30
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:
Back
Top