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

Search results

  1. Apoc

    Wildbuddy v1.1

    The bot has been updated for the ninja patch v1.4.1.10828 0x82AE3D63
  2. Apoc

    Harvesting Implementation?

    Erm.... harvesting works fine last time I checked.
  3. Apoc

    Open 2 clients. 1 manual play, 1 bot

    Just start the game 3 times
  4. Apoc

    Wildbuddy läuft nicht PLS HELP

    What doesn't work? We can't read your mind, you need to provide us with specifics.
  5. Apoc

    ProfileTag changes

    Your code should look similar to this: public override bool Load(XElement xml) { if (base.Load(xml)) { Level = xml.LoadEnumAttribute<EchoLogLevel>("LogLevel", EchoLogLevel.Info); Message =...
  6. Apoc

    [Support & Developers] Discord Server

    I've set up a Discord server for everyone to use for support from staff, and other community members. Simply follow the link (posted below) to enter the chat room(s). Please keep in mind, the Discord support cannot (and will not) provide support for billing related issues. (This includes issues...
  7. Apoc

    [Support & Developers] Discord Server

    I've set up a Discord server for everyone to use for support from staff, and other community members. Simply follow the link (posted below) to enter the chat room(s). Please keep in mind, the Discord support cannot (and will not) provide support for billing related issues. (This includes issues...
  8. Apoc

    Wildbuddy v1.1

    Release build 1.1.614.4 is now available! Changelog: Updates for 1.4.0.10760 0x59FE0E4B Fix for GAC-related assemblies in CodeCompiler Clear out the last login key if there was a non-session related error. Added InventoryItem.CanSalvage Removed clearing the obstacle list on map change...
  9. Apoc

    Exception Periodically Thrown During Grinding

    Does the exception actually cause any issues? It may be related to the target searching, and if that's the case, then you can safely ignore it.
  10. Apoc

    Current map does not match requested map. Unable to Kill When zoning to another map

    Without seeing the profile, I can't really help much.
  11. Apoc

    Is there a way to buy items from a vendor?

    <Lua Code="BuyItemFromVendor(12345, 1)" /> Use that after you interact with a Vendor.
  12. Apoc

    Wildbuddy v1.1

    The bot is updated (beta build) I'll be pushing the release build shortly. Beta was to ensure things work properly. :)
  13. Apoc

    Current map does not match requested map. Unable to Kill When zoning to another map

    Sounds like your kill tag has a different map ID than the one you're on when it's actually killing something.
  14. Apoc

    QuestIds of Target

    The info you're looking at is kinda convoluted. They have multiple activation states for quests. private bool IsQuestGiver(Actor actor) { var a = new HashSet<ActivationType>(actor.ActivationTypes); return a.Contains(ActivationType.QuestNew) ||...
  15. Apoc

    WildBuddy Closes Wildstvar

    According to the log, it isn't closing the process. Something else is. Do you have anti-virus or anything running? Also, can you upload and PM me the crash log for the game (if there is any)
  16. Apoc

    authentication communication error constantly

    Yes, the auth servers are the same.
  17. Apoc

    how to change key

    Sorry, this is a known bug that's on my list to fix. Just delete your Settings/Global/AppSettings.json file. (Or just set the LoginKey entry inside the settings file to null)
  18. Apoc

    WildBuddy Closes Wildstvar

    I assume the game is running in DX9 mode. Is the game fully maximized? (Not 'Windowed Fullscreen', but just 'Fullscreen)
  19. Apoc

    authentication communication error constantly

    Unfortunately, this is an issue with our authentication servers. We're working on it. It's not directly related to WB though. Sorry for the issues!
  20. Apoc

    Did anyone achieve a profitable gph rate?

    Some users are seeing anywhere from 1-500plat per day. Hope that answers your question!
Back
Top