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

Search results

  1. xzjv

    some questions in version 715

    thanks for this feedback.
  2. xzjv

    Missing items on the itemlist

    some of those are missing because they're crafted items, therefore cant be 'found'. I guess can see someone crafting a large quantity of something then wanting to have the bot deal with it automatically based on item-list?
  3. xzjv

    is there a plan to add a method to get mobs or items native language name

    I will look into it. "But if some mobs nearby, default avoidance will always move" Can you explain more in what situations this is happening; a routine should be able to not avoid via ShouldIgnoreAvoidance or by returning false on HandleAvoiding().
  4. xzjv

    How to select higher GR then 48

    This was due to issues updating the UI with the highest unlocked rift level for each hero. And doing anything in settings outside of bot running is dangerous due to db not being threadsafe causing deadlock issues but the tldr is i'm now hardcoding max to 110 or something and it will snap back...
  5. xzjv

    [Help!] Demonbuddy and D3 closed after I returned? [LOG]

    You can ignore all the exceptions/errors because they occur after the D3 client disconnected from server or crashed. 22:04:11.618 INFO Logger [Trinity 2.55.703] Clicking UI element Network Disconnect Error Dialog OK Button (634168464) As to why it crashed, you were casting spectral blade at...
  6. xzjv

    How can I find shield value of the bot in the code?

    I've added this for you in a future build, probably .721+ Player.ShieldHitpoints
  7. xzjv

    Crusader - Hammerdin, Falling Sword - Delay issue fix

    im going to include this in .721+. thnx noxiaz
  8. xzjv

    File missing?

    yeah my fault, the file was missing, should be fixed in future builds.
  9. xzjv

    Problems with Flash Fire Wizard profile

    That log message means the routine has special logic to not avoid, this makes sense in rare cases where the build relies on special behavior. For example the shenlog generator routine where it needs to keep attacking in order to stay alive and stay within the damage buff window. If you feel...
  10. xzjv

    Reduce globes priority

    General > Globes > Customize > "Power" = Nephalem Glory Globe I'll see about enhancing these settings.
  11. xzjv

    Is there any way to let the bot skip Elites/Champions with the juggernaut affix?

    This was implemented in .706, so the forum release version (.708) will have it as will the current discord #builds test builds. Go to general > elites > customize and the checkbox should show up in the list of affixes.
  12. xzjv

    Guide to Writing Combat Routines

    Yes it looks through all the classes in the assembly and finds everything that implements IRoutine, technically it doesn't matter where the files are located since they all get compiled into the trinity dll, but they're all in the routines folder for organizational reasons.
  13. xzjv

    Invalid Product Key

    I agree. 694 is old, even the official DB ZIP/Installer has .703 version. So update to the latest version of Trinity and see if it still occurs. When upgrading plugin versions remember to delete the old folder completely before copying over the new version into your [db install...
  14. xzjv

    Bot keeps walking into the wall

    thanks for reporting this.
  15. xzjv

    barb ignore elite?also avoidance

    I can't seem to reproduce this, WW barb using "Wastes Set + Bulkathos WhirldWind" Routine in latest build (.709) is ignoring elites just fine when TrinitySettings > General > Elite Monsters is set to Ignore. Please try updating to the latest trinity version and provide more information, such...
  16. xzjv

    Not casting Frost Nova for Firebird Archon profile

    It looks like it should be casting. Do you have HaloOfArlyse with IceArmor maybe? Routines\Wizard\WizardBase.cs protected virtual bool ShouldFrostNova() { if (!Skills.Wizard.FrostNova.CanCast()) return false; if...
  17. xzjv

    Stashing bountry rewards?

    Trinity, and its in .708 beta or newer. check official trinity thread https://www.thebuddyforum.com/demonbuddy-forum/plugins/trinity/235881-download-trinity-2-55-708-beta.html or Discord #builds for the latest
  18. xzjv

    All Combat Routine Requests and Modifications [All Classes]

    Well it looks like a number of issues, one being that the current path needs to get reset after teleport and doesn't seem to be always doing it (because the core navigator doesn't realize that it has moved past the old points it was trying to get to). another problem is the destination given...
  19. xzjv

    Combat Distance

    First part, Which range specifically in Mr Robot is solving your distance problem? Second part, you want to only use Akarats when close to elite correct? It would also be helpful to know what version of trinity you're using and your items/skills - the build you are using can find that it listed...
  20. xzjv

    All Combat Routine Requests and Modifications [All Classes]

    I made it a new routine and included it in .708 - you'll probably have to force specific routine on it. Seems to be running okay for me. I noticed teleport seems to waste a bit of time on short-distances, and a bit of backtracking. Might look into that this week, i know Dashing Strike and Vault...
Back
Top