• Visit Rebornbuddy
  • [Plugin] randomBuddy (to random generate gather profiles)

    Discussion in 'Archives' started by piotr55, Jun 13, 2013.

    Thread Status:
    Not open for further replies.
    1. Stoer

      Stoer Member

      Joined:
      Mar 30, 2013
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      6
      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?
       
    2. roboto

      roboto Well-Known Member Buddy Store Developer

      Joined:
      May 25, 2013
      Messages:
      1,937
      Likes Received:
      50
      Trophy Points:
      48
      please post me your logs
       
    3. Stoer

      Stoer Member

      Joined:
      Mar 30, 2013
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      6
      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: Apr 19, 2014
    4. roboto

      roboto Well-Known Member Buddy Store Developer

      Joined:
      May 25, 2013
      Messages:
      1,937
      Likes Received:
      50
      Trophy Points:
      48
      -.- please use latest svn
       
    5. defzone

      defzone New Member

      Joined:
      Dec 25, 2013
      Messages:
      122
      Likes Received:
      0
      Trophy Points:
      0
      I applied for key but didnt receive from email. Thanks same name.
       
    6. roboto

      roboto Well-Known Member Buddy Store Developer

      Joined:
      May 25, 2013
      Messages:
      1,937
      Likes Received:
      50
      Trophy Points:
      48
      check for pm
       
    7. distiny

      distiny Member

      Joined:
      Oct 3, 2010
      Messages:
      141
      Likes Received:
      2
      Trophy Points:
      18
      but I used the api key I received from email when applying for one
      any idea ?
       
    8. Vezzy

      Vezzy New Member

      Joined:
      Jan 10, 2013
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      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?
       
    9. roboto

      roboto Well-Known Member Buddy Store Developer

      Joined:
      May 25, 2013
      Messages:
      1,937
      Likes Received:
      50
      Trophy Points:
      48
      please pm your key, maybe something went wrong

      servers are repsponding quite fine imho
      are you using the latest svn version?
      [​IMG]
       
      Last edited: Apr 22, 2014
    10. maltekagen

      maltekagen Member

      Joined:
      Apr 4, 2012
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      6
      late answer: try reinstalling framework.net, i just did and my toon immediately flew to the repair vendor.
       
    11. roboto

      roboto Well-Known Member Buddy Store Developer

      Joined:
      May 25, 2013
      Messages:
      1,937
      Likes Received:
      50
      Trophy Points:
      48
      please be advised, that rndbuddy relies on gatherbuddy2s behaviour when it goes down to mailing and repping - you might search the reason somewhere else
       
    12. maltekagen

      maltekagen Member

      Joined:
      Apr 4, 2012
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      6
      idea came from this thread: http://www.thebuddyforum.com/honorb...rt/135269-hb-does-not-repair-gatherbuddy.html
      installing it again seemed pretty obvious since the bot cant run without...

      all im saying is that it could help if you are otherwise out of ideas
       
    13. roboto

      roboto Well-Known Member Buddy Store Developer

      Joined:
      May 25, 2013
      Messages:
      1,937
      Likes Received:
      50
      Trophy Points:
      48
    14. wizardslayer

      wizardslayer Member

      Joined:
      Nov 3, 2010
      Messages:
      325
      Likes Received:
      0
      Trophy Points:
      16
      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.
       
    15. hellfish117

      hellfish117 Member

      Joined:
      Jun 8, 2012
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      6
      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.
       
    16. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      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
       
    17. roboto

      roboto Well-Known Member Buddy Store Developer

      Joined:
      May 25, 2013
      Messages:
      1,937
      Likes Received:
      50
      Trophy Points:
      48
      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)
       
    18. Aramad

      Aramad New Member

      Joined:
      Mar 10, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Guys What does it mean By Api Key? im Confused Any help?
       
    19. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      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
       
    20. hellfish117

      hellfish117 Member

      Joined:
      Jun 8, 2012
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      6
      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.
       
    Thread Status:
    Not open for further replies.

    Share This Page