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

Search results

  1. F

    Does Blizzard have proof of people botting?

    You assume that D3 doesn't know the location and name of the process that injects the code/read memory (aka debugger). This assumption is false. WinAPI is very open when trying to detect such processes. You can even monitor this with 3rd party processes. I have no idea why people still think...
  2. F

    Does Blizzard have proof of people botting?

    Hehe. Starting a law school while operating on the edge of the legal system. Let me know if you succeed in your first trial against Blizzard. +1
  3. F

    Does Blizzard have proof of people botting?

    It's how they operate. They don't ban all bots for whatever reason: being cautious, they make them money, botters have to guess how they detected them (which you do right now). In any case, I'm a programmer and I can think of many ways to detect Demonbuddy. What I don't understand is this...
  4. F

    Announcement of Diablo 3 Expansion! REAPER OF SOULS

    Most people think that all legendaries will be account bound. If that is the case, botters will not make much in the long run. It seems they've finally realized that it's better if people actually play the game than making a few bucks on RMAH. There will still be demand for rare items when...
  5. F

    Does Blizzard have proof of people botting?

    lol, the naivity of some of botters is quite funny. Of course, they have proof, and not just one (there are many easy ways to detect a bot). They are allowed to get this proof, just read their EULAs (you agreed that they can get it). In either case, this discussion is academic. They don't...
  6. F

    Fix this Common Stuck Spot ?

    IMHO, it's designed like that on purpose to detect bots. Blizzard is well aware how bots work. It's one of many ways to flag the account for botting. I could be wrong, of course, but this is one of the most obvious and seemingly illogically designed spots.
  7. F

    Trinity 1.7.3.2

    Yes, it's basically the same Trinity. This is how you enable the fix for this and future builds: - edit Trinity/Combat/Weighting.cs - search for: if (ShouldIgnoreTrashMobs && cacheObject.IsTrashMob && !cacheObject.HasBeenPrimaryTarget && - replace this line by: if (ShouldIgnoreTrashMobs &&...
  8. F

    Trinity 1.7.3.2

    Are you ignoring elites? If not, he should target them. Once they are dead, normal trash rules apply. Unfortunately, rrrix didn't use my entire patch for ignoring trash mobs, so the bot often considers some random mob the primary target, and stays there to kill him. It's a bit annoying, but it...
  9. F

    Money Flow

    lol, and I was like wtf, where is OP getting these crazy numbers. It took me 5 minutes to figure out that it was posted in 2012. XD
  10. F

    Trinity 1.7.3.2

    Then try installing all updates + SP1. It's the first thing I did. It updates .NET as well. There could be some old .NET on your computer, etc.
  11. F

    Trinity 1.7.3.2

    Not many people work on Trinity atm. I for one am a new DB user with a lot of coding experience, so I try to help, but it takes a lot of time to track down some of the issues if I don't have them. I'm sure rrrix has the same problem, so the issues remain unfixed. Be glad that there are options...
  12. F

    Trinity 1.7.3.2

    My barb runs fine, he doesn't stop, therefore I requested a vid which would show me fury levels etc etc. Since I can't reproduce it, I'm not gonna waste much more time with this, not knowing the root cause. But feel free to try my attempted fix.
  13. F

    Trinity 1.7.3.2

    So, this is what I came up with without understanding the issue fully, so it might not work at all, but please test if it's working better. It should cast Sprint with min 300ms intervals. This should allow WW to be used in between. I would use variables, but those cannot be setup anyway (crash)...
  14. F

    Trinity 1.7.3.2

    can you upload a video of this behavior? it could help a lot.. you can use Fraps
  15. F

    Trinity 1.7.3.2

    I noticed this too, but it's very rare for me. The bot might have tried to cast it, and D3 didn't allow it, but the timer kicked in, so the bot waits for another 2 mins to recast it. This could also be a cache problem. Who knows.
  16. F

    Trinity 1.7.3.2

    Hmph, he should only cast it once (if fury is >= 95%), but I guess there is some problem with caching, so he thinks that he's still at 95%+ while casting sprint multiple times. From what I can tell, he casts it like 2 times for me, but very quickly, so it doesn't really matter. The next thing...
  17. F

    Trinity 1.7.3.2

    @people who experience startup crashes: Try unblocking Demonbuddy in firewall. It seems he's trying to check for a new version, and gets an empty response or something (the code is not public): crashes in Demonbuddy.MainWindow.CheckForUpdate(). Also, if you use a *****ed version, it might not...
  18. F

    Trinity 1.7.3.2

    @people with sprint problems: I cannot reproduce the bug, so please provide more info. Watch the fury when he stops. Is it at 0? If so, you are fury starved. I use a Mighty Weapon + Weapon Master, so I'm almost never fury starved. Rend has a higher priority than Sprint, so maybe try to change...
  19. F

    My feedback - what is cool and what sucks a bit

    Paragon 94 now, MP6. I modified the profile to kill all monsters, because that's what works best for me. If the bot died, it was almost always to an ignored mob. I do kill elites too, but on this MP, they die fast. I have like 1100 IPH (because I kill elites), but they are higher quality, so 3-4...
  20. F

    Trinity 1.7.3.2

    Right, will do next time. I just changed one line, and it was a quick fix. The final version will require some beautification/refactoring. I'll leave that to you. :)
Back
Top