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

Search results

  1. xzjv

    DB Core Profile Tags Reference

    These are the tags provided by DB without any plugins installed. Attributes listed by name and then data type. All tags may have quest and step attributes (questId="0" and stepId="0"). If quest or step values are not 1 (any) the tag will only run if the current Quest/Step matches. Usage...
  2. xzjv

    YAR Relogger 4.250.0.5

    Making a new thread because forums wont let me use the full page edit the other one with uploading. Relogger for DemonBuddy: Helps with launching multiple d3 clients and restarts them if they crash. It can be built and used from the Source on Assembla. Source | SVN | Assembla Or you can...
  3. xzjv

    Guide to Writing Combat Routines

    This guide is for people wanting to create their own combat routines in Trinity. There is a lot of info that could be covered on this topic so ill do this first pass and then expand on it later if people are interested. What is a combat routine? Combat routines decide which powers should be...
  4. xzjv

    [Guide] How to use the ItemList Looting System.

    XZJV's Item List The old version of this thread can be found here: https://www.thebuddyforum.com/demonbuddy-forum/plugins/trinity/212365-item-list-stashing-system-xzjv.html 1) How to set Item List to be used as your system for handling loot. 2) The item List tab. * Things that are...
  5. xzjv

    YAR Relogger 4.0.0.3

    Relogger for DemonBuddy: Helps with launching multiple d3 clients and restarts them if they crash. It can be built and used from the Source on Assembla. Source | SVN | Assembla Or you can download the attached zip, which also includes the source, if you would like to build your own .exe...
  6. xzjv

    Notice: Adventurer is now integrated with Trinity

    NOTICE Adventurer is now included within Trinity as of version 2.50.185+ * You will only need to have Trinity installed to use Adventurer profiles. * Please remove your /plugins/adventurer/ folder. For future updates and information, check the Trinity forum here...
  7. xzjv

    POLL - Priorities - What to focus on next?

    Have your say on where time should be spent on improving DemonBuddy.
  8. xzjv

    Trinity Avoidance

    This thread is to provide information about the new avoidance system, how it can be configured and how you can help improve it. Please use this thread to report avoidance specific issues. What's good about the new system? We can avoid beyond just circular things. It can track the rotation...
  9. xzjv

    Changing the Auto-Skill selections.

    If you want to change the skill selection they are listed in the file Plugins\Trinity\Coroutines\AutoEquipSkills.cs http://pastebin.com/raw/QGubrjpj
  10. xzjv

    New Item Ids - Anyone have them?

    We need ids for the following items, if you have them can you please click the button in adventurer tab labelled. 'Dump Backpack' when the item is in your backpack. And then paste the log message in this thread. Thanks. /// <summary> /// Bakuli Jungle Wraps Firebats deals...
  11. xzjv

    EZUpdater - The Plugin Updater

    Original plugin by rrrix. (Original Thread) DEVLOPMENT OF THIS PLUGIN IS CURRENTLY ON HOLD. What is EZUpdater? Its a tool that automatically downloads and installs plugins to save you the hassle of keeping them up to date. How it works When you start DemonBuddy, You'll see a window like...
  12. xzjv

    Developer Guide: How to Add/Update a Bounty

    Getting started guide for people interested in fixing broken bounties or adding new ones. Get set up Using a proper coding tool is not required, you can do it in notepad. But i strongly recommend you use Visual Studio with Resharper. Visual studio can be obtained for free here...
  13. xzjv

    Frequently Asked Questions - Read First

    Plugin doesn't show up in the plugins list. I get a wall of text after starting DB with errors and warnings. Cause: A plugin is not being compiled properly by DemonBuddy. This most often occurs when a new version of the plugin is copied on top of an existing version. This can happen with DB's...
  14. xzjv

    Notice: Game restarting immediately issue

    We are aware of the issue. We'll be releasing a fix to this shortly.
  15. xzjv

    Profile Destroy Destructible Commands

    For reference <While condition="ActorExistsAt(258064, 258.03, 570.29, 24.72, 15)"> <MoveToActor questId="1" actorId="258064" x="258.03" y="570.29" z="24.72" isPortal="False" /> <WaitTimer questId="1" waitTime="500" /> <If condition="ZetaDia.PlayerData.HeroClass !=...
  16. xzjv

    Supported Builds 2.4.1

    The following builds have been tested with the version of trinity specified for patch 2.4.1 Note: importing settings .xml will replace your existing settings, including item-list. Back up your settings by exporting first. DemonHunter UE Fire Multishot GR75 Solo [Trinity 2.41.103] ------...
  17. xzjv

    [Plugin] AutoFollow 1.260.1

    What does it do? It allows multiple bots to communicate with each other, and play together in a party. Why would you do that? You get more loot and XP from playing with multiple people in your party. Difficulty (monster health) only increases by +50% per player yet you receive 100% more...
  18. xzjv

    Full Questing - All Acts - Complete

    This is a special pack of questing profiles and my Act 1 and Act 5 farming profiles. These profiles are NOT 100% afkable. They're only 99% AFK able :D Strange stuff happens with Demonbuddy/Diablo 3 sometimes. Try your best! Completes all main quests. Only a few bonus/side quests are included...
  19. xzjv

    [DOWNLOAD] Trinity

    What is Trinity? Trinity is the only combat plugin for Demon-Buddy. It handles most aspects of the bot's behavior. Including: Picking up items, Fighting Monsters, Interacting with Shrines/Doors/Switches etc. Avoiding bad stuff Town tasks (evaluating items, selling, salvaging, identifying...
  20. xzjv

    2.4 Waypoint Info

    public class WaypointInfo { public WaypointInfo(int number, int levelAreaSnoId, int worldSnoId, string name) { Name = name; Number = number; WorldSno = (SNOWorld)worldSnoId; WorldSnoId = worldSnoId...
Back
Top