This is awesome, thanks! Getting about 700k xp/h with my ~40 barb.I modified the Maghda profile and tested it for about 15 hours. Perfect AFK botting.
The plugin disables KillMonsters and PickupLoot until he is in the Lair to maximize quest xp.
The plugin changes the KillRadius 10 seconds after entering the lair to 100, so SkipCutScene always works!
Credits to everyone who made the files i modified!
View attachment 45364
Doesnt work for .149 any more
sounds interesting 3r4z3r...try my modified profile:
http://www.thebuddyforum.com/demonb...442-act-2-maghda-boss-farm-17.html#post586843
I modified the Maghda profile and tested it for about 15 hours. Perfect AFK botting.
The plugin disables KillMonsters and PickupLoot until he is in the Lair to maximize quest xp.
The plugin changes the KillRadius 10 seconds after entering the lair to 100, so SkipCutScene always works!
Credits to everyone who made the files i modified!
View attachment 45364
I modified the Maghda profile and tested it for about 15 hours. Perfect AFK botting.
The plugin disables KillMonsters and PickupLoot until he is in the Lair to maximize quest xp.
The plugin changes the KillRadius 10 seconds after entering the lair to 100, so SkipCutScene always works!
Credits to everyone who made the files i modified!
View attachment 45364
This is working really well for me, but I was wondering if there was a way that I could kill the monsters. So basically I want to use the plugin but be able to kill all monsters on the way to the entrance. I want to increase the time the profile takes, the longer profiles seem safer, plus still getting some exp from killing the monsters.
if (ZetaDia.Actors.Me.HitpointsCurrentPct < 0.75 && ProfileManager.CurrentProfile.KillMonsters == false)
{
Log("Turning on KillMonsters -Health to low");
ProfileManager.CurrentProfile.KillMonsters = true;
return;
}
if (ZetaDia.Actors.Me.HitpointsCurrentPct > 0.75 && ProfileManager.CurrentProfile.KillMonsters == true && ZetaDia.CurrentWorldDynamicId != 1999634434)
{
Log("Disabeling KillMonsters & PickupLoot");
ProfileManager.CurrentProfile.KillMonsters = false;
ProfileManager.CurrentProfile.PickupLoot = false;
return;
}
if (ZetaDia.CurrentWorldDynamicId != 1999634434 && LairEnterTime != DateTime.MinValue) {
Log("Left the lair. Kill radius set to 30.");
LairEnterTime = DateTime.MinValue;
CharacterSettings.Instance.KillRadius = 30;
}
if (ZetaDia.Actors.Me.HitpointsCurrentPct < 0.75 && ProfileManager.CurrentProfile.KillMonsters == true)
{
Log("Turning on KillMonsters -Health to low");
ProfileManager.CurrentProfile.KillMonsters = true;
return;
}
if (ZetaDia.Actors.Me.HitpointsCurrentPct > 0.75 && ProfileManager.CurrentProfile.KillMonsters == true && ZetaDia.CurrentWorldDynamicId != 1999634434)
{
Log("Disabeling KillMonsters & PickupLoot");
ProfileManager.CurrentProfile.KillMonsters = true;
ProfileManager.CurrentProfile.PickupLoot = true;
return;
}
if (ZetaDia.CurrentWorldDynamicId != 1999634434 && LairEnterTime != DateTime.MinValue) {
Log("Left the lair. Kill radius set to 30.");
LairEnterTime = DateTime.MinValue;
CharacterSettings.Instance.KillRadius = 30;
}
Can anyone edit this profile so it will just complete the first area before going up the stair? There are usually 1-2 champ/elite(as stated by OP). I think this would be a better farming area than warrior rest. It is quick and easy and if you have high MF you will get 2-5 rares per run.
I'm not good at profile editing so if anyone knows how to do it would be great.
Thanks
This works great except the bot will not move to maghda. What am i missing?