• 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. rascal9

      rascal9 Member

      Joined:
      Aug 8, 2012
      Messages:
      774
      Likes Received:
      5
      Trophy Points:
      18
      Is this possible to load PVP routes? Now that would be crazy
       
    2. Emptytester

      Emptytester Member

      Joined:
      Jun 14, 2011
      Messages:
      134
      Likes Received:
      0
      Trophy Points:
      16
      Where can i grab a API key
      Thanks

      ET


      _____


      Never mind found it ! If all goes well will download many thanks!
       
    3. Stoer

      Stoer Member

      Joined:
      Mar 30, 2013
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      6
      How is the nph on average? I was also wandering, whether it is possible that the bot switches the profile every 10 minutes, your character flies the whole time from one side of Pandaria to the whole other side because one profile was written for Townlong steppes for example and the other one for Jade forest. I understand this plugin is meant to minimize the bots repetitiveness but there is nothing included so to move to the adjacent areas instead of hopping from one side of Pandaria to the other?
       
    4. Jet8

      Jet8 Member

      Joined:
      Dec 8, 2011
      Messages:
      106
      Likes Received:
      2
      Trophy Points:
      18
    5. Jet8

      Jet8 Member

      Joined:
      Dec 8, 2011
      Messages:
      106
      Likes Received:
      2
      Trophy Points:
      18
      i could not find this out.xml file. has this been replaced or updated with something els?
       
    6. usrmd

      usrmd Member

      Joined:
      Jul 7, 2012
      Messages:
      126
      Likes Received:
      0
      Trophy Points:
      16
      The website I found to apply for an API is down. rndbuddy.tk
      How do I apply for a key?
       
    7. Rickstr99

      Rickstr99 New Member

      Joined:
      Dec 10, 2013
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      I get to the API site of http://rndbuddy.tk/info_api.html however the Apply for Key button is not active for use. Any other way of getting a key to use to test this out.
       
    8. rascal9

      rascal9 Member

      Joined:
      Aug 8, 2012
      Messages:
      774
      Likes Received:
      5
      Trophy Points:
      18
      Nice job man. Beer Beer
       
    9. defzone

      defzone New Member

      Joined:
      Dec 25, 2013
      Messages:
      122
      Likes Received:
      0
      Trophy Points:
      0
      Definitely going to donate! Nice work to both of you.

      However I have some questions. What if I want to use my own local profiles. Is it possible?
       
    10. moose123

      moose123 Banned

      Joined:
      Nov 26, 2013
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      6
      This plugin works great with HBReloger if just farm ore than log off.
       
    11. moose123

      moose123 Banned

      Joined:
      Nov 26, 2013
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      6
      well if you want to use your own local profile you can try out Highvotz's HBreloger or Nate8282's multizone. I assume you are only doing pandoria farming. you can modified the Multizone profile so it won't hearth back to SW. put all the local file you want to use in the pandoria folder than it will randomly select a new profile between xmin and y max minus you defined.
       
    12. moose123

      moose123 Banned

      Joined:
      Nov 26, 2013
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      6
      It pick up all the node along it's fly path, assuming they are not black listed and within range.
       
    13. moose123

      moose123 Banned

      Joined:
      Nov 26, 2013
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      6
      No, while computers are retarded (can only do what code tell it to do), you can write a very complex program for this simple task.
       
    14. brainAbuddy

      brainAbuddy Active Member

      Joined:
      Aug 12, 2010
      Messages:
      2,180
      Likes Received:
      11
      Trophy Points:
      38
      Yea that's right, but it's so hard to create a good profile how would you beable te let a programe do the same thing with the same goodnes?
       
    15. roboto

      roboto Well-Known Member Buddy Store Developer

      Joined:
      May 25, 2013
      Messages:
      1,937
      Likes Received:
      50
      Trophy Points:
      48
      i am working on PB Support, it's kinda stressful tho and i dont have that much time right now ;)
       
    16. moose123

      moose123 Banned

      Joined:
      Nov 26, 2013
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      6
      Well I have never written a profile for honor buddy, and I have no idea how gb2 profile work. It looks like the GB2 profiles only depend on 4 elements hotspot,blackspot,vendorspot,mailspot. On this form we have enough public profile to create a data base of those by extract and filter all the hotspot,blackspot,mailspot,vendorspot. once we have those we can write a complex random function generator (I'm talking about C, but I'm sure other program language works too and a lot simpler to write)that use RND,time,clock cycle for reading a at least 3 files (the clock cycle for reading each files is going to be in a range). use it to pick out a group random hotspot (also change the order of hotspots in the data base for more randomness in the future). I assume the GB2 work by going to the first hotspot than the next hotspot. so we can calculate the number of node (assume it's related to hotspots) in each path and move it next to each other, filter out hotspots if node is less than certain number. Now we just need to check the angle between the conceptive hotspot, using (x[current]-x[next])/(y[current]-y[next]) is in between sin(2/3*pi) and sin(5/3*pi) (I assume x,y is for the plan and z is for height). if it's not within this range some hotspots will be generated in between these 2 hotspot. In this calculation we have to include blackspots, but since I have no idea how it work, I'm not going to comment on it. And much much more steps needed, like I said a very complex program. (if you are going to do it I recommend you change x,y,z into double instead of a character array, it will save you a lot of time) Don't underestimate the computation power of your computer. Sorry for the lame grammar, and spelling.
       
    17. roboto

      roboto Well-Known Member Buddy Store Developer

      Joined:
      May 25, 2013
      Messages:
      1,937
      Likes Received:
      50
      Trophy Points:
      48
      now you got a pretty basic idea how rndbuddy works :D
       
    18. lickalime

      lickalime New Member

      Joined:
      Feb 8, 2010
      Messages:
      1,071
      Likes Received:
      4
      Trophy Points:
      0
      use arelog or hbrelogger and just set it up to switch profiles every 10min then log out when ever.
       
    19. hottspott

      hottspott New Member

      Joined:
      Dec 24, 2013
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      So does this only work with what the website is able to give you manually anyhow? Basically I mean it won't work with old continents and only MoP because the website doesn't have set profiles to randomize for old zones? The Randombuddy plugin has a feature to select what zones you want but it never pulls up a profile to use.
       
    20. jimmypile

      jimmypile New Member

      Joined:
      Dec 18, 2013
      Messages:
      196
      Likes Received:
      0
      Trophy Points:
      0
      ok, so i got the stuff all installed everyting good, got the api key finally also got everything loaded but its not moving

      [randomBuddy] Refreshing Profile...
      [randomBuddy] Using host 74.121.150.21
      [randomBuddy] New Profile received.
      [randomBuddy] Loading Profile...
      Changing current profile to Random Profile z101 14-01-20 09:37 (71203c5eb2fcca7a73296e700b79fde2)

      now i'm wondering if this is a plugin for mop only or if i can use it for vanilla stuff too... if i can use it for everything then i'm having an issue and i can try and post a log but atm i'm thinking its something i can fix quickly dont know yet i've tried running gathering profiles, questing, combat, professionbot just haven't had much luck yet
       
    Thread Status:
    Not open for further replies.

    Share This Page