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

[Plugin] randomBuddy (to random generate gather profiles)

Status
Not open for further replies.
I am getting an error when it tries to receive a new profile. Not complaining about unknown API key. Any idea what may cause this?
 
please post me your logs

There you go :) I also noticed that he does not save the farm location. For example, when I click pandaria and then save and close and I reopen settings, it still has default eastern kingdoms. Already tried ticking off all the pandaria locations separately and he does save that, yet problem not solved. Thanks!

View attachment 5684 2014-04-19 11.30.txt

Got it fixed by using the latest version through svn link. Sorry for the trouble!
 
Last edited:
There you go :) I also noticed that he does not save the farm location. For example, when I click pandaria and then save and close and I reopen settings, it still has default eastern kingdoms. Already tried ticking off all the pandaria locations separately and he does save that, yet problem not solved. Thanks!

View attachment 125953

-.- please use latest svn
 
[13:15:32.780 N] [randomBuddy] Error: Unknown API Key!

but I used the api key I received from email when applying for one
Welcome to RandomBuddy
This is your API Key
================================
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

any idea ?
 
Randombuddy tries to start with my api key but says the servers arent responding...And he isnt checking the newest(main site) that isnt down?
 
but I used the api key I received from email when applying for one


any idea ?
please pm your key, maybe something went wrong

Randombuddy tries to start with my api key but says the servers arent responding...And he isnt checking the newest(main site) that isnt down?
servers are repsponding quite fine imho
are you using the latest svn version?
2173376.png
 
Last edited:
late answer: try reinstalling framework.net, i just did and my toon immediately flew to the repair vendor.
please be advised, that rndbuddy relies on gatherbuddy2s behaviour when it goes down to mailing and repping - you might search the reason somewhere else
 
I have a complete fresh install of the OS and bot on another PC and I am experiencing the same issue with repairing...it never happens.
 
Anyone got some good settings if I wish to purely farm Ghost Iron Ore? E.g. specific zones and such. I'm new to MoP but I got a toon with JC/Ench so that's what generates most money for me but I just don't know all the good spots to farm it.
 
Hi Piotr55,

Just a bug report/feature request...

Can you arrange to have this plugin check which bot is in use, and disable it, if Gatherbuddy2 is not being used?
As it stands now, the plugin interferes with proper operation of the Questing bot, and new users haven't got a clue how to find/fix the problem.

cheers & thanks for the consideration,
chinajade
 
Hi Piotr55,

Just a bug report/feature request...

Can you arrange to have this plugin check which bot is in use, and disable it, if Gatherbuddy2 is not being used?
As it stands now, the plugin interferes with proper operation of the Questing bot, and new users haven't got a clue how to find/fix the problem.

cheers & thanks for the consideration,
chinajade

Hallo chinajade,
If you'd like to send me a Code snippet i can commit this as well (currently abroad and no way to test it myself)
 
Hallo chinajade,
If you'd like to send me a Code snippet i can commit this as well (currently abroad and no way to test it myself)

Hi, Roboto,

I haven't tested this, but the check should look something like this:

using Styx.CommonBot;

private BotBase _gatherBuddy2Bot;

public override void OnInitialize()
{
// Find the Gatherbuddy2 bot...
_gatherBuddy2Bot = BotManager.Instance.Bots.Values.FirstOrDefault(b => b.Name.Equals("Gatherbuddy2"));

// ...whatever other initialization needed...
}

public override void Pulse()
{
// Plugin doesn't run, if bot is not Gatherbuddy2...
if (BotManager.Current != _gatherBuddy2Bot)
{ return; }​
...​

cheers,
chinajade
 
Guys What does it mean By Api Key? im Confused Any help?

Since you're using the services of Roboto's servers every time the plugin generates a profile for you, you need to get access to it (this is to prevent abuse I think). At the start of thread there should be a like to randomBuddy's website but here's a direct link randomBuddy - Generate v2 . Just go there, read it up if you want to know how the magic happens and why it's good, otherwise just instantly go to the API section and read the instructions to apply for an API key, you should get it almost instantly to your mail.
 
Status
Not open for further replies.
Back
Top