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

The KeyHunter [A1]-[A4] Keywarden Hunt

I am not able to Right click on the act you want => Save as => Put the XML in the profile section and load it on DB. After i save the file it says Failed -No file. Where else could I get these files?
 
Works now. For some reason I was not able to save the files using chrome but was able to save the files using firefox.
 
i tried for days to download the different acts seperatly but just fails can anyone upload them somewhere else or fix it plz? thx in advance
 
PLEASE upload each individual act. Also, I have a problem in Act 2 where my guy keeps zerging around the map, even if he finds Sokahr the Keywarden. He will walk right by him instead of killing him, and zerg around the map for no reason indefinitely...
 
I like to farm the Key of Gluttony only! :( can some one help me here? PLZ!
 
Act 3 glitched =/ can someone fix it?

Edit: forgot to post what's glitched lol. Often closes act / sees it as done before killing the keywarden.
 
Last edited:
The only problem I have is when i'm watching the bot he seems to get pinned into corners by monsters and doesn't fight his way out.. can we get a if stuck he fights?

the bot seems to have trouble finding the key warden in Act 3 Stone fort also
When the key dropps he forgets to pick it up in act 3 also
 
Last edited:
To spam Akarat's Champion in zerg mode,

open CrusaderCombat.cs under Trinity\Combat\Abilities\

1, look for "private static bool CanCastAkaratsChampion()", change from
Code:
        private static bool CanCastAkaratsChampion()
        {
            return CanCast(SNOPower.X1_Crusader_AkaratsChampion) && (TargetUtil.EliteOrTrashInRange(16f) || Player.CurrentHealthPct <= 0.25);
        }
to as following,
Code:
        private static bool CanCastAkaratsChampion()
        {
            return CanCast(SNOPower.X1_Crusader_AkaratsChampion);
        }

2, look for "if (UseOOCBuff)",
immediately under
Code:
                if (CanCast(SNOPower.X1_Crusader_SteedCharge) && CrusaderSettings.SteedChargeOOC && ZetaDia.Me.Movement.SpeedXY > 0)
                {
                    return new TrinityPower(SNOPower.X1_Crusader_SteedCharge);
                }
add the following,
Code:
                if (CanCastAkaratsChampion())
                {
                    return new TrinityPower(SNOPower.X1_Crusader_AkaratsChampion);
                }

3, in DB Trinity config, Combat->Crusader
check "Use Akarats off CD"


Did all that and it still doesn't spam akarats champion when out of combat. Put in the code, made sure it was checked in settings. What am i missing? Or is it impossible to make it spam the skill when not in combat?
 
What Torment do you guys run this at? My guy can kill the bosses in t6 but sometimes dies on the way cause he doesnt seem to use certain skills. Wondering if i should maybe put it to t3-t4? What are you guys running it on?
 
Profile seems fantastic for ACT 4... but... that's all it ever runs... i left it on for a few hours and came back and had tons of act 4 keys and nothing else.. is there something im missing?

Running M6 DH in T6.
 
wish this was updated for latest version (fix a4) - this worked great. no plugin necessary. just wasted 6 hours getting one key with keybot
 
Based on my map, the Keywarden in ACT IV is in Gardens of Hope 2nd Tier... however this profile makes the bot teleport to Silver Spire... so i was wondering what do i need to change in the file so that the bot will teleport to Gardens of Hope. Thank you.
 
Back
Top