• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Bot not working with quests

    Discussion in 'Honorbuddy Support' started by lambo, Jul 31, 2016.

    1. lambo

      lambo Member

      Joined:
      Dec 8, 2010
      Messages:
      223
      Likes Received:
      3
      Trophy Points:
      18
      Getting a string of errors when I try to start questing.


      I go to the buddy store.
      activate the quests.
      select for my area.
      load it up and press " go" ... and no dice.

      any help would be appreciated.

      Just installed latest files.
       

      Attached Files:

    2. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      It looks like Honorbuddy is having a hard time dealing with one of the items on your character.
      please open Developer Tools -> Console,then paste the following in the box and press "Run":


      Code:
      foreach (var item in ObjectManager.GetObjectsOfType<WoWItem>())
      {
        try
        {
          Log("{0}: OK", item.ItemInfo.Id);
        }
        catch (Exception ex)
        {
          Log("{0} ({1}, {2}): FAIL...", item.Name, item.Entry, item.ItemLink);
          Log(ex);
        }
      }
      
      Log("Done");



      and remove the items that cause exceptions
       
    3. lambo

      lambo Member

      Joined:
      Dec 8, 2010
      Messages:
      223
      Likes Received:
      3
      Trophy Points:
      18
      seams to be working. I will keep ya posted. thanks!
       
    4. lambo

      lambo Member

      Joined:
      Dec 8, 2010
      Messages:
      223
      Likes Received:
      3
      Trophy Points:
      18
      still running strong. Thanks for the fix!
       
    5. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      you're welcome!
       

    Share This Page