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

Gatherbuddy - Mage - all the bot does is attempt to create food over and over again..

Bignorth

New Member
Joined
Dec 11, 2011
Messages
17
Reaction score
0
I start the bot, it works fine, until i finds a node, after it collects the node it attempts to create food over and over and over again, but my bags are already full...
 
Seems to be a problem with the actual bot, it does it no matter what profile i run... it works fine until it demounts and collects a node, then after that it just sits there trying to create food over and over again when i'm already maxed out on food, and all i see is the red text saying "you already have too many of that item" and it just keeps trying over and over again..
 
I had the same problem. Here is how to solve it:

Go to following folder:
YOUR_HONORBUDDY_FOLDER\Routines\Singular\ClassSpecific\Mage\

Inside this folder there you can see a file named: "Common.cs" -> open this file with Notepad.

Go to line 90 and add following:

private static readonly uint[] MageFoodIds = new uint[]
{
80610, // THIS IS WHAT YOU HAVE TO ADD!!!
65500,
65515,
65516,
65517,
43518,
43523,
65499
};

The id of the food is 80610, so if the bot does not check for it he will always try to cast.
 
Back
Top