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

The KeyHunter [A1]-[A4] Keywarden Hunt

Oh did not check the entire thread... I'll try the new version and provide feedback.
 
3 hours of testing, sorry wasn't watching it live as i was watching my beloved Ravens crush the Buccs ..^_^.

but before this session i had 20 each keys now i got 22 each so 8 keys total in 3 hours is kinda low, im assuming the "not picking up the keys" still happening.

here's the logs.

will do another session now

Yes, it is way too low. In 3 hours I get more than 30 keys.

I'm comparing your results with mine and I don't have this problem
Code:
BrainBehavior Exception during scheduling Pulse: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
It seems your DB cannot enumerate properly the items.

Make sure all the dlls from DB folder are unlocked (right click -> properties)
 
btw I've posted my Trinity settings for reference,

please note the red marked parts
0 (zero) kiting is important, you can leave AoE avoid on.
 
Yes, it is way too low. In 3 hours I get more than 30 keys.

I'm comparing your results with mine and I don't have this problem
Code:
BrainBehavior Exception during scheduling Pulse: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
It seems your DB cannot enumerate properly the items.

Make sure all the dlls from DB folder are unlocked (right click -> properties)

dlls?
 
Code:
09/30/2014  20:04         4,858,880 GreyMagic.dll
09/30/2014  20:02         1,780,224 IronPython.dll
09/30/2014  20:02         1,030,656 Microsoft.Dynamic.dll
09/30/2014  20:02           143,872 Microsoft.Scripting.dll
09/30/2014  20:02            93,184 Microsoft.Scripting.Metadata.dll
09/30/2014  20:04           132,096 RemoteASM.dll
09/30/2014  20:03            70,144 RemoteASMNative.dll
04/14/2014  05:57         4,765,184 SharpSvn.dll

for every DB update you might check if they are unlocked.
if you need help go to https://www.thebuddyforum.com/demonbuddy-forum/demonbuddy-support/
 
Last edited:
sometimes when bot find keeper, he use vault avoid trash monsters, and after fight forgot kill boss :( mb someone have this problem try to set use vault out of combat
thanks for great profile :)
 
sometimes when bot find keeper, he use vault avoid trash monsters, and after fight forgot kill boss :( mb someone have this problem try to set use vault out of combat
thanks for great profile :)
disable kiting, see the recommended settings.
 
disable kiting, see the recommended settings.
ye i have it and use your settings, but anyway my bot when fight with boss try to avoid trash by vault
and with "out of combat only" work fine, maybe it will help someone who have this problem
 
Last edited:
Any way to make the bot still spam defensive spells when running?

I know it's ZERG mode, but there's no reason not to keep AC up as a crusader to keep my character from dying quite as often
 
Any way to make the bot still spam defensive spells when running?

I know it's ZERG mode, but there's no reason not to keep AC up as a crusader to keep my character from dying quite as often

There is solution on forum. U should search for it first.

open CrusaderCombat.cs
find
if (UseOOCBuff)
you'll see such code below:
if (CanCast(SNOPower.X1_Crusader_SteedCharge) && CrusaderSettings.SteedChargeOOC)
{
return new TrinityPower(SNOPower.X1_Crusader_SteedCharge);
}
then add these codes below
if (CanCastAkaratsChampion())
{
return new TrinityPower(SNOPower.X1_Crusader_AkaratsChampion) ;
}
final:
if (UseOOCBuff)
{
if (CanCast(SNOPower.X1_Crusader_SteedCharge) && CrusaderSettings.SteedChargeOOC)
{
return new TrinityPower(SNOPower.X1_Crusader_SteedCharge);
}

if (CanCastAkaratsChampion())
{
return new TrinityPower(SNOPower.X1_Crusader_AkaratsChampion) ;
}

.
.(setting of laws)
.
}
remember to check "use steed charge OOC" in trinity's setting
 
Is there a way to turn of the "zerg" way? My toon dies 20/h while running around because of the ranged attacks. I would prefer to kill mobs. Is this done through trinity options or is just not compatible with your profile?
 
To spam Akarat's Champion in zerg mode

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"
 
Last edited:
It would be nice if someway the bot knew which keys you needed. You would only have to run 1 xml file instead of choosing from act 1-4 or all acts. This isn't already a feature from this profile is it?
 
It would be nice if someway the bot knew which keys you needed. You would only have to run 1 xml file instead of choosing from act 1-4 or all acts. This isn't already a feature from this profile is it?
keyhunter_all is current disabled because of memory leaks,
but there is fork of keybot version which hunts the keys according to the questtools.
 
if you want to turn off zerg, just replace all combat="False" to combat="True".
 
New version work very very well ! :D <3

and damn fast even in t6 :D (without gearswap)

[QuestTools][Timing] A1 (Keyhunter) took 2m 28s
[QuestTools][Timing] A4 (Keyhunter) took 2m 11s
[QuestTools][Timing] A3 (Keyhunter) took 4m 28s
[QuestTools][Timing] A2 (Keyhunter) took 25s
[QuestTools][Timing] A1 (Keyhunter) took 1m 2s
[QuestTools][Timing] A4 (Keyhunter) took 53s
[QuestTools][Timing] A3 (Keyhunter) took 4m 2s
[QuestTools][Timing] A2 (Keyhunter) took 1m 34s
[QuestTools][Timing] A1 (Keyhunter) took 2m 23s
[QuestTools][Timing] A4 (Keyhunter) took 33s
[QuestTools][Timing] A3 (Keyhunter) took 2m 35s
[QuestTools][Timing] A2 (Keyhunter) took 2m 42s
[QuestTools][Timing] A1 (Keyhunter) took 38s
[QuestTools][Timing] A4 (Keyhunter) took 2m 59s
[QuestTools][Timing] A3 (Keyhunter) took 2m 46s
[QuestTools][Timing] A2 (Keyhunter) took 44s
 
Last edited:
Hello.

I am about to test the profile. Is there any fast way to skip certain act? Or just do only act1 for example?
 
Back
Top