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

Search results

  1. Apoc

    Changelogs / Repo commit log?

    Sorry for the flurry of builds in the last few days. I updated our networking libs (which broke things for a little while), and fixed a handful of lingering issues. You should always use GameManager.LocalPlayer, and not cache it unless you know 100% positively that you won't hit a loading...
  2. Apoc

    Simulate button clicks on specific GUI elements?

    public const string GetSendButtonLua = @"local addon = Apollo.GetAddon('Mail') if addon ~= nil then local compose = addon.luaComposeMail if compose ~= nil then return compose.wndSendBtn end end return nil "; The reason Lua is used, is because we have to pull a...
  3. Apoc

    Unable to launch bot

    Could you please try the current build, and send me a log from that run? It should contain more useful information.
  4. Apoc

    Wildbuddy doesn't always like switching zones

    Thanks for the report. I'll check into it!
  5. Apoc

    Dont find Path ,Nav Problems (Need German Support if you can)

    Are you still having this issue? If you receive a message about the nav server not responding within 5 seconds, it usually means the connection died to the server. (Either the server died, or your connection dropped to it) Usually the bot will pick itself up in these situations. I pushed some...
  6. Apoc

    Bot unstucker

    Thanks! I have plans for stuck detection, but I've been incredibly busy lately and haven't had time to work on it.
  7. Apoc

    No available processes

    It sounds to me like the process has reported as "Exited" to .NET, or the global mutex that we create to see if a process has been attached to, is still active. I'm aware of both bugs, and both are issues that are incredibly difficult to deal with. I'm pushing a new build that will add...
  8. Apoc

    Max Sessions + Not loading properly

    Unfortunately, this is one of the few "fixes" I know of. There is a bug in the client during the loading process that causes things to go haywire for some odd reason.
  9. Apoc

    Unable to launch bot

    If you wouldn't mind doing that. Basically, what I think is happening, is something is blocking WB from being able to attach. It can see the game running, but it can't actually "interact" with it. I'm available for the next hour or so, if you would like me to remote into your machine and see...
  10. Apoc

    Unable to launch bot

    Can you temporarily turn off Webroot, and see if that resolves the problem?
  11. Apoc

    Unable to launch bot

    Again, it sounds like Wildbuddy and/or Wildstar doesn't have the required privileges. What anti-virus and firewalls do you run?
  12. Apoc

    Programming student asking for some information about the bot

    All of our bots are written with a mix of mainly C#, and a light sprinkling of C++ when needed. We all use Visual Studio, since it's really the only viable IDE for .NET-related code. Other than that, you can see any 3rd party libs we use by downloading the bot, they're all inside the zip/install.
  13. Apoc

    Unable to launch bot

    Sorry, I've been super busy the last week or two, I haven't been able to check in as much as I should. Can you do a test for me, and disable any anti-virus, firewalls, etc, that you may have running, and try running the bot? It sounds to me that something is blocking the bot from being able to...
  14. Apoc

    Unhandled dispatcher exception

    As I've stated in many threads, the Buddy Wizard does not work for x64. You'll need to manually install the x64 redist yourself (please check the release thread for all requirements, and links to installs)
  15. Apoc

    Grind Tag issues

    I just fixed the repair/vendor issues last night. Here is an example profile to get you started: <Profile Name="Badlands Augmentors" Author="Walter" Version="1.0"> <Grind> <Repair> <RepairNPCs> <RepairNPC Name="Chef Cecilia" CreatureId="33912" X="-5067.397"...
  16. Apoc

    Does this Bot Do Anything?

    Check the profile forum for the "combat bot" profile. Wildbuddy is a totally new framework, and doesn't work the same way as HB in most respects. As for level 2 and running into a wall, I assume you're talking about the "glass wall" inside a hallway for Exile players, yes? If so, this is on my...
  17. Apoc

    Bug + Requests

    The problem with it targeting something after it kills, is that the client still has you flagged as "in combat". The second part to this, is that there isn't the notion of "threat" unless you actually have something targeted. So the CR automatically finds a new target while it's in combat, and...
  18. Apoc

    Could not load file or assembly 'GreyMagic.dll'0.

    .NET 4.5.1 The x64 redist (linked in the post in the main forum here) And obviously Wildstar. The "BuddyWizard" only works for our x86-based bots (Basically everything but WB here), so you do need to manually install that redist. Failing that, you may be missing some other core files...
  19. Apoc

    Routines

    https://www.thebuddyforum.com/wildbuddy-forum/wildbuddy-profiles/195627-pseudo-combatbot.html
  20. Apoc

    Could not load file or assembly 'GreyMagic.dll'0.

    Kind of an "obvious" question, but do you actually have GreyMagic.dll in the bot folder?
Back
Top