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

GatherBuddy...

chunk

New Member
Joined
Nov 9, 2012
Messages
26
Reaction score
0
Hi Sorry if this is a stupid or a simple fix...

but when in try and run Gatherbuddy i get the below error.

---

Starting the bot!
This profile does not contain any profiles fitting the character!
Bot Stopped! Reason: This profile does not contain any profiles fitting the character!

---

I have tried with downloaded GB script too same problem... other things seems to work fine - Honor and Archa all work any ideas?
 
Open up the GB2 profile you're trying to run and look for something right at the top that looks like this:
Code:
<MinLevel>1</MinLevel>
<MaxLevel>80</MaxLevel>

And change it so that the max level is higher than your character's current level, like this:

Code:
<MinLevel>1</MinLevel>
<MaxLevel>99</MaxLevel>

Should be able to open it up in Notepad just fine (though I use and recommend Notepad++ for editing profiles).
 
You sir ... are a star that worked a treat :)

Open up the GB2 profile you're trying to run and look for something right at the top that looks like this:
Code:
<MinLevel>1</MinLevel>
<MaxLevel>80</MaxLevel>

And change it so that the max level is higher than your character's current level, like this:

Code:
<MinLevel>1</MinLevel>
<MaxLevel>99</MaxLevel>

Should be able to open it up in Notepad just fine (though I use and recommend Notepad++ for editing profiles).
 
Back
Top