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

Search results

  1. Apoc

    How to Write a Custom Class, a Guide for Beginners.

    You'll want any copy of Visual C# Express. (2010 or newer due to the .NET 4.0 requirements.)
  2. Apoc

    diminishing returns && q about speed of calls

    DR isn't available on the client. Only the server knows about it. Most addons "track" it by simply tracking the buffs that have been placed on a target, and when. You can simply recreate that tracking system to deal with DRs if you really want. But we won't be doing that for you in the HB core...
  3. Apoc

    Honorbuddy IRC - Unofficial IRC Chat

    Updated first page. Moved it to a public network that doesn't care about bots/hacks/etc.
  4. Apoc

    [BotBase] RaidBot - 30fps CC Execution

    Pirox got bans because it was writing those messages to an actual chat channel (which is logged by Blizzard, since it has to be sent to the servers). RaidBot prints a message to the chat window, but not in any channel. It's simply a display thing. I hope that makes sense to you. TL;DR; it...
  5. Apoc

    Buddy Team developing 3rd party tool for Diablo III

    I meant as high level obviously. :P
  6. Apoc

    Buddy Team developing 3rd party tool for Diablo III

    1) Yes. Well, sorta. It can constantly recreate a game over and over based on a quest you choose. (So Kulle, Queen, etc can be re-run many times) I'm not entirely sure if we have it properly set up to take the portals in, but it should work out of the box. 2) No. There are no plans for this at...
  7. Apoc

    Developer Rules Update

    Thats just your opinion. We made the change to combat the egotists not wanting to share any of their code, which does nothing but hurt the community as a whole. If we lose 1-2 CCs/Plugins, so be it. More will come in the future that won't cause a ton of headaches for users, and for us. If people...
  8. Apoc

    SWTOR: Test of 1-10 Trooper and Smuggler - Ord Mantell

    Yes, that's the problem. Please read the requirements for using Buddy Wing in the release thread.
  9. Apoc

    Crewskills Plugin

    Don't hijack threads please. Make your own thread.
  10. Apoc

    Crewskills Plugin

    No, it is not possible yet. I haven't wrapped any API for it. I'll be doing this today or tomorrow. (We've got very few bugs left, so its time to start adding new features again!)
  11. Apoc

    Buddy Team and Star Wars: The Old Republic

    SWTOR is an entirely different beast to Rift, or WoW. The amount of nonsense required to do even the smallest tasks is quite annoying. (Unlike WoW, where you can get a unit's health consistently, in SWTOR there's many different edge-cases you need to work around to ensure you get a proper value...
  12. Apoc

    How does double? PullDistance work?

    Search MSDN for nullable types. :)
  13. Apoc

    [BotBase] RaidBot - 30fps CC Execution

    RaidBot forces HB to execute at 30fps (roughly 10-15x faster than any human can possibly react) The fact that you can normally get 60fps really has no bearing on this. (So long as your FPS isn't dropping below 10ish) Some plugins do things in the "Pulse()" function, which is run every time HB...
  14. Apoc

    Stopcasting and you...

    public static Composite StopCastingShit() { return new Decorator( ret => StyxWoW.Me.CastingSpell.Id == 77767 && (StyxWoW.Me.HasMyAura("Lock and Load") || StyxWoW.Me.CurrentFocus >= 68), new Sequence(...
  15. Apoc

    Russian CC

    Aura's are just wrappers around spells FYI. The only way to break HB on non-english clients, is to use Lua specifically, and english spell names inside Lua. For example, when people do things such as: Lua.DoString("RunMacroText('/cast Blade Flurry')"); The above will only work on an English...
  16. Apoc

    IsValid property on WoWObject

    IsValid checks if the object is valid as far as HB's object manager is concerned. (As well as a flag that WoW sets for "disabled" objects)
  17. Apoc

    SWTOR 1.2 Banwave

    Funny, I've been botting over 6 months and not had a single ban due to botting itself. Just goes to show; even pixel bots aren't safe!
  18. Apoc

    Developer Rules Update

    Folks, please keep in mind, if people are rebranding entire CCs/Plugins with 1 line changes, the userbase will know, and the "new author" will just catch a giant load of... for lack of a better word... shit. Developers do have standards. Copy/paste artists do not. We have moral obligations to...
  19. Apoc

    2 major bugs: combat and loot bugs

    The looting bug is actually a bug in WoW. For some reason there's an issue once in a while with syncing the loot state between the client and server. This has been a bug since Vanilla. One that Blizzard seems to not care about fixing. There's unfortunately, nothing we can do about it, short of...
  20. Apoc

    An academic report on the impact of bots on economics and gameplay in MMORPGs

    The German version is the one that matters in court. The English translation is more for us to read, as well as Blizzard employees. (I doubt the same grammatical errors exist in the German version, but I don't speak German so I can't really comment)
Back
Top