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

[Profile] Brutal Key Farm

Zerg doesn't detect keywarden on all acts. I use the required db qt trinity versions for bkf1.10.
 
i'll be honest and say I canned the zerg version and just use a combat version, still get a shit-ton of keys as well as a few legendaries and paragon exp :)

currently have 376 of each key on my pony'sader from the past 2 week (not botted non-stop, been swapping to gear up other chars)
 
Any way to make it ignore how many keys i have? i want to go through act 1-4 every game regardless of my key distribution :)
 
Any way to make it ignore how many keys i have? i want to go through act 1-4 every game regardless of my key distribution :)

delete these lines

Code:
        <!-- handle situation where all keys are at similar counts except one -->    
        <!-- <If condition="KeyBelowLowerQuartile(364697) or KeyBelowLowerQuartile(364696) or KeyBelowLowerQuartile(364695) or KeyBelowLowerQuartile(364694)"> -->
            <If condition="KeyBelowLowerQuartile(364697) and not UsedOnce('A4')">    
                <LogMessage questId="1" step="1" output=" > - - - FOCUSSING ON ACT4" />
                <UseStop id="A3" />
                <UseStop id="A2" />
                <UseStop id="A1" />                
            </If>        
            <If condition="KeyBelowLowerQuartile(364696) and not UsedOnce('A3')"> 
                <LogMessage questId="1" step="1" output=" > - - - FOCUSSING ON ACT3" />
                <UseStop id="A4" />
                <UseStop id="A2" />
                <UseStop id="A1" />    
            </If>        
            <If condition="KeyBelowLowerQuartile(364695) and not UsedOnce('A2')">
                <LogMessage questId="1" step="1" output=" > - - - FOCUSSING ON ACT2" />
                <UseStop id="A4" />
                <UseStop id="A3" />
                <UseStop id="A1" />    
            </If>                
            <If condition="KeyBelowLowerQuartile(364694) and not UsedOnce('A1')">
                <LogMessage questId="1" step="1" output=" > - - - FOCUSSING ON ACT1" />
                <UseStop id="A4" />
                <UseStop id="A3" />
                <UseStop id="A2" />    
            </If>
        <!-- </If> -->
        
        <!-- Balance key counts by skipping acts with high key count -->
        <If condition="KeyAboveMedian(364697) and not UsedOnce('A4')">    
            <LogMessage questId="1" step="1" output=" > - - - SKIPPING ACT4" />
            <UseStop id="A4" />
        </If>        
        <If condition="KeyAboveMedian(364696) and not UsedOnce('A3')"> 
            <LogMessage questId="1" step="1" output=" > - - - SKIPPING ACT3" />        
            <UseStop id="A3" />
        </If>        
        <If condition="KeyAboveMedian(364695) and not UsedOnce('A2')">
            <LogMessage questId="1" step="1" output=" > - - - SKIPPING ACT2" />        
            <UseStop id="A2" />
        </If>                
        <If condition="KeyAboveMedian(364694) and not UsedOnce('A1')">
            <LogMessage questId="1" step="1" output=" > - - - SKIPPING ACT1" />
            <UseStop id="A1" />
        </If>
 
Bot stuck.

after running the bot successfully for a while i ran into this issue, the bot now just stands there, the bot log is all red text and i have attached the file. not sure what the issue is or how to fix it?

View attachment bot log file.txt
 
Great profile! It's been on for several hours and it's working great.

Issues:
Sometimes does not pick the key but instead teleports back to town or to the next keywarden, but happens just every now and then. Any fix coming for this?
When using the zerg profile and when the character gets stuck between monsters, he just does nothing untill he dies, reviving at corps and running out. Any fix for this?

Otherwise I am more than satisfied, over 65 keys farmed in about 12-14 hours or so.

Best regards!
 
Great profile! It's been on for several hours and it's working great.
Sometimes does not pick the key but instead teleports back to town or to the next keywarden, but happens just every now and then. Any fix coming for this?

I'll probably add an extra move and check for the key again before porting to town, to make sure its not the profile but i suspect its a DB memory issue where it doesn't know the key is there.

When using the zerg profile and when the character gets stuck between monsters, he just does nothing untill he dies, reviving at corps and running out. Any fix for this?

This is the responsibility of your combat routine and gear, not much the profile can do about it. If i remember correctly illusory boots will let you run through enemies so u never get stuck.

after running the bot successfully for a while i ran into this issue, the bot now just stands there, the bot log is all red text and i have attached the file. not sure what the issue is or how to fix it?


This is a DB memory reading issue and/or QuestTools; not related to the profile.
 
i have trouble using the profile for 2.1.2. with beta 507,trinity 2.3 and questool 3.1.11. just red texts floating
 
I totally forgot about my TimeTracker.csv. Here's my stats.

ytttYD3.png
 
just installed this profile , my char just run into the mobs and doesn't attack ......... any solution ?

Thx,
 
just installed this profile , my char just run into the mobs and doesn't attack ......... any solution ?

Thx,

Working fine for me, I'm using:

1) Clean install of DB Beta 508
2) Brutal-Key-Farm_Normal.xml (NOT the ZERG profile)
3) demon hunter

I also have these plugins installed and enabled but they are not mandatory to run brutal key farm profile.
1) Kadalaspree
2) Vault runner
 
Is there a way to stop it looking for a certain key, ive got 40 act 4 keys and 3-4 of the other, would be nice to skip act 4?
 
so im kind of new to this but i had demon buddy running on the normal brutal key runs last night and today it wouldnt do anything i reinstalled db and the profile and then got updated quest tools and trinity now the bot is just sitting there using sweeping wind
 
this error comes up any clue or anyone facing smiliar problem? (game runs smoothly and maybe.. 10 + min it gets this error or maybe little less or little longer is random but cant run for more than 30 min)
Is something i can do to fix this? cus i have tried downloading basically NEW demonbuddy full set and still have same problem and I only run this bot for key farm and plug in im using is just tirnity + kadala + quest nothing else.


Exception during bot tick.GreyMagic.InjectionDesyncException: Process must have frozen or gotten out of sync: Injection Finished Event was never fired
at GreyMagic.Executor.WaitForInjection(Int32 timeout)
at GreyMagic.Executor.SharedExecuteLogicEnd(Int32 timeout)
at GreyMagic.Executor.Execute(Int32 timeout)
at GreyMagic.Executor.GrabFrame()
at GreyMagic.ExternalProcessMemory.AcquireFrame(Boolean isHardLock)
at Zeta.Bot.BotMain.()
 
Last edited:
Back
Top