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

Three Musketeers - fast legendary farm after 2.0.4

I always get this error after a while of using the bot, is there any known soloution ? Would greatly appreciate answers.

Exception when terminating bot thread. System.Exception: Process must have frozen or gotten out of sync: InjectionFinishedEvent_was_never_fired
vid GreyMagic.Executor.WaitForInjection(Int32 timeout)
vid GreyMagic.Executor.Execute(Int32 timeout)
vid GreyMagic.Executor.GrabFrame()
vid GreyMagic.ExternalProcessMemory.AcquireFrame(Boolean isHardLock)
vid Zeta.Bot.BotMain.()

I mentioned a little earlier that my fps sometimes drops really low and the bot just stops working (leaves game everytime i get to ghom entrance). This is the error message i get:

System.Reflection.TargetInvocationException: An exception occurred in the case of an activation. ---> System.Exception: Only parts of a ReadProcessMemory- or WriteProcessMemory-request has been completed, at addr: 00000320, Size: 4

What's the soloution to this? As you can see above it probably has something to do with ram memory. Would really appreciate some answers!

Exact same thing is happening for me. Happens after 1 to 2 hours.

Thanks btw OP.
 
v0.5
- last coordinats after killing the bosses now will be not so far
- WP will be used immediatly in the beginning of the run, no longer moove to the wp place
- Iskathu join to the party
Ghom:
- now bot will not fight in the keep depth lvl3. At least. Again
- one little pit-stop deleted
Kulle:
- table in the first post fixed - now shows exp with adds
- version without quest in the campaign mode deleted, now Kulle has 4 profiles instead of 5
Siegebreaker:
- Underbridge added to the run
- bot will fight with everything on the road to the boss
v0.4





wheres the 0.5 bro? you wrote it in changelog but file is 0.4...
 
Last edited:
your build is crap and your game/hour is crap...i have 55-60 games per hour on t3/t4 with wiz
55-60 gph autohitting ghom? heck im not even mad, thats amazing. Also, congrats on your better gear you worked hard for. ill be there eventually.
 
no autohit...i fixed my problems and now it runs like before with 55-60 gph
 
i dont asked bro

btw i use strike with archon...40-50million per hit for me
 
running T6 on WD now ( R.I.P SoH)
about 18-22sec to kill Ghom( dumb pets can't find pathing around each other). Need to improve gear a lot. %fire on bracer/ring/helm (running 60% elite damage with SoJ and crappy Sun Keeper). Mara's for Posion immunity.
Cindercoat and better legs/ring/shoulders will put be under 15sec for Ghom for sure.
Witch Doctor - Game Guide - Diablo III

I had to modify WitchDorctor.cs to not cast zombiedogs unless im at full mana( they take no damage, no reason to re-summon them mid fight just to interrupt your Firebats) and to only cast Piranhas if i have enough mana for Firebats. So you not gonna do something stupid during the fight like basic attack while u wait for mana to Regen.

Code:
// Zombie Dogs non-sacrifice build
            if (!IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.Witchdoctor_SummonZombieDog) && !Hotbar.Contains(SNOPower.Witchdoctor_Sacrifice) && !Player.IsIncapacitated &&
                Player.PrimaryResource >= 749 && (TargetUtil.AnyElitesInRange(20, 2) || !TargetUtil.AnyElitesInRange(20, 5) ||
                 (CurrentTarget != null && ((CurrentTarget.IsEliteRareUnique || CurrentTarget.IsTreasureGoblin) && CurrentTarget.RadiusDistance <= 30f)) || PlayerOwnedZombieDog <= 2))
            {
                return new TrinityPower(SNOPower.Witchdoctor_SummonZombieDog, 0f, Vector3.Zero, CurrentWorldDynamicId, -1, 0, 0, WAIT_FOR_ANIM);
            }

Code:
  // Piranhas
            if (!UseOOCBuff && !IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.Witchdoctor_Piranhas) && !Player.IsIncapacitated &&
                (TargetUtil.AnyMobsInRange(30, 2) || TargetUtil.ClusterExists(15f, 45f, 2, true) || TargetUtil.AnyElitesInRange(45f)) &&
                Player.PrimaryResource >= 650)
            {
                var bestClusterPoint = TargetUtil.GetBestClusterPoint(15f);

                return new TrinityPower(SNOPower.Witchdoctor_Piranhas, 25f, bestClusterPoint);
            }

Disable EZUpdater plugin or it will overwrite the changes.
 
Last edited:
So for the buggy barb, how do i increase wotb range and decrease cota range ? Can someone send a proper config for this ?
 
i dont asked bro

btw i use strike with archon...40-50million per hit for me
with which trinity/DB works the wiz build good at ghom? using blackhole/slow time/archon for max dmg...but with newest DB/trinity bot only autohit ghom...kulle works
You did ask a question, see that is what the question mark mean. But since your English is sub par, you put the question mark too early. Resulting in someone telling you a build they used.
 
So for the buggy barb, how do i increase wotb range and decrease cota range ? Can someone send a proper config for this ?

Probably the same place wher your good attitude, geared wizard or high damage is, nowhere to be found currently.....
 
i dont asked bro

btw i use strike with archon...40-50million per hit for me

Are you talking about 40-50 million damage per hit? Are you joking or serious?

If you are serious show us your gears and skills please and prove it
 
Are you talking about 40-50 million damage per hit? Are you joking or serious?

If you are serious show us your gears and skills please and prove it


sure my gear...why not my battletag xDD and this in a botforum
 
I hear that. After a build adjustment the SOH nerf only dropped about 4-5 seconds off my kill speed at T6. (Now 15 seconds).

Definitely not as bad as I expected it to be - I didn't particularly want to go back to a 22 second+ kill fire build...

Can you share build/gear?
 
Back
Top