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

Search results

  1. V

    CC Breaker

    I created this a while ago so I'm not 100% sure that everything is still working. Wasn't originally going to release it to the public but I have no use for it now, so maybe someone else will. Download
  2. V

    Basic Radar

    Looks good, glad that someone found use for it. The rotation was probably the hardest thing about the entire thing lol
  3. V

    Basic Radar

    Yeah I believe isSafeForRadar() limits the range to 140m. Moderator or Out can probably tell you but I'm gonna guess it falls into the category of radar still, looks pretty good though ;)
  4. V

    Basic Radar

    I'm pretty much done with messing with archebuddy addons, but it should be fairly easy to modify like the ginseng function to show whatever you want.
  5. V

    GM Logout

    Thanks for pointing out the setting thing, when I read the original thread talking about implementing the event I didn't realize there was a setting that had to be enabled. Yeah if you don't need the email portion you can just change the setting to log you out when a gm is detected. The whole...
  6. V

    GM Logout

    I'm not 100% sure on Out's implementation of onFoundGameMaster, but from what I could tell it's most likely when they are detected on your specific server.
  7. V

    GM Logout

    Put together a quick plugin that will send you a email, and then log you out on GM detection. using System; using System.Drawing; using System.Threading; using System.Collections.Generic; using System.Linq; using ArcheBuddy.Bot.Classes; using System.Net.Mail; using System.Text...
  8. V

    Enter in Instance(Dimension)

    No problem, glad to help
  9. V

    Enter in Instance(Dimension)

    What dungeon are you trying to enter? foreach (var obj in this.getDoodads()) { if (obj.type == BotTypes.DoodadObject) { List<Skill> data = new List<Skill> (obj.getUseSkills() ); foreach(Skill Dobj...
  10. V

    Basic Radar

    Basic Radar Shows Enemies Shows Friendlies Shows Wild Ginseng Shows Vehicles Shows World Bosses (anything greater then 600k hp) Distance to point Rotational Radar (If you are looking directly at a player they will show north on the radar, the points rotate around you based off your...
Back
Top