• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Error after update

    Discussion in 'Honorbuddy Support' started by robstar, Sep 3, 2016.

    1. robstar

      robstar Member

      Joined:
      Feb 16, 2010
      Messages:
      30
      Likes Received:
      1
      Trophy Points:
      8
      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: Sep 3, 2016
    2. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      make a fresh Hb installation from scratch plz
       

    Share This Page