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

Search results

  1. Apoc

    DirectX Error

    I will have a new build out today that fixes this problem properly. Sorry for the delay!
  2. Apoc

    Grind xml

    Your CreatureId for "VendorNPC" is wrong. That is a GUID (they are different things). Your RepairNPC also has no CreatureId.
  3. Apoc

    Medic broken?

    Medic's work fine. What exactly is your issue? "It's broken" isn't a valid issue.
  4. Apoc

    New to this Bot.

    Walk up to the Vendor you want to add in-game, and (with the bot running) hit Alt+Shift+D. Information about the current target will be dumped to the bot window, where you can pull the location information (already in XML format).
  5. Apoc

    Error

    Are you running ShadowPlay? Or any other video capture software? (Fraps, OBS, XSplit, etc) They are known to break the bot unfortunately. Close them if you are.
  6. Apoc

    Questing | Sequence?

    Use the "CSIAction" tag. <CSIAction QuestId="-1" QuestObjective="-1" QuestName="Unknown Quest Name" KeypadOrder="1,2,3,4,5" YesNoOrder="Y, N, Y, Y" FailIfNoCSI="false" /> The usual quest-related attributes are there (QuestId, QuestObjective, etc) KeypadOrder is only used for CSI's that are...
  7. Apoc

    Error pick quest

    I see no problem there? Be more specific please?
  8. Apoc

    Multiple sessions

    No problem! You can do other things while the game is in the background. You just can't minimize it to the tray, because Windows won't send certain events which the bot needs to function properly. I'll add some code to "unminimize" the game if it detects it minimized.
  9. Apoc

    Multiple sessions

    Your logs don't seem to mention anything auth related. However, it does randomly fail to execute properly. (Usually happens because you minimized the game)
  10. Apoc

    Questing | Sequence?

    I'm not sure what exactly you have bound to "C" and "F". The communicator is the default binding for C. Could you be more specific?
  11. Apoc

    Quest | Could not find end poly error

    Using the auto-generated tags isn't 100% correct. You may need to actually go and put down a correct hotspot for the collect tags. (The positions generated by the plugin are pulled from the game files, so there may be a tree or something there.)
  12. Apoc

    Wildbuddy v1.1

    Use the object browser in VS for your API.
  13. Apoc

    Where Manual ???

    That's a profile issue. Not an issue you'd find in the manual. (Which is literally those 4 steps)
  14. Apoc

    Wildbuddy v1.1

    Wildbuddy v1.1 Now requires Microsoft Visual C++ 2013 Redistributable Package (x64)Download link Reporting BugsPlease report confirmed WBcore bugs to THIS thread! When reporting a bug, please include your full log file (found in your bot folder under the "Logs" directory, sort by creation...
  15. Apoc

    [BETA] Wildbuddy BETA - Pre-Release Builds

    I need a lot please! Also, make a new thread in the support section if you could.
  16. Apoc

    GameManager.Telegraphs Not Yet Implemented?

    Please restart your bot, and test telegraphs again. They should now work! (I have some slight updates to do still, but they should at least be mostly usable now!)
  17. Apoc

    Multiple sessions

    Sounds very strange. Do you have logs for when this happens? I consistently run more than 3 without any issues. (Not that it helps your specific case) We also have users who run 10+ at times without problems.
  18. Apoc

    How to use plugins?

    No. When the Avoid tag runs, it adds the location to the global list of "avoid this spot" basically. Once it runs, it stays there until you tell it to be removed (with the same tag plus 'Remove="true"')
  19. Apoc

    [BETA] Wildbuddy BETA - Pre-Release Builds

    Make sure you are using the BETA build (available in the first post of this thread). You are running the old release build (pre-F2P wildstar)
  20. Apoc

    Is this bot ready for a lvl 50 grind profile?

    Thanks for the vote of confidence. Please enjoy your vacation!
Back
Top