• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Gatherbuddy problem

    Discussion in 'Archives' started by maggot, Aug 13, 2011.

    1. maggot

      maggot New Member

      Joined:
      Aug 11, 2011
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      Hey guys,

      I am useing a mining profile, and when my bag is full and it is set to head to town to mail items to a toon, it dosent... I get this over and over again.

      Thanks in advacne!


      Code:
      [9:30:44 PM:865] Cleared POI - Reason Exception in Root.Tick()
      [9:30:44 PM:865] Cleared POI
      [9:30:44 PM:962] System.InvalidOperationException: Sequence contains no elements
         at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
         at Bots.Gatherbuddy.GatherbuddyBot._stc()
         at Bots.Gatherbuddy.GatherbuddyBot._bvc(Object ret)
         at TreeSharp.Decorator.CanRun(Object context)
         at TreeSharp.Decorator._nF.MoveNext()
         at TreeSharp.Composite.Tick(Object context)
         at TreeSharp.PrioritySelector._nF.MoveNext()
         at TreeSharp.Composite.Tick(Object context)
         at TreeSharp.Decorator._nF.MoveNext()
         at TreeSharp.Composite.Tick(Object context)
         at TreeSharp.PrioritySelector._nF.MoveNext()
         at TreeSharp.Composite.Tick(Object context)
         at TreeSharp.Decorator._nF.MoveNext()
         at TreeSharp.Composite.Tick(Object context)
         at TreeSharp.PrioritySelector._nF.MoveNext()
         at TreeSharp.Composite.Tick(Object context)
         at TreeSharp.PrioritySelector._nF.MoveNext()
         at TreeSharp.Composite.Tick(Object context)
         at Styx.Logic.BehaviorTree.TreeRoot.Tick()
       
    2. donnamonna

      donnamonna Member

      Joined:
      Jan 15, 2010
      Messages:
      242
      Likes Received:
      4
      Trophy Points:
      18
      Do you have your Hearthstone in your bag? I haven't used GB an awhile, last I knew if you were mailing items to an alt you had to have your hearth set to the Dalaran Inn.
       
    3. maggot

      maggot New Member

      Joined:
      Aug 11, 2011
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      Oh did not know that... ill try that
       
    4. donnamonna

      donnamonna Member

      Joined:
      Jan 15, 2010
      Messages:
      242
      Likes Received:
      4
      Trophy Points:
      18
    5. maggot

      maggot New Member

      Joined:
      Aug 11, 2011
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      If i remove the hearthstone will fix this problem?
       
    6. maggot

      maggot New Member

      Joined:
      Aug 11, 2011
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      Well looked into it, and 1 of the locations i went to on that list did not have a INN - any other ideas?
       
    7. grimreap124

      grimreap124 New Member

      Joined:
      Jul 31, 2011
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      Does your profile have a mailbox it can go to? like a mailbox location? just a thought
       
    8. maggot

      maggot New Member

      Joined:
      Aug 11, 2011
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
    9. grimreap124

      grimreap124 New Member

      Joined:
      Jul 31, 2011
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      which one in particular ?
       
    10. grimreap124

      grimreap124 New Member

      Joined:
      Jul 31, 2011
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      yeah none of them have mailbox locations added, if you want to add one go to the zone and the mail box you want it to use and go to the developer tools and click the refresh thing next to position and copy the numbers you see. then open up your profile in notepad and you will see a thing like
      <Mailboxes>

      <Mailboxes/>

      just add this in between there
      <Mailboxes>
      <Mailbox "the location you copied">
      <Mailboxes/>

      then save and your done
       
    11. maggot

      maggot New Member

      Joined:
      Aug 11, 2011
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      have tried with a few - Winterspring to name the current

      Killer! Thanks so much trying that now, will post back shortly!
       
    12. maggot

      maggot New Member

      Joined:
      Aug 11, 2011
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      <Mailboxes>

      <Mailbox "6706.053, -4670.043, 721.6262">

      </Mailboxes>

      Thats how i have it, that correct, or does it ened the <>
       
    13. grimreap124

      grimreap124 New Member

      Joined:
      Jul 31, 2011
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      sorry you it will be this forgot to say sorry
      <Mailboxes>

      <Mailbox X="6706.053" Y="-4670.043" Z="721.6262"/>

      </Mailboxes>
       
    14. maggot

      maggot New Member

      Joined:
      Aug 11, 2011
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      Ya i think i just got it, 1 sec

      EDIT:

      It worked! You the best! +rep!
       
    15. grimreap124

      grimreap124 New Member

      Joined:
      Jul 31, 2011
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      Thats ok man glad I could help out
       

    Share This Page