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

Search results

  1. E

    Broken function: ShouldWaitForConventionofElements()

    From the version v1.1.3166.485 of DemonBuddy and probably before, up to v1.2.555, the function Trinity.Routines.RoutineBase.ShouldWaitForConventionofElements is broken. It always returns false regardless of the time you had specified in the function parameters. This bug makes every LoN routine...
  2. E

    Broken function: ShouldWaitForConventionofElements()

    From the version v1.1.3166.485 of DemonBuddy and probably before, up to v1.2.555, the function Trinity.Routines.RoutineBase.ShouldWaitForConventionofElements is broken. It always returns false regardless of the time you had specified in the function parameters. This bug makes every LoN routine...
  3. E

    [Barbarian] IK HoTA for Season 16. Much better than current routine in Trinity.

    This routine comes too late, very near the end of the season. This is because I never interested in creating a routine... until 2 days ago. Note that you can benefit from this routine only for two days until the season ends at May 12. But you can still use it after the season ends, of course...
  4. E

    [PLUGIN] Log Disabler - Disables the creation of log files.

    LogDisabler plugin for DemonBuddy LogDisabler is a plugin to disable the creation of log files. DemonBuddy performs thousands and thousands of disk I/O write operations in short periods of time for writing to log files; this can reduce the life of your hard-drive and also can cause an...
  5. E

    [PLUGIN] Walking Break - Pause/resume the bot with a keyboard key or mouse button to walk free

    WalkingBreak plugin for DemonBuddy WalkingBreak is a plugin that you can use to specify a keyboard key or mouse button to pause/resume the bot and let you walk free this way. It is an improved reimplementation of "LetMeDrive" plugin, which you can find in this thread...
  6. E

    ¿How do I preserve a user-setting?

    Taking this simplified IPlugin interface as example: namespace Test { public sealed class Plugin : IPlugin { public static VirtualKeys key = VirtualKeys.MouseButtonMiddle; } } With this simplified Config.cs: namespace Test { public partial class Config { public...
  7. E

    ¿Can DemonBuddy load compiled assemblies?

    Hi. Not sure if this is the right place to ask, but it is a very simple question: ¿Can DemonBuddy load compiled assemblies in C# or VB.NET through Reflection, or it only can manage to load C# source-code files and compile them at runtime?. The thing is that, as my main programming language is...
  8. E

    [BUG] Player get always stuck at the same entrance...

    The bot always gets permanently stuck at this kind of entrance: I noticed this in various normal rift runs. The entrance always appear in the the same kind of discovered map as seen in the image. I mean, the entrance appears in a corner. It could appear at the bottom left corner as in the...
  9. E

    [BUG] Client constantly disconnected after salvaging items at blacksmith...

    DESCRIPTION: The game gets disconnected just after finishing to salvage white/blue/yellow items (not legendary neither green items) at the blacksmith. It seems to happen with a random factor, but it happens most of the times (like 90% of the runs). It happens when doing a normal or greater rift...
  10. E

    The file 'audioplugin_fluxer.dll' has an unexpected hash.

    I'm getting this error after the last patch: "The file 'audioplugin_fluxer.dll' has an unexpected hash." Log: 2017-12-07 06:40:49,595 [1] INFO Logger (null) - Now setting up JitProfiles... 2017-12-07 06:40:49,599 [1] INFO Logger (null) - JitProfiles successfully setup! 2017-12-07 06:40:49,603...
  11. E

    Hearthbuddy doesn't detect Hearthstone process running... what happens with this bot?.

    Hi. After one entire year withour playing to Hearthstone, I decided to install it again, I downloaded Battle.net client, then Hearthstone, and finally the last version of Hearthbuddy. Well, the thing is that when I run Hearthbuddy, it says that it can't be attached to a Hearthstone process...
  12. E

    Accept ALL player names when waiting for friendlly invitations

    Please, add a chance to accept ALL player names when waiting for friendlly invitations, here: If "Allowed name" textbox is empty then allow ALL players, I don't see any sense to do the opposite thing by default, I mean disallow all players?, why that behavior? So this way maybe...
  13. E

    [BEST FEATURE/PLUGIN REQUEST]: Auto-accept "Play a Friend!" quest invitation

    Introduction This is a message request where I would like to pray for all developers who wants to make yours and our dream true, by experiencing a high gold rate increment with a minimum of additional 80 Gold... ¡per day! Explanation As probablly you'll know, there is a quest with name...
  14. E

    [FEATURE REQUEST] Ignore Avoidance while not in GR.

    Hi. This is a request I would like to do, players with high paragon levels doesn't require to avoid anything in T10 normal rifts (or bounties) because practically we are too OP so we can't die in normal rifts, but we are loosing a very precious time because the avoidance settings in Trinity...
  15. E

    Can Tiniry join and bot on public servers?

    Hi Can Trinity be configured to JOIN official public servers when loading a profile, like for example the "Bounties.xml" Adventurer's profile?, to do the bounties on random public parties. If yes, how need to be configured the Trinity plugin or the profile?. PS: Note that the...
  16. E

    ¿How to play the Bounties profile in public servers?.

    Hello I woul lke to use the "Bounties.xml" profile in public server, this means that the bot should JOIN any public server to do bounties. Is this possible?. PS: Note that the "IsPrivate" attribute does not have nothing to do with this question, because that is for CREATE a new public...
  17. E

    [ANSWERED] TRIPWIRE. Shutting down DemonBuddy.

    Hi This is a little bit inexplicable, 30 minutes ago I was botting and I noticed that demonbuddy had exited abnormally, and now when I try to run and logging session in DemonBuddy it always says "Tripwire active. shutting down demonbuddy", which is not true, and it exists, so I can't bot...
  18. E

    How do Trinity handles cosmetics and mysterious chests?.

    Hello Please I need an answer from a Tinity dev. to these questions (because that will be the only credible answer). ¿Trinity v2.41.26 and above can detect and will open a mysterious chest?. ¿Trinity v2.41.26 and above can detect the new red goblin which drops pets?. ¿Trinity v2.41.26...
  19. E

    CycleNormalAndGreaterRifts.xml gets stuck and throw exception...

    I'm using the latest demonbuddy and trinity plugins after the recent D3 2.4.1 patch. I noted that the CycleNormalAndGreaterRifts.xm gets stucked in town, two different times (I mean two different profile runs), this happened after finishing a Greater rift, in town, after gambling, the hero...
  20. E

    Newbie questions but very important...

    Hi everybody I decided to start trying to contribute writting own plugins (very simple plugins because I'm starting to investigate about DB mechanism) and I have many questions to ask. Before asking, I will introduce myself: I have many years of experience under .Net platform specifically...
Back
Top