im para 800, not all ancient. some augment. can do GR 60 under 4min , 100+bil xp/hour.
try this build:
http://www.d3planner.com/647713195
-using infinite depth is good for DPS and toughness, instead of gold belt.
-you can swap diamond skin for anything you want, but i prefer it so i can keep aquilla up more often.
-you need to roll explosive blast dmg on your shoulder and chest and offhand if you can (+45% dmg). get fire on
-you can swap pain enhancer for estoric or another dps gem. wrath of lightning is probably best. but using pain for GR65, i find taekguk falls off too often even with 63% CDR and taeguk spammer. still need to do more testing
-you can swap alot of things, jsut find the right combo between all the builds. the key here is using the resistant armor to survive better, as bracers provide enough stable movespeed throughout levels. and then maximize damage becase we are also using aquilla. otherwise you can replace aquilla with illusory boots / Krems belt (this is highly recommended for out of combat move speed, helps bot catchup). but i prefer aquilla above GR 60!
-you need the correct rolls on everything FIRST, then focus on augment + ancient stuff.
the only thing i change for TX is Krem belt in cube, and boon hoarder gem. everything else can stay the same! always under 3min TX clears, best was 1min55sec.
edit: make the change in Plugins/Trinity/Cache/Weighting.cs. press CTRL + F, and search for "//Ignore because we are TownPortaling". make the change i highlighted in red.
Code:
//Ignore because we are TownPortaling
if (TownRun.IsTryingToTownPortal())
{
cacheObject.WeightInfo += string.Format("Ignoring {0} - Town Portal.",
cacheObject.InternalName);
break;
}
if (!Settings.Combat.Misc.CollectHealthGlobe)
{
cacheObject.WeightInfo +=
string.Format("Ignoring {0} - Collect Health Globe Setting.",
cacheObject.InternalName);
}
if (cacheObject.Distance <= [COLOR="#FF0000"]150f[/COLOR])
so the bot never misses progression globes, as bot can move very quickly and miss some very key orb drops. i've only recently made this change and I havn't seen the bot miss a globe yet. I hope this helps others too! (the most common orb missing is grotesque pack, they take time to explode, bot moves on etc)