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

Search results

  1. Sidalol

    Something with Gps changed?

    Look at the path and look at my cart XD Out: remove this image. Road from behind looks like this: (Red = real path, green = example path bot will take) You can see it does what Lipie said - comes round corner....misses path and goes in circle then up the wall. If wall was not there...
  2. Sidalol

    Something with Gps changed?

    Something has changed in gps right? Now wiggle is so much less but if you go too far off the path (maybe didn't start exactly on path or cart did some wiggle and moved a little from path) then it will go round and round in circles forever trying to get on the path. If you start really close to...
  3. Sidalol

    Farm Cart Trade Runs ?

    https://www.thebuddyforum.com/archebuddy-forum/archebuddy-plugins/181068-gps-changed.html
  4. Sidalol

    Something with Gps changed?

    I do that with teleport just fine with a 30 second sleep after the teleport. Is it only with recall?
  5. Sidalol

    Farm Cart Trade Runs ?

    They're talking about the routes for the journey not the code.
  6. Sidalol

    Something with Gps changed?

    Both me and a friend are experiencing weird shit with Gps today...using with vehicles it's riding around and around in a circle...didn't do this before.
  7. Sidalol

    Crash when trying to use GPS distance

    point == null?
  8. Sidalol

    Get path between two GpsPoints?

    Awesome. For carts actually I think the main thing is to find how early to turn. Atm the bot will get to a point, rotate, move to point. Simply checking distance to next point and turning towards the following point earlier instead of once arrived might work quite nicely.
  9. Sidalol

    Can't skip intro video anymore

    PM it to me.
  10. Sidalol

    Farm Cart Trade Runs ?

    Nah doesn't matter whether you do it with mount, cart, walk etc. It will always do it until gps is changed.
  11. Sidalol

    Automatic Gatherer for flowers

    I forgot to add an ';' after the first line and you made CollectItemsInZone lower case 'c'.
  12. Sidalol

    Farm Cart Trade Runs ?

    Trust me it's better that not everyone is wiggling around on their cart. Once that gets fixed I will release or someone might release before that if they don't think it's a bad idea.
  13. Sidalol

    Farm Cart Trade Runs ?

    On second thoughts I think I'll wait until the vehicle navigation is fixed (Out said before that he's looking at it). Atm not so many people are botting in carts so the wiggling isn't so obvious but it might become much worse when more people use carts.
  14. Sidalol

    Automatic Gatherer for flowers

    Replace "Mature Narcissus" with the name of the plant when ready for harvest, likely "Mature Azalea" and replace the description with the skill description for harvesting them e.g. "Gathering: Spend 1 Labor to gather plants." or whatever it is. The rest is fine.
  15. Sidalol

    Automatic Gatherer for flowers

    Can't you just use scarecrow? And if you are doing an illegal farm just create a roundzone and gather in it: RoundZone z = new RoundZone(me.x, me.y, 32) CollectItemsInZone("Mature Narcissus, "Gathering: Bla bla bla", z);
  16. Sidalol

    Target X Y

    if (me.target != null) Log("Target: " + me.target.name + " x: " + me.target.x + " y: " + me.target.y);
  17. Sidalol

    Is cross faction mailing available?

    Really? I was selling myself items on auction house and losing the cut because I just assumed it doesn't work x.x
  18. Sidalol

    Can't skip intro video anymore

    Intro video on continuous loop with no audio means the auth servers are down.
  19. Sidalol

    Farm Cart Trade Runs ?

    I've had a working farm cart trade run addon for a while. I will probably release it here just got a few things bits left to do on it when I can be bothered xD
Back
Top